Shades of Desert Sand #ECC5AB
Tints of Desert Sand #ECC5AB
RGB
CMYK
RGB Variations
Color information
#ECC5AB (or 0xECC5AB) is known color: Desert Sand. HEX triplet: EC, C5 and AB. RGB value is (236,197,171). Sum of RGB (Red+Green+Blue) = 236+197+171=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC5AB is #133A54. Grayscale: #CDCDCD. Windows color (decimal): -1260117 or 11257324. OLE color: 11257324.
HSL color Cylindrical-coordinate representation of color #ECC5AB: hue angle of 24º 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 #ECC5AB is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 171 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.07 |
| HSL | 24º | 0.63% | 0.8% | - |
| HSV(B) | 24º | 0.28% | 0.93% | - |
| XYZ | 61.91 | 60.71 | 46.98 | - |
| YUV | 205.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 171 | 0 | 0.17 | 0.28 | 0.07 | 24 | 0.63 | 0.8 |
| Hex | EC | C5 | AB | 0 | 11 | 1C | 7 | 18 | 3F | 50 |
| Octal | 354 | 305 | 253 | 0 | 21 | 34 | 7 | 30 | 77 | 120 |
| Binary | 11101100 | 11000101 | 10101011 | 0 | 10001 | 11100 | 111 | 11000 | 111111 | 1010000 |
Color Harmonies of #ECC5AB
Complementary color
Monochromatic Colors of #ECC5AB
Black with #ECC5AB
Text Example
Text Example
White with #ECC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5AB; }
p { color: rgb(236,197,171); }
H1.HeaderClassName
{
color: #ECC5AB;
}
.AnyTagClassName
{
color: #ECC5AB;
}
</style>
background-color css
<style>
a { background-color: #ECC5AB; }
a { background-color: rgb(236,197,171); }
div.DivClassName
{
background-color: #ECC5AB;
}
.BgClassName
{
background-color: #ECC5AB;
}
</style>
border-color css
<style>
span { border-color: #ECC5AB; }
span { border-color: rgb(236,197,171); }
td.TdClassName
{
border-color: #ECC5AB;
}
.TagClassName
{
border-color: #ECC5AB;
}
</style>