Shades of Desert Sand #EECAB3
Tints of Desert Sand #EECAB3
RGB
CMYK
RGB Variations
Color information
#EECAB3 (or 0xEECAB3) is known color: Desert Sand. HEX triplet: EE, CA and B3. RGB value is (238,202,179). Sum of RGB (Red+Green+Blue) = 238+202+179=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 179 (70.31% from 255 or 28.92% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAB3 is #11354C. Grayscale: #D2D2D2. Windows color (decimal): -1127757 or 11782894. OLE color: 11782894.
HSL color Cylindrical-coordinate representation of color #EECAB3: hue angle of 23.39º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EECAB3 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 179 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.07 |
| HSL | 23.39º | 0.63% | 0.82% | - |
| HSV(B) | 23.39º | 0.25% | 0.93% | - |
| XYZ | 64.52 | 63.67 | 51.54 | - |
| YUV | 210.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 179 | 0 | 0.15 | 0.25 | 0.07 | 23.39 | 0.63 | 0.82 |
| Hex | EE | CA | B3 | 0 | F | 19 | 7 | 17 | 3F | 52 |
| Octal | 356 | 312 | 263 | 0 | 17 | 31 | 7 | 27 | 77 | 122 |
| Binary | 11101110 | 11001010 | 10110011 | 0 | 1111 | 11001 | 111 | 10111 | 111111 | 1010010 |
Color Harmonies of #EECAB3
Complementary color
Monochromatic Colors of #EECAB3
Black with #EECAB3
Text Example
Text Example
White with #EECAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAB3; }
p { color: rgb(238,202,179); }
H1.HeaderClassName
{
color: #EECAB3;
}
.AnyTagClassName
{
color: #EECAB3;
}
</style>
background-color css
<style>
a { background-color: #EECAB3; }
a { background-color: rgb(238,202,179); }
div.DivClassName
{
background-color: #EECAB3;
}
.BgClassName
{
background-color: #EECAB3;
}
</style>
border-color css
<style>
span { border-color: #EECAB3; }
span { border-color: rgb(238,202,179); }
td.TdClassName
{
border-color: #EECAB3;
}
.TagClassName
{
border-color: #EECAB3;
}
</style>