Shades of Desert Sand #EEC8AD
Tints of Desert Sand #EEC8AD
RGB
CMYK
RGB Variations
Color information
#EEC8AD (or 0xEEC8AD) is known color: Desert Sand. HEX triplet: EE, C8 and AD. RGB value is (238,200,173). Sum of RGB (Red+Green+Blue) = 238+200+173=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC8AD is #113752. Grayscale: #D0D0D0. Windows color (decimal): -1128275 or 11389166. OLE color: 11389166.
HSL color Cylindrical-coordinate representation of color #EEC8AD: hue angle of 24.92º degrees, saturation: 0.66, 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 #EEC8AD is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 173 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.07 |
| HSL | 24.92º | 0.66% | 0.81% | - |
| HSV(B) | 24.92º | 0.27% | 0.93% | - |
| XYZ | 63.46 | 62.5 | 48.25 | - |
| YUV | 208.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 173 | 0 | 0.16 | 0.27 | 0.07 | 24.92 | 0.66 | 0.81 |
| Hex | EE | C8 | AD | 0 | 10 | 1B | 7 | 19 | 42 | 51 |
| Octal | 356 | 310 | 255 | 0 | 20 | 33 | 7 | 31 | 102 | 121 |
| Binary | 11101110 | 11001000 | 10101101 | 0 | 10000 | 11011 | 111 | 11001 | 1000010 | 1010001 |
Color Harmonies of #EEC8AD
Complementary color
Monochromatic Colors of #EEC8AD
Black with #EEC8AD
Text Example
Text Example
White with #EEC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8AD; }
p { color: rgb(238,200,173); }
H1.HeaderClassName
{
color: #EEC8AD;
}
.AnyTagClassName
{
color: #EEC8AD;
}
</style>
background-color css
<style>
a { background-color: #EEC8AD; }
a { background-color: rgb(238,200,173); }
div.DivClassName
{
background-color: #EEC8AD;
}
.BgClassName
{
background-color: #EEC8AD;
}
</style>
border-color css
<style>
span { border-color: #EEC8AD; }
span { border-color: rgb(238,200,173); }
td.TdClassName
{
border-color: #EEC8AD;
}
.TagClassName
{
border-color: #EEC8AD;
}
</style>