Shades of Desert Sand #E8CAAD
Tints of Desert Sand #E8CAAD
RGB
CMYK
RGB Variations
Color information
#E8CAAD (or 0xE8CAAD) is known color: Desert Sand. HEX triplet: E8, CA and AD. RGB value is (232,202,173). Sum of RGB (Red+Green+Blue) = 232+202+173=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CAAD is #173552. Grayscale: #CFCFCF. Windows color (decimal): -1520979 or 11389672. OLE color: 11389672.
HSL color Cylindrical-coordinate representation of color #E8CAAD: hue angle of 29.49º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8CAAD is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 173 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.09 |
| HSL | 29.49º | 0.56% | 0.79% | - |
| HSV(B) | 29.49º | 0.25% | 0.91% | - |
| XYZ | 61.94 | 62.41 | 48.32 | - |
| YUV | 207.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 173 | 0 | 0.13 | 0.25 | 0.09 | 29.49 | 0.56 | 0.79 |
| Hex | E8 | CA | AD | 0 | D | 19 | 9 | 1D | 38 | 4F |
| Octal | 350 | 312 | 255 | 0 | 15 | 31 | 11 | 35 | 70 | 117 |
| Binary | 11101000 | 11001010 | 10101101 | 0 | 1101 | 11001 | 1001 | 11101 | 111000 | 1001111 |
Color Harmonies of #E8CAAD
Complementary color
Monochromatic Colors of #E8CAAD
Black with #E8CAAD
Text Example
Text Example
White with #E8CAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CAAD; }
p { color: rgb(232,202,173); }
H1.HeaderClassName
{
color: #E8CAAD;
}
.AnyTagClassName
{
color: #E8CAAD;
}
</style>
background-color css
<style>
a { background-color: #E8CAAD; }
a { background-color: rgb(232,202,173); }
div.DivClassName
{
background-color: #E8CAAD;
}
.BgClassName
{
background-color: #E8CAAD;
}
</style>
border-color css
<style>
span { border-color: #E8CAAD; }
span { border-color: rgb(232,202,173); }
td.TdClassName
{
border-color: #E8CAAD;
}
.TagClassName
{
border-color: #E8CAAD;
}
</style>