Shades of Desert Sand #EECAAF
Tints of Desert Sand #EECAAF
RGB
CMYK
RGB Variations
Color information
#EECAAF (or 0xEECAAF) is known color: Desert Sand. HEX triplet: EE, CA and AF. RGB value is (238,202,175). Sum of RGB (Red+Green+Blue) = 238+202+175=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECAAF is #113550. Grayscale: #D1D1D1. Windows color (decimal): -1127761 or 11520750. OLE color: 11520750.
HSL color Cylindrical-coordinate representation of color #EECAAF: hue angle of 25.71º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EECAAF is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 175 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.07 |
| HSL | 25.71º | 0.65% | 0.81% | - |
| HSV(B) | 25.71º | 0.26% | 0.93% | - |
| XYZ | 64.12 | 63.51 | 49.44 | - |
| YUV | 209.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 175 | 0 | 0.15 | 0.26 | 0.07 | 25.71 | 0.65 | 0.81 |
| Hex | EE | CA | AF | 0 | F | 1A | 7 | 1A | 41 | 51 |
| Octal | 356 | 312 | 257 | 0 | 17 | 32 | 7 | 32 | 101 | 121 |
| Binary | 11101110 | 11001010 | 10101111 | 0 | 1111 | 11010 | 111 | 11010 | 1000001 | 1010001 |
Color Harmonies of #EECAAF
Complementary color
Monochromatic Colors of #EECAAF
Black with #EECAAF
Text Example
Text Example
White with #EECAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAAF; }
p { color: rgb(238,202,175); }
H1.HeaderClassName
{
color: #EECAAF;
}
.AnyTagClassName
{
color: #EECAAF;
}
</style>
background-color css
<style>
a { background-color: #EECAAF; }
a { background-color: rgb(238,202,175); }
div.DivClassName
{
background-color: #EECAAF;
}
.BgClassName
{
background-color: #EECAAF;
}
</style>
border-color css
<style>
span { border-color: #EECAAF; }
span { border-color: rgb(238,202,175); }
td.TdClassName
{
border-color: #EECAAF;
}
.TagClassName
{
border-color: #EECAAF;
}
</style>