Shades of Desert Sand #EECAAE
Tints of Desert Sand #EECAAE
RGB
CMYK
RGB Variations
Color information
#EECAAE (or 0xEECAAE) is known color: Desert Sand. HEX triplet: EE, CA and AE. RGB value is (238,202,174). Sum of RGB (Red+Green+Blue) = 238+202+174=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECAAE is #113551. Grayscale: #D1D1D1. Windows color (decimal): -1127762 or 11455214. OLE color: 11455214.
HSL color Cylindrical-coordinate representation of color #EECAAE: hue angle of 26.25º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EECAAE is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 174 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.07 |
| HSL | 26.25º | 0.65% | 0.81% | - |
| HSV(B) | 26.25º | 0.27% | 0.93% | - |
| XYZ | 64.02 | 63.47 | 48.92 | - |
| YUV | 209.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 174 | 0 | 0.15 | 0.27 | 0.07 | 26.25 | 0.65 | 0.81 |
| Hex | EE | CA | AE | 0 | F | 1B | 7 | 1A | 41 | 51 |
| Octal | 356 | 312 | 256 | 0 | 17 | 33 | 7 | 32 | 101 | 121 |
| Binary | 11101110 | 11001010 | 10101110 | 0 | 1111 | 11011 | 111 | 11010 | 1000001 | 1010001 |
Color Harmonies of #EECAAE
Complementary color
Monochromatic Colors of #EECAAE
Black with #EECAAE
Text Example
Text Example
White with #EECAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAAE; }
p { color: rgb(238,202,174); }
H1.HeaderClassName
{
color: #EECAAE;
}
.AnyTagClassName
{
color: #EECAAE;
}
</style>
background-color css
<style>
a { background-color: #EECAAE; }
a { background-color: rgb(238,202,174); }
div.DivClassName
{
background-color: #EECAAE;
}
.BgClassName
{
background-color: #EECAAE;
}
</style>
border-color css
<style>
span { border-color: #EECAAE; }
span { border-color: rgb(238,202,174); }
td.TdClassName
{
border-color: #EECAAE;
}
.TagClassName
{
border-color: #EECAAE;
}
</style>