Shades of Desert Sand #ECCAAB
Tints of Desert Sand #ECCAAB
RGB
CMYK
RGB Variations
Color information
#ECCAAB (or 0xECCAAB) is known color: Desert Sand. HEX triplet: EC, CA and AB. RGB value is (236,202,171). Sum of RGB (Red+Green+Blue) = 236+202+171=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCAAB is #133554. Grayscale: #D0D0D0. Windows color (decimal): -1258837 or 11258604. OLE color: 11258604.
HSL color Cylindrical-coordinate representation of color #ECCAAB: hue angle of 28.62º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECCAAB is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 171 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.07 |
| HSL | 28.62º | 0.63% | 0.8% | - |
| HSV(B) | 28.62º | 0.28% | 0.93% | - |
| XYZ | 63.06 | 63.01 | 47.37 | - |
| YUV | 208.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 171 | 0 | 0.14 | 0.28 | 0.07 | 28.62 | 0.63 | 0.8 |
| Hex | EC | CA | AB | 0 | E | 1C | 7 | 1D | 3F | 50 |
| Octal | 354 | 312 | 253 | 0 | 16 | 34 | 7 | 35 | 77 | 120 |
| Binary | 11101100 | 11001010 | 10101011 | 0 | 1110 | 11100 | 111 | 11101 | 111111 | 1010000 |
Color Harmonies of #ECCAAB
Complementary color
Monochromatic Colors of #ECCAAB
Black with #ECCAAB
Text Example
Text Example
White with #ECCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAAB; }
p { color: rgb(236,202,171); }
H1.HeaderClassName
{
color: #ECCAAB;
}
.AnyTagClassName
{
color: #ECCAAB;
}
</style>
background-color css
<style>
a { background-color: #ECCAAB; }
a { background-color: rgb(236,202,171); }
div.DivClassName
{
background-color: #ECCAAB;
}
.BgClassName
{
background-color: #ECCAAB;
}
</style>
border-color css
<style>
span { border-color: #ECCAAB; }
span { border-color: rgb(236,202,171); }
td.TdClassName
{
border-color: #ECCAAB;
}
.TagClassName
{
border-color: #ECCAAB;
}
</style>