Shades of Desert Sand #ECC9B4
Tints of Desert Sand #ECC9B4
RGB
CMYK
RGB Variations
Color information
#ECC9B4 (or 0xECC9B4) is known color: Desert Sand. HEX triplet: EC, C9 and B4. RGB value is (236,201,180). Sum of RGB (Red+Green+Blue) = 236+201+180=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9B4 is #13364B. Grayscale: #D1D1D1. Windows color (decimal): -1259084 or 11848172. OLE color: 11848172.
HSL color Cylindrical-coordinate representation of color #ECC9B4: hue angle of 22.5º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECC9B4 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 180 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.07 |
| HSL | 22.5º | 0.6% | 0.82% | - |
| HSV(B) | 22.5º | 0.24% | 0.93% | - |
| XYZ | 63.72 | 62.9 | 51.96 | - |
| YUV | 209.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 180 | 0 | 0.15 | 0.24 | 0.07 | 22.5 | 0.6 | 0.82 |
| Hex | EC | C9 | B4 | 0 | F | 18 | 7 | 16 | 3C | 52 |
| Octal | 354 | 311 | 264 | 0 | 17 | 30 | 7 | 26 | 74 | 122 |
| Binary | 11101100 | 11001001 | 10110100 | 0 | 1111 | 11000 | 111 | 10110 | 111100 | 1010010 |
Color Harmonies of #ECC9B4
Complementary color
Monochromatic Colors of #ECC9B4
Black with #ECC9B4
Text Example
Text Example
White with #ECC9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9B4; }
p { color: rgb(236,201,180); }
H1.HeaderClassName
{
color: #ECC9B4;
}
.AnyTagClassName
{
color: #ECC9B4;
}
</style>
background-color css
<style>
a { background-color: #ECC9B4; }
a { background-color: rgb(236,201,180); }
div.DivClassName
{
background-color: #ECC9B4;
}
.BgClassName
{
background-color: #ECC9B4;
}
</style>
border-color css
<style>
span { border-color: #ECC9B4; }
span { border-color: rgb(236,201,180); }
td.TdClassName
{
border-color: #ECC9B4;
}
.TagClassName
{
border-color: #ECC9B4;
}
</style>