Sand to RGB — Color Code

RGB

rgb(226, 202, 118)

Format Value
HEX #e2ca76
RGB rgb(226, 202, 118)
HSL hsl(46.7, 65.1%, 67.5%)
CMYK cmyk(0%, 10.6%, 47.8%, 11.4%)

What is the RGB code for sand?

The CSS color sand in RGB format is rgb(226, 202, 118). Use this value directly in CSS, SVG, and most design tools.

How do I use sand in CSS?

To apply sand in CSS:

  • Text color: color: rgb(226, 202, 118);
  • Background: background-color: rgb(226, 202, 118);
  • Border: border-color: rgb(226, 202, 118);

What are all the color format values for sand?

FormatValue
HEX#e2ca76
RGBrgb(226, 202, 118)
HSLhsl(46.7, 65.1%, 67.5%)
CMYKcmyk(0%, 10.6%, 47.8%, 11.4%)

How do I convert sand to RGB?

Select sand from the color name list in our color converter. The RGB value — rgb(226, 202, 118) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does sand belong to?

sand belongs to the yellow color family. It is a medium, moderately saturated color with HSL values: hue 46.7°, saturation 65.1%, lightness 67.5%.

How do I create lighter and darker shades of sand?

Lighter variant (lightness 82.5%): #efe3b5. Darker variant (lightness 52.5%): #d5b237. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.