Shades of Desert Sand #ECCAAA
Tints of Desert Sand #ECCAAA
RGB
CMYK
RGB Variations
Color information
#ECCAAA (or 0xECCAAA) is known color: Desert Sand. HEX triplet: EC, CA and AA. RGB value is (236,202,170). Sum of RGB (Red+Green+Blue) = 236+202+170=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCAAA is #133555. Grayscale: #D0D0D0. Windows color (decimal): -1258838 or 11193068. OLE color: 11193068.
HSL color Cylindrical-coordinate representation of color #ECCAAA: hue angle of 29.09º 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 #ECCAAA is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 170 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.07 |
| HSL | 29.09º | 0.63% | 0.8% | - |
| HSV(B) | 29.09º | 0.28% | 0.93% | - |
| XYZ | 62.97 | 62.98 | 46.87 | - |
| YUV | 208.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 170 | 0 | 0.14 | 0.28 | 0.07 | 29.09 | 0.63 | 0.8 |
| Hex | EC | CA | AA | 0 | E | 1C | 7 | 1D | 3F | 50 |
| Octal | 354 | 312 | 252 | 0 | 16 | 34 | 7 | 35 | 77 | 120 |
| Binary | 11101100 | 11001010 | 10101010 | 0 | 1110 | 11100 | 111 | 11101 | 111111 | 1010000 |
Color Harmonies of #ECCAAA
Complementary color
Monochromatic Colors of #ECCAAA
Black with #ECCAAA
Text Example
Text Example
White with #ECCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAAA; }
p { color: rgb(236,202,170); }
H1.HeaderClassName
{
color: #ECCAAA;
}
.AnyTagClassName
{
color: #ECCAAA;
}
</style>
background-color css
<style>
a { background-color: #ECCAAA; }
a { background-color: rgb(236,202,170); }
div.DivClassName
{
background-color: #ECCAAA;
}
.BgClassName
{
background-color: #ECCAAA;
}
</style>
border-color css
<style>
span { border-color: #ECCAAA; }
span { border-color: rgb(236,202,170); }
td.TdClassName
{
border-color: #ECCAAA;
}
.TagClassName
{
border-color: #ECCAAA;
}
</style>