Shades of Desert Sand #E8C9AA
Tints of Desert Sand #E8C9AA
RGB
CMYK
RGB Variations
Color information
#E8C9AA (or 0xE8C9AA) is known color: Desert Sand. HEX triplet: E8, C9 and AA. RGB value is (232,201,170). Sum of RGB (Red+Green+Blue) = 232+201+170=603 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.47% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C9AA is #173655. Grayscale: #CECECE. Windows color (decimal): -1521238 or 11192808. OLE color: 11192808.
HSL color Cylindrical-coordinate representation of color #E8C9AA: hue angle of 30º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8C9AA is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 201 | 170 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.09 |
| HSL | 30º | 0.57% | 0.79% | - |
| HSV(B) | 30º | 0.27% | 0.91% | - |
| XYZ | 61.42 | 61.83 | 46.73 | - |
| YUV | 206.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 201 | 170 | 0 | 0.13 | 0.27 | 0.09 | 30 | 0.57 | 0.79 |
| Hex | E8 | C9 | AA | 0 | D | 1B | 9 | 1E | 39 | 4F |
| Octal | 350 | 311 | 252 | 0 | 15 | 33 | 11 | 36 | 71 | 117 |
| Binary | 11101000 | 11001001 | 10101010 | 0 | 1101 | 11011 | 1001 | 11110 | 111001 | 1001111 |
Color Harmonies of #E8C9AA
Complementary color
Monochromatic Colors of #E8C9AA
Black with #E8C9AA
Text Example
Text Example
White with #E8C9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C9AA; }
p { color: rgb(232,201,170); }
H1.HeaderClassName
{
color: #E8C9AA;
}
.AnyTagClassName
{
color: #E8C9AA;
}
</style>
background-color css
<style>
a { background-color: #E8C9AA; }
a { background-color: rgb(232,201,170); }
div.DivClassName
{
background-color: #E8C9AA;
}
.BgClassName
{
background-color: #E8C9AA;
}
</style>
border-color css
<style>
span { border-color: #E8C9AA; }
span { border-color: rgb(232,201,170); }
td.TdClassName
{
border-color: #E8C9AA;
}
.TagClassName
{
border-color: #E8C9AA;
}
</style>