Shades of Desert Sand #ECC9AC
Tints of Desert Sand #ECC9AC
RGB
CMYK
RGB Variations
Color information
#ECC9AC (or 0xECC9AC) is known color: Desert Sand. HEX triplet: EC, C9 and AC. RGB value is (236,201,172). Sum of RGB (Red+Green+Blue) = 236+201+172=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC9AC is #133653. Grayscale: #D0D0D0. Windows color (decimal): -1259092 or 11323884. OLE color: 11323884.
HSL color Cylindrical-coordinate representation of color #ECC9AC: hue angle of 27.19º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECC9AC is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 172 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.07 |
| HSL | 27.19º | 0.63% | 0.8% | - |
| HSV(B) | 27.19º | 0.27% | 0.93% | - |
| XYZ | 62.93 | 62.58 | 47.79 | - |
| YUV | 208.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 172 | 0 | 0.15 | 0.27 | 0.07 | 27.19 | 0.63 | 0.8 |
| Hex | EC | C9 | AC | 0 | F | 1B | 7 | 1B | 3F | 50 |
| Octal | 354 | 311 | 254 | 0 | 17 | 33 | 7 | 33 | 77 | 120 |
| Binary | 11101100 | 11001001 | 10101100 | 0 | 1111 | 11011 | 111 | 11011 | 111111 | 1010000 |
Color Harmonies of #ECC9AC
Complementary color
Monochromatic Colors of #ECC9AC
Black with #ECC9AC
Text Example
Text Example
White with #ECC9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9AC; }
p { color: rgb(236,201,172); }
H1.HeaderClassName
{
color: #ECC9AC;
}
.AnyTagClassName
{
color: #ECC9AC;
}
</style>
background-color css
<style>
a { background-color: #ECC9AC; }
a { background-color: rgb(236,201,172); }
div.DivClassName
{
background-color: #ECC9AC;
}
.BgClassName
{
background-color: #ECC9AC;
}
</style>
border-color css
<style>
span { border-color: #ECC9AC; }
span { border-color: rgb(236,201,172); }
td.TdClassName
{
border-color: #ECC9AC;
}
.TagClassName
{
border-color: #ECC9AC;
}
</style>