Shades of Desert Sand #EEC8AF
Tints of Desert Sand #EEC8AF
RGB
CMYK
RGB Variations
Color information
#EEC8AF (or 0xEEC8AF) is known color: Desert Sand. HEX triplet: EE, C8 and AF. RGB value is (238,200,175). Sum of RGB (Red+Green+Blue) = 238+200+175=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC8AF is #113750. Grayscale: #D0D0D0. Windows color (decimal): -1128273 or 11520238. OLE color: 11520238.
HSL color Cylindrical-coordinate representation of color #EEC8AF: hue angle of 23.81º 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 #EEC8AF is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 175 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.07 |
| HSL | 23.81º | 0.65% | 0.81% | - |
| HSV(B) | 23.81º | 0.26% | 0.93% | - |
| XYZ | 63.65 | 62.58 | 49.28 | - |
| YUV | 208.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 175 | 0 | 0.16 | 0.26 | 0.07 | 23.81 | 0.65 | 0.81 |
| Hex | EE | C8 | AF | 0 | 10 | 1A | 7 | 18 | 41 | 51 |
| Octal | 356 | 310 | 257 | 0 | 20 | 32 | 7 | 30 | 101 | 121 |
| Binary | 11101110 | 11001000 | 10101111 | 0 | 10000 | 11010 | 111 | 11000 | 1000001 | 1010001 |
Color Harmonies of #EEC8AF
Complementary color
Monochromatic Colors of #EEC8AF
Black with #EEC8AF
Text Example
Text Example
White with #EEC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8AF; }
p { color: rgb(238,200,175); }
H1.HeaderClassName
{
color: #EEC8AF;
}
.AnyTagClassName
{
color: #EEC8AF;
}
</style>
background-color css
<style>
a { background-color: #EEC8AF; }
a { background-color: rgb(238,200,175); }
div.DivClassName
{
background-color: #EEC8AF;
}
.BgClassName
{
background-color: #EEC8AF;
}
</style>
border-color css
<style>
span { border-color: #EEC8AF; }
span { border-color: rgb(238,200,175); }
td.TdClassName
{
border-color: #EEC8AF;
}
.TagClassName
{
border-color: #EEC8AF;
}
</style>