Shades of Desert Sand #EECEAF
Tints of Desert Sand #EECEAF
RGB
CMYK
RGB Variations
Color information
#EECEAF (or 0xEECEAF) is known color: Desert Sand. HEX triplet: EE, CE and AF. RGB value is (238,206,175). Sum of RGB (Red+Green+Blue) = 238+206+175=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECEAF is #113150. Grayscale: #D4D4D4. Windows color (decimal): -1126737 or 11521774. OLE color: 11521774.
HSL color Cylindrical-coordinate representation of color #EECEAF: hue angle of 29.52º 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 #EECEAF is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 206 | 175 | - |
CMYK | 0 | 0.13 | 0.26 | 0.07 |
HSL | 29.52º | 0.65% | 0.81% | - |
HSV(B) | 29.52º | 0.26% | 0.93% | - |
XYZ | 65.07 | 65.41 | 49.75 | - |
YUV | 212.03 | 107.1 | 146.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 206 | 175 | 0 | 0.13 | 0.26 | 0.07 | 29.52 | 0.65 | 0.81 |
Hex | EE | CE | AF | 0 | D | 1A | 7 | 1E | 41 | 51 |
Octal | 356 | 316 | 257 | 0 | 15 | 32 | 7 | 36 | 101 | 121 |
Binary | 11101110 | 11001110 | 10101111 | 0 | 1101 | 11010 | 111 | 11110 | 1000001 | 1010001 |
Color Harmonies of #EECEAF
Complementary color
Monochromatic Colors of #EECEAF
Black with #EECEAF
Text Example
Text Example
White with #EECEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEAF; }
p { color: rgb(238,206,175); }
H1.HeaderClassName
{
color: #EECEAF;
}
.AnyTagClassName
{
color: #EECEAF;
}
</style>
background-color css
<style>
a { background-color: #EECEAF; }
a { background-color: rgb(238,206,175); }
div.DivClassName
{
background-color: #EECEAF;
}
.BgClassName
{
background-color: #EECEAF;
}
</style>
border-color css
<style>
span { border-color: #EECEAF; }
span { border-color: rgb(238,206,175); }
td.TdClassName
{
border-color: #EECEAF;
}
.TagClassName
{
border-color: #EECEAF;
}
</style>