Shades of Desert Sand #EEC9AB
Tints of Desert Sand #EEC9AB
RGB
CMYK
RGB Variations
Color information
#EEC9AB (or 0xEEC9AB) is known color: Desert Sand. HEX triplet: EE, C9 and AB. RGB value is (238,201,171). Sum of RGB (Red+Green+Blue) = 238+201+171=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC9AB is #113654. Grayscale: #D0D0D0. Windows color (decimal): -1128021 or 11258350. OLE color: 11258350.
HSL color Cylindrical-coordinate representation of color #EEC9AB: hue angle of 26.87º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEC9AB is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 171 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.07 |
| HSL | 26.87º | 0.66% | 0.8% | - |
| HSV(B) | 26.87º | 0.28% | 0.93% | - |
| XYZ | 63.5 | 62.89 | 47.32 | - |
| YUV | 208.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 171 | 0 | 0.16 | 0.28 | 0.07 | 26.87 | 0.66 | 0.8 |
| Hex | EE | C9 | AB | 0 | 10 | 1C | 7 | 1B | 42 | 50 |
| Octal | 356 | 311 | 253 | 0 | 20 | 34 | 7 | 33 | 102 | 120 |
| Binary | 11101110 | 11001001 | 10101011 | 0 | 10000 | 11100 | 111 | 11011 | 1000010 | 1010000 |
Color Harmonies of #EEC9AB
Complementary color
Monochromatic Colors of #EEC9AB
Black with #EEC9AB
Text Example
Text Example
White with #EEC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC9AB; }
p { color: rgb(238,201,171); }
H1.HeaderClassName
{
color: #EEC9AB;
}
.AnyTagClassName
{
color: #EEC9AB;
}
</style>
background-color css
<style>
a { background-color: #EEC9AB; }
a { background-color: rgb(238,201,171); }
div.DivClassName
{
background-color: #EEC9AB;
}
.BgClassName
{
background-color: #EEC9AB;
}
</style>
border-color css
<style>
span { border-color: #EEC9AB; }
span { border-color: rgb(238,201,171); }
td.TdClassName
{
border-color: #EEC9AB;
}
.TagClassName
{
border-color: #EEC9AB;
}
</style>