Shades of Desert Sand #EECEB4
Tints of Desert Sand #EECEB4
RGB
CMYK
RGB Variations
Color information
#EECEB4 (or 0xEECEB4) is known color: Desert Sand. HEX triplet: EE, CE and B4. RGB value is (238,206,180). Sum of RGB (Red+Green+Blue) = 238+206+180=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECEB4 is #11314B. Grayscale: #D4D4D4. Windows color (decimal): -1126732 or 11849454. OLE color: 11849454.
HSL color Cylindrical-coordinate representation of color #EECEB4: hue angle of 26.9º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EECEB4 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 180 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.07 |
| HSL | 26.9º | 0.63% | 0.82% | - |
| HSV(B) | 26.9º | 0.24% | 0.93% | - |
| XYZ | 65.57 | 65.62 | 52.39 | - |
| YUV | 212.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 180 | 0 | 0.13 | 0.24 | 0.07 | 26.9 | 0.63 | 0.82 |
| Hex | EE | CE | B4 | 0 | D | 18 | 7 | 1B | 3F | 52 |
| Octal | 356 | 316 | 264 | 0 | 15 | 30 | 7 | 33 | 77 | 122 |
| Binary | 11101110 | 11001110 | 10110100 | 0 | 1101 | 11000 | 111 | 11011 | 111111 | 1010010 |
Color Harmonies of #EECEB4
Complementary color
Monochromatic Colors of #EECEB4
Black with #EECEB4
Text Example
Text Example
White with #EECEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEB4; }
p { color: rgb(238,206,180); }
H1.HeaderClassName
{
color: #EECEB4;
}
.AnyTagClassName
{
color: #EECEB4;
}
</style>
background-color css
<style>
a { background-color: #EECEB4; }
a { background-color: rgb(238,206,180); }
div.DivClassName
{
background-color: #EECEB4;
}
.BgClassName
{
background-color: #EECEB4;
}
</style>
border-color css
<style>
span { border-color: #EECEB4; }
span { border-color: rgb(238,206,180); }
td.TdClassName
{
border-color: #EECEB4;
}
.TagClassName
{
border-color: #EECEB4;
}
</style>