Shades of Desert Sand #ECC5A9
Tints of Desert Sand #ECC5A9
RGB
CMYK
RGB Variations
Color information
#ECC5A9 (or 0xECC5A9) is known color: Desert Sand. HEX triplet: EC, C5 and A9. RGB value is (236,197,169). Sum of RGB (Red+Green+Blue) = 236+197+169=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 169 (66.41% from 255 or 28.07% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC5A9 is #133A56. Grayscale: #CDCDCD. Windows color (decimal): -1260119 or 11126252. OLE color: 11126252.
HSL color Cylindrical-coordinate representation of color #ECC5A9: hue angle of 25.07º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECC5A9 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 169 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.07 |
| HSL | 25.07º | 0.64% | 0.79% | - |
| HSV(B) | 25.07º | 0.28% | 0.93% | - |
| XYZ | 61.72 | 60.63 | 45.99 | - |
| YUV | 205.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 169 | 0 | 0.17 | 0.28 | 0.07 | 25.07 | 0.64 | 0.79 |
| Hex | EC | C5 | A9 | 0 | 11 | 1C | 7 | 19 | 40 | 4F |
| Octal | 354 | 305 | 251 | 0 | 21 | 34 | 7 | 31 | 100 | 117 |
| Binary | 11101100 | 11000101 | 10101001 | 0 | 10001 | 11100 | 111 | 11001 | 1000000 | 1001111 |
Color Harmonies of #ECC5A9
Complementary color
Monochromatic Colors of #ECC5A9
Black with #ECC5A9
Text Example
Text Example
White with #ECC5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5A9; }
p { color: rgb(236,197,169); }
H1.HeaderClassName
{
color: #ECC5A9;
}
.AnyTagClassName
{
color: #ECC5A9;
}
</style>
background-color css
<style>
a { background-color: #ECC5A9; }
a { background-color: rgb(236,197,169); }
div.DivClassName
{
background-color: #ECC5A9;
}
.BgClassName
{
background-color: #ECC5A9;
}
</style>
border-color css
<style>
span { border-color: #ECC5A9; }
span { border-color: rgb(236,197,169); }
td.TdClassName
{
border-color: #ECC5A9;
}
.TagClassName
{
border-color: #ECC5A9;
}
</style>