Shades of Desert Sand #EECBAA
Tints of Desert Sand #EECBAA
RGB
CMYK
RGB Variations
Color information
#EECBAA (or 0xEECBAA) is known color: Desert Sand. HEX triplet: EE, CB and AA. RGB value is (238,203,170). Sum of RGB (Red+Green+Blue) = 238+203+170=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECBAA is #113455. Grayscale: #D1D1D1. Windows color (decimal): -1127510 or 11193326. OLE color: 11193326.
HSL color Cylindrical-coordinate representation of color #EECBAA: hue angle of 29.12º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EECBAA is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 170 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.07 |
| HSL | 29.12º | 0.67% | 0.8% | - |
| HSV(B) | 29.12º | 0.29% | 0.93% | - |
| XYZ | 63.87 | 63.79 | 46.98 | - |
| YUV | 209.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 170 | 0 | 0.15 | 0.29 | 0.07 | 29.12 | 0.67 | 0.8 |
| Hex | EE | CB | AA | 0 | F | 1D | 7 | 1D | 43 | 50 |
| Octal | 356 | 313 | 252 | 0 | 17 | 35 | 7 | 35 | 103 | 120 |
| Binary | 11101110 | 11001011 | 10101010 | 0 | 1111 | 11101 | 111 | 11101 | 1000011 | 1010000 |
Color Harmonies of #EECBAA
Complementary color
Monochromatic Colors of #EECBAA
Black with #EECBAA
Text Example
Text Example
White with #EECBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBAA; }
p { color: rgb(238,203,170); }
H1.HeaderClassName
{
color: #EECBAA;
}
.AnyTagClassName
{
color: #EECBAA;
}
</style>
background-color css
<style>
a { background-color: #EECBAA; }
a { background-color: rgb(238,203,170); }
div.DivClassName
{
background-color: #EECBAA;
}
.BgClassName
{
background-color: #EECBAA;
}
</style>
border-color css
<style>
span { border-color: #EECBAA; }
span { border-color: rgb(238,203,170); }
td.TdClassName
{
border-color: #EECBAA;
}
.TagClassName
{
border-color: #EECBAA;
}
</style>