Shades of Desert Sand #ECCCAB
Tints of Desert Sand #ECCCAB
RGB
CMYK
RGB Variations
Color information
#ECCCAB (or 0xECCCAB) is known color: Desert Sand. HEX triplet: EC, CC and AB. RGB value is (236,204,171). Sum of RGB (Red+Green+Blue) = 236+204+171=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCCAB is #133354. Grayscale: #D1D1D1. Windows color (decimal): -1258325 or 11259116. OLE color: 11259116.
HSL color Cylindrical-coordinate representation of color #ECCCAB: hue angle of 30.46º 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 #ECCCAB is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 171 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.07 |
| HSL | 30.46º | 0.63% | 0.8% | - |
| HSV(B) | 30.46º | 0.28% | 0.93% | - |
| XYZ | 63.54 | 63.96 | 47.52 | - |
| YUV | 209.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 171 | 0 | 0.14 | 0.28 | 0.07 | 30.46 | 0.63 | 0.8 |
| Hex | EC | CC | AB | 0 | E | 1C | 7 | 1E | 3F | 50 |
| Octal | 354 | 314 | 253 | 0 | 16 | 34 | 7 | 36 | 77 | 120 |
| Binary | 11101100 | 11001100 | 10101011 | 0 | 1110 | 11100 | 111 | 11110 | 111111 | 1010000 |
Color Harmonies of #ECCCAB
Complementary color
Monochromatic Colors of #ECCCAB
Black with #ECCCAB
Text Example
Text Example
White with #ECCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCAB; }
p { color: rgb(236,204,171); }
H1.HeaderClassName
{
color: #ECCCAB;
}
.AnyTagClassName
{
color: #ECCCAB;
}
</style>
background-color css
<style>
a { background-color: #ECCCAB; }
a { background-color: rgb(236,204,171); }
div.DivClassName
{
background-color: #ECCCAB;
}
.BgClassName
{
background-color: #ECCCAB;
}
</style>
border-color css
<style>
span { border-color: #ECCCAB; }
span { border-color: rgb(236,204,171); }
td.TdClassName
{
border-color: #ECCCAB;
}
.TagClassName
{
border-color: #ECCCAB;
}
</style>