Shades of Desert Sand #ECC8AB
Tints of Desert Sand #ECC8AB
RGB
CMYK
RGB Variations
Color information
#ECC8AB (or 0xECC8AB) is known color: Desert Sand. HEX triplet: EC, C8 and AB. RGB value is (236,200,171). Sum of RGB (Red+Green+Blue) = 236+200+171=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC8AB is #133754. Grayscale: #CFCFCF. Windows color (decimal): -1259349 or 11258092. OLE color: 11258092.
HSL color Cylindrical-coordinate representation of color #ECC8AB: hue angle of 26.77º 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 #ECC8AB is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 171 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.07 |
| HSL | 26.77º | 0.63% | 0.8% | - |
| HSV(B) | 26.77º | 0.28% | 0.93% | - |
| XYZ | 62.6 | 62.08 | 47.21 | - |
| YUV | 207.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 171 | 0 | 0.15 | 0.28 | 0.07 | 26.77 | 0.63 | 0.8 |
| Hex | EC | C8 | AB | 0 | F | 1C | 7 | 1B | 3F | 50 |
| Octal | 354 | 310 | 253 | 0 | 17 | 34 | 7 | 33 | 77 | 120 |
| Binary | 11101100 | 11001000 | 10101011 | 0 | 1111 | 11100 | 111 | 11011 | 111111 | 1010000 |
Color Harmonies of #ECC8AB
Complementary color
Monochromatic Colors of #ECC8AB
Black with #ECC8AB
Text Example
Text Example
White with #ECC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8AB; }
p { color: rgb(236,200,171); }
H1.HeaderClassName
{
color: #ECC8AB;
}
.AnyTagClassName
{
color: #ECC8AB;
}
</style>
background-color css
<style>
a { background-color: #ECC8AB; }
a { background-color: rgb(236,200,171); }
div.DivClassName
{
background-color: #ECC8AB;
}
.BgClassName
{
background-color: #ECC8AB;
}
</style>
border-color css
<style>
span { border-color: #ECC8AB; }
span { border-color: rgb(236,200,171); }
td.TdClassName
{
border-color: #ECC8AB;
}
.TagClassName
{
border-color: #ECC8AB;
}
</style>