Shades of Desert Sand #EEC9AF
Tints of Desert Sand #EEC9AF
RGB
CMYK
RGB Variations
Color information
#EEC9AF (or 0xEEC9AF) is known color: Desert Sand. HEX triplet: EE, C9 and AF. RGB value is (238,201,175). Sum of RGB (Red+Green+Blue) = 238+201+175=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC9AF is #113650. Grayscale: #D1D1D1. Windows color (decimal): -1128017 or 11520494. OLE color: 11520494.
HSL color Cylindrical-coordinate representation of color #EEC9AF: hue angle of 24.76º 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 #EEC9AF is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 175 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.07 |
| HSL | 24.76º | 0.65% | 0.81% | - |
| HSV(B) | 24.76º | 0.26% | 0.93% | - |
| XYZ | 63.88 | 63.05 | 49.36 | - |
| YUV | 209.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 175 | 0 | 0.16 | 0.26 | 0.07 | 24.76 | 0.65 | 0.81 |
| Hex | EE | C9 | AF | 0 | 10 | 1A | 7 | 19 | 41 | 51 |
| Octal | 356 | 311 | 257 | 0 | 20 | 32 | 7 | 31 | 101 | 121 |
| Binary | 11101110 | 11001001 | 10101111 | 0 | 10000 | 11010 | 111 | 11001 | 1000001 | 1010001 |
Color Harmonies of #EEC9AF
Complementary color
Monochromatic Colors of #EEC9AF
Black with #EEC9AF
Text Example
Text Example
White with #EEC9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC9AF; }
p { color: rgb(238,201,175); }
H1.HeaderClassName
{
color: #EEC9AF;
}
.AnyTagClassName
{
color: #EEC9AF;
}
</style>
background-color css
<style>
a { background-color: #EEC9AF; }
a { background-color: rgb(238,201,175); }
div.DivClassName
{
background-color: #EEC9AF;
}
.BgClassName
{
background-color: #EEC9AF;
}
</style>
border-color css
<style>
span { border-color: #EEC9AF; }
span { border-color: rgb(238,201,175); }
td.TdClassName
{
border-color: #EEC9AF;
}
.TagClassName
{
border-color: #EEC9AF;
}
</style>