Shades of Desert Sand #EECAB0
Tints of Desert Sand #EECAB0
RGB
CMYK
RGB Variations
Color information
#EECAB0 (or 0xEECAB0) is known color: Desert Sand. HEX triplet: EE, CA and B0. RGB value is (238,202,176). Sum of RGB (Red+Green+Blue) = 238+202+176=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECAB0 is #11354F. Grayscale: #D1D1D1. Windows color (decimal): -1127760 or 11586286. OLE color: 11586286.
HSL color Cylindrical-coordinate representation of color #EECAB0: hue angle of 25.16º 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 #EECAB0 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 176 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.07 |
| HSL | 25.16º | 0.65% | 0.81% | - |
| HSV(B) | 25.16º | 0.26% | 0.93% | - |
| XYZ | 64.22 | 63.55 | 49.96 | - |
| YUV | 209.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 176 | 0 | 0.15 | 0.26 | 0.07 | 25.16 | 0.65 | 0.81 |
| Hex | EE | CA | B0 | 0 | F | 1A | 7 | 19 | 41 | 51 |
| Octal | 356 | 312 | 260 | 0 | 17 | 32 | 7 | 31 | 101 | 121 |
| Binary | 11101110 | 11001010 | 10110000 | 0 | 1111 | 11010 | 111 | 11001 | 1000001 | 1010001 |
Color Harmonies of #EECAB0
Complementary color
Monochromatic Colors of #EECAB0
Black with #EECAB0
Text Example
Text Example
White with #EECAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAB0; }
p { color: rgb(238,202,176); }
H1.HeaderClassName
{
color: #EECAB0;
}
.AnyTagClassName
{
color: #EECAB0;
}
</style>
background-color css
<style>
a { background-color: #EECAB0; }
a { background-color: rgb(238,202,176); }
div.DivClassName
{
background-color: #EECAB0;
}
.BgClassName
{
background-color: #EECAB0;
}
</style>
border-color css
<style>
span { border-color: #EECAB0; }
span { border-color: rgb(238,202,176); }
td.TdClassName
{
border-color: #EECAB0;
}
.TagClassName
{
border-color: #EECAB0;
}
</style>