Shades of Desert Sand #ECC4AB
Tints of Desert Sand #ECC4AB
RGB
CMYK
RGB Variations
Color information
#ECC4AB (or 0xECC4AB) is known color: Desert Sand. HEX triplet: EC, C4 and AB. RGB value is (236,196,171). Sum of RGB (Red+Green+Blue) = 236+196+171=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC4AB is #133B54. Grayscale: #CDCDCD. Windows color (decimal): -1260373 or 11257068. OLE color: 11257068.
HSL color Cylindrical-coordinate representation of color #ECC4AB: hue angle of 23.08º 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 #ECC4AB is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 171 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.07 |
| HSL | 23.08º | 0.63% | 0.8% | - |
| HSV(B) | 23.08º | 0.28% | 0.93% | - |
| XYZ | 61.68 | 60.25 | 46.91 | - |
| YUV | 205.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 171 | 0 | 0.17 | 0.28 | 0.07 | 23.08 | 0.63 | 0.8 |
| Hex | EC | C4 | AB | 0 | 11 | 1C | 7 | 17 | 3F | 50 |
| Octal | 354 | 304 | 253 | 0 | 21 | 34 | 7 | 27 | 77 | 120 |
| Binary | 11101100 | 11000100 | 10101011 | 0 | 10001 | 11100 | 111 | 10111 | 111111 | 1010000 |
Color Harmonies of #ECC4AB
Complementary color
Monochromatic Colors of #ECC4AB
Black with #ECC4AB
Text Example
Text Example
White with #ECC4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4AB; }
p { color: rgb(236,196,171); }
H1.HeaderClassName
{
color: #ECC4AB;
}
.AnyTagClassName
{
color: #ECC4AB;
}
</style>
background-color css
<style>
a { background-color: #ECC4AB; }
a { background-color: rgb(236,196,171); }
div.DivClassName
{
background-color: #ECC4AB;
}
.BgClassName
{
background-color: #ECC4AB;
}
</style>
border-color css
<style>
span { border-color: #ECC4AB; }
span { border-color: rgb(236,196,171); }
td.TdClassName
{
border-color: #ECC4AB;
}
.TagClassName
{
border-color: #ECC4AB;
}
</style>