Shades of Desert Sand #ECC7AE
Tints of Desert Sand #ECC7AE
RGB
CMYK
RGB Variations
Color information
#ECC7AE (or 0xECC7AE) is known color: Desert Sand. HEX triplet: EC, C7 and AE. RGB value is (236,199,174). Sum of RGB (Red+Green+Blue) = 236+199+174=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC7AE is #133851. Grayscale: #CFCFCF. Windows color (decimal): -1259602 or 11454444. OLE color: 11454444.
HSL color Cylindrical-coordinate representation of color #ECC7AE: hue angle of 24.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECC7AE is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 174 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.07 |
| HSL | 24.19º | 0.62% | 0.8% | - |
| HSV(B) | 24.19º | 0.26% | 0.93% | - |
| XYZ | 62.66 | 61.74 | 48.66 | - |
| YUV | 207.21 | 109.26 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 174 | 0 | 0.16 | 0.26 | 0.07 | 24.19 | 0.62 | 0.8 |
| Hex | EC | C7 | AE | 0 | 10 | 1A | 7 | 18 | 3E | 50 |
| Octal | 354 | 307 | 256 | 0 | 20 | 32 | 7 | 30 | 76 | 120 |
| Binary | 11101100 | 11000111 | 10101110 | 0 | 10000 | 11010 | 111 | 11000 | 111110 | 1010000 |
Color Harmonies of #ECC7AE
Complementary color
Monochromatic Colors of #ECC7AE
Black with #ECC7AE
Text Example
Text Example
White with #ECC7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7AE; }
p { color: rgb(236,199,174); }
H1.HeaderClassName
{
color: #ECC7AE;
}
.AnyTagClassName
{
color: #ECC7AE;
}
</style>
background-color css
<style>
a { background-color: #ECC7AE; }
a { background-color: rgb(236,199,174); }
div.DivClassName
{
background-color: #ECC7AE;
}
.BgClassName
{
background-color: #ECC7AE;
}
</style>
border-color css
<style>
span { border-color: #ECC7AE; }
span { border-color: rgb(236,199,174); }
td.TdClassName
{
border-color: #ECC7AE;
}
.TagClassName
{
border-color: #ECC7AE;
}
</style>