Shades of Desert Sand #EECAB1
Tints of Desert Sand #EECAB1
RGB
CMYK
RGB Variations
Color information
#EECAB1 (or 0xEECAB1) is known color: Desert Sand. HEX triplet: EE, CA and B1. RGB value is (238,202,177). Sum of RGB (Red+Green+Blue) = 238+202+177=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECAB1 is #11354E. Grayscale: #D2D2D2. Windows color (decimal): -1127759 or 11651822. OLE color: 11651822.
HSL color Cylindrical-coordinate representation of color #EECAB1: hue angle of 24.59º degrees, saturation: 0.64, 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 #EECAB1 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 177 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.07 |
| HSL | 24.59º | 0.64% | 0.81% | - |
| HSV(B) | 24.59º | 0.26% | 0.93% | - |
| XYZ | 64.32 | 63.59 | 50.48 | - |
| YUV | 209.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 177 | 0 | 0.15 | 0.26 | 0.07 | 24.59 | 0.64 | 0.81 |
| Hex | EE | CA | B1 | 0 | F | 1A | 7 | 19 | 40 | 51 |
| Octal | 356 | 312 | 261 | 0 | 17 | 32 | 7 | 31 | 100 | 121 |
| Binary | 11101110 | 11001010 | 10110001 | 0 | 1111 | 11010 | 111 | 11001 | 1000000 | 1010001 |
Color Harmonies of #EECAB1
Complementary color
Monochromatic Colors of #EECAB1
Black with #EECAB1
Text Example
Text Example
White with #EECAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAB1; }
p { color: rgb(238,202,177); }
H1.HeaderClassName
{
color: #EECAB1;
}
.AnyTagClassName
{
color: #EECAB1;
}
</style>
background-color css
<style>
a { background-color: #EECAB1; }
a { background-color: rgb(238,202,177); }
div.DivClassName
{
background-color: #EECAB1;
}
.BgClassName
{
background-color: #EECAB1;
}
</style>
border-color css
<style>
span { border-color: #EECAB1; }
span { border-color: rgb(238,202,177); }
td.TdClassName
{
border-color: #EECAB1;
}
.TagClassName
{
border-color: #EECAB1;
}
</style>