Shades of Desert Sand #ECC7AA
Tints of Desert Sand #ECC7AA
RGB
CMYK
RGB Variations
Color information
#ECC7AA (or 0xECC7AA) is known color: Desert Sand. HEX triplet: EC, C7 and AA. RGB value is (236,199,170). Sum of RGB (Red+Green+Blue) = 236+199+170=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC7AA is #133855. Grayscale: #CECECE. Windows color (decimal): -1259606 or 11192300. OLE color: 11192300.
HSL color Cylindrical-coordinate representation of color #ECC7AA: hue angle of 26.36º 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 #ECC7AA is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 170 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.07 |
| HSL | 26.36º | 0.63% | 0.8% | - |
| HSV(B) | 26.36º | 0.28% | 0.93% | - |
| XYZ | 62.27 | 61.58 | 46.63 | - |
| YUV | 206.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 170 | 0 | 0.16 | 0.28 | 0.07 | 26.36 | 0.63 | 0.8 |
| Hex | EC | C7 | AA | 0 | 10 | 1C | 7 | 1A | 3F | 50 |
| Octal | 354 | 307 | 252 | 0 | 20 | 34 | 7 | 32 | 77 | 120 |
| Binary | 11101100 | 11000111 | 10101010 | 0 | 10000 | 11100 | 111 | 11010 | 111111 | 1010000 |
Color Harmonies of #ECC7AA
Complementary color
Monochromatic Colors of #ECC7AA
Black with #ECC7AA
Text Example
Text Example
White with #ECC7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7AA; }
p { color: rgb(236,199,170); }
H1.HeaderClassName
{
color: #ECC7AA;
}
.AnyTagClassName
{
color: #ECC7AA;
}
</style>
background-color css
<style>
a { background-color: #ECC7AA; }
a { background-color: rgb(236,199,170); }
div.DivClassName
{
background-color: #ECC7AA;
}
.BgClassName
{
background-color: #ECC7AA;
}
</style>
border-color css
<style>
span { border-color: #ECC7AA; }
span { border-color: rgb(236,199,170); }
td.TdClassName
{
border-color: #ECC7AA;
}
.TagClassName
{
border-color: #ECC7AA;
}
</style>