Shades of Desert Sand #EECAB4
Tints of Desert Sand #EECAB4
RGB
CMYK
RGB Variations
Color information
#EECAB4 (or 0xEECAB4) is known color: Desert Sand. HEX triplet: EE, CA and B4. RGB value is (238,202,180). Sum of RGB (Red+Green+Blue) = 238+202+180=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAB4 is #11354B. Grayscale: #D2D2D2. Windows color (decimal): -1127756 or 11848430. OLE color: 11848430.
HSL color Cylindrical-coordinate representation of color #EECAB4: hue angle of 22.76º 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 #EECAB4 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 180 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.07 |
| HSL | 22.76º | 0.63% | 0.82% | - |
| HSV(B) | 22.76º | 0.24% | 0.93% | - |
| XYZ | 64.62 | 63.71 | 52.07 | - |
| YUV | 210.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 180 | 0 | 0.15 | 0.24 | 0.07 | 22.76 | 0.63 | 0.82 |
| Hex | EE | CA | B4 | 0 | F | 18 | 7 | 17 | 3F | 52 |
| Octal | 356 | 312 | 264 | 0 | 17 | 30 | 7 | 27 | 77 | 122 |
| Binary | 11101110 | 11001010 | 10110100 | 0 | 1111 | 11000 | 111 | 10111 | 111111 | 1010010 |
Color Harmonies of #EECAB4
Complementary color
Monochromatic Colors of #EECAB4
Black with #EECAB4
Text Example
Text Example
White with #EECAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAB4; }
p { color: rgb(238,202,180); }
H1.HeaderClassName
{
color: #EECAB4;
}
.AnyTagClassName
{
color: #EECAB4;
}
</style>
background-color css
<style>
a { background-color: #EECAB4; }
a { background-color: rgb(238,202,180); }
div.DivClassName
{
background-color: #EECAB4;
}
.BgClassName
{
background-color: #EECAB4;
}
</style>
border-color css
<style>
span { border-color: #EECAB4; }
span { border-color: rgb(238,202,180); }
td.TdClassName
{
border-color: #EECAB4;
}
.TagClassName
{
border-color: #EECAB4;
}
</style>