Shades of Desert Sand #E8CAAC
Tints of Desert Sand #E8CAAC
RGB
CMYK
RGB Variations
Color information
#E8CAAC (or 0xE8CAAC) is known color: Desert Sand. HEX triplet: E8, CA and AC. RGB value is (232,202,172). Sum of RGB (Red+Green+Blue) = 232+202+172=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CAAC is #173553. Grayscale: #CFCFCF. Windows color (decimal): -1520980 or 11324136. OLE color: 11324136.
HSL color Cylindrical-coordinate representation of color #E8CAAC: 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.26%. Process color model (Four color, CMYK) of #E8CAAC is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 172 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.09 |
| HSL | 30º | 0.57% | 0.79% | - |
| HSV(B) | 30º | 0.26% | 0.91% | - |
| XYZ | 61.85 | 62.38 | 47.81 | - |
| YUV | 207.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 172 | 0 | 0.13 | 0.26 | 0.09 | 30 | 0.57 | 0.79 |
| Hex | E8 | CA | AC | 0 | D | 1A | 9 | 1E | 39 | 4F |
| Octal | 350 | 312 | 254 | 0 | 15 | 32 | 11 | 36 | 71 | 117 |
| Binary | 11101000 | 11001010 | 10101100 | 0 | 1101 | 11010 | 1001 | 11110 | 111001 | 1001111 |
Color Harmonies of #E8CAAC
Complementary color
Monochromatic Colors of #E8CAAC
Black with #E8CAAC
Text Example
Text Example
White with #E8CAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CAAC; }
p { color: rgb(232,202,172); }
H1.HeaderClassName
{
color: #E8CAAC;
}
.AnyTagClassName
{
color: #E8CAAC;
}
</style>
background-color css
<style>
a { background-color: #E8CAAC; }
a { background-color: rgb(232,202,172); }
div.DivClassName
{
background-color: #E8CAAC;
}
.BgClassName
{
background-color: #E8CAAC;
}
</style>
border-color css
<style>
span { border-color: #E8CAAC; }
span { border-color: rgb(232,202,172); }
td.TdClassName
{
border-color: #E8CAAC;
}
.TagClassName
{
border-color: #E8CAAC;
}
</style>