Shades of Desert Sand #ECC9B0
Tints of Desert Sand #ECC9B0
RGB
CMYK
RGB Variations
Color information
#ECC9B0 (or 0xECC9B0) is known color: Desert Sand. HEX triplet: EC, C9 and B0. RGB value is (236,201,176). Sum of RGB (Red+Green+Blue) = 236+201+176=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC9B0 is #13364F. Grayscale: #D0D0D0. Windows color (decimal): -1259088 or 11586028. OLE color: 11586028.
HSL color Cylindrical-coordinate representation of color #ECC9B0: hue angle of 25º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECC9B0 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 176 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.07 |
| HSL | 25º | 0.61% | 0.81% | - |
| HSV(B) | 25º | 0.25% | 0.93% | - |
| XYZ | 63.32 | 62.74 | 49.85 | - |
| YUV | 208.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 176 | 0 | 0.15 | 0.25 | 0.07 | 25 | 0.61 | 0.81 |
| Hex | EC | C9 | B0 | 0 | F | 19 | 7 | 19 | 3D | 51 |
| Octal | 354 | 311 | 260 | 0 | 17 | 31 | 7 | 31 | 75 | 121 |
| Binary | 11101100 | 11001001 | 10110000 | 0 | 1111 | 11001 | 111 | 11001 | 111101 | 1010001 |
Color Harmonies of #ECC9B0
Complementary color
Monochromatic Colors of #ECC9B0
Black with #ECC9B0
Text Example
Text Example
White with #ECC9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9B0; }
p { color: rgb(236,201,176); }
H1.HeaderClassName
{
color: #ECC9B0;
}
.AnyTagClassName
{
color: #ECC9B0;
}
</style>
background-color css
<style>
a { background-color: #ECC9B0; }
a { background-color: rgb(236,201,176); }
div.DivClassName
{
background-color: #ECC9B0;
}
.BgClassName
{
background-color: #ECC9B0;
}
</style>
border-color css
<style>
span { border-color: #ECC9B0; }
span { border-color: rgb(236,201,176); }
td.TdClassName
{
border-color: #ECC9B0;
}
.TagClassName
{
border-color: #ECC9B0;
}
</style>