Shades of Desert Sand #ECC6AA
Tints of Desert Sand #ECC6AA
RGB
CMYK
RGB Variations
Color information
#ECC6AA (or 0xECC6AA) is known color: Desert Sand. HEX triplet: EC, C6 and AA. RGB value is (236,198,170). Sum of RGB (Red+Green+Blue) = 236+198+170=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC6AA is #133955. Grayscale: #CECECE. Windows color (decimal): -1259862 or 11192044. OLE color: 11192044.
HSL color Cylindrical-coordinate representation of color #ECC6AA: hue angle of 25.45º 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 #ECC6AA is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 170 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.07 |
| HSL | 25.45º | 0.63% | 0.8% | - |
| HSV(B) | 25.45º | 0.28% | 0.93% | - |
| XYZ | 62.04 | 61.12 | 46.56 | - |
| YUV | 206.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 170 | 0 | 0.16 | 0.28 | 0.07 | 25.45 | 0.63 | 0.8 |
| Hex | EC | C6 | AA | 0 | 10 | 1C | 7 | 19 | 3F | 50 |
| Octal | 354 | 306 | 252 | 0 | 20 | 34 | 7 | 31 | 77 | 120 |
| Binary | 11101100 | 11000110 | 10101010 | 0 | 10000 | 11100 | 111 | 11001 | 111111 | 1010000 |
Color Harmonies of #ECC6AA
Complementary color
Monochromatic Colors of #ECC6AA
Black with #ECC6AA
Text Example
Text Example
White with #ECC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6AA; }
p { color: rgb(236,198,170); }
H1.HeaderClassName
{
color: #ECC6AA;
}
.AnyTagClassName
{
color: #ECC6AA;
}
</style>
background-color css
<style>
a { background-color: #ECC6AA; }
a { background-color: rgb(236,198,170); }
div.DivClassName
{
background-color: #ECC6AA;
}
.BgClassName
{
background-color: #ECC6AA;
}
</style>
border-color css
<style>
span { border-color: #ECC6AA; }
span { border-color: rgb(236,198,170); }
td.TdClassName
{
border-color: #ECC6AA;
}
.TagClassName
{
border-color: #ECC6AA;
}
</style>