Shades of Desert Sand #ECC8AE
Tints of Desert Sand #ECC8AE
RGB
CMYK
RGB Variations
Color information
#ECC8AE (or 0xECC8AE) is known color: Desert Sand. HEX triplet: EC, C8 and AE. RGB value is (236,200,174). Sum of RGB (Red+Green+Blue) = 236+200+174=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC8AE is #133751. Grayscale: #CFCFCF. Windows color (decimal): -1259346 or 11454700. OLE color: 11454700.
HSL color Cylindrical-coordinate representation of color #ECC8AE: hue angle of 25.16º 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 #ECC8AE is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 174 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.07 |
| HSL | 25.16º | 0.62% | 0.8% | - |
| HSV(B) | 25.16º | 0.26% | 0.93% | - |
| XYZ | 62.89 | 62.2 | 48.74 | - |
| YUV | 207.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 174 | 0 | 0.15 | 0.26 | 0.07 | 25.16 | 0.62 | 0.8 |
| Hex | EC | C8 | AE | 0 | F | 1A | 7 | 19 | 3E | 50 |
| Octal | 354 | 310 | 256 | 0 | 17 | 32 | 7 | 31 | 76 | 120 |
| Binary | 11101100 | 11001000 | 10101110 | 0 | 1111 | 11010 | 111 | 11001 | 111110 | 1010000 |
Color Harmonies of #ECC8AE
Complementary color
Monochromatic Colors of #ECC8AE
Black with #ECC8AE
Text Example
Text Example
White with #ECC8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8AE; }
p { color: rgb(236,200,174); }
H1.HeaderClassName
{
color: #ECC8AE;
}
.AnyTagClassName
{
color: #ECC8AE;
}
</style>
background-color css
<style>
a { background-color: #ECC8AE; }
a { background-color: rgb(236,200,174); }
div.DivClassName
{
background-color: #ECC8AE;
}
.BgClassName
{
background-color: #ECC8AE;
}
</style>
border-color css
<style>
span { border-color: #ECC8AE; }
span { border-color: rgb(236,200,174); }
td.TdClassName
{
border-color: #ECC8AE;
}
.TagClassName
{
border-color: #ECC8AE;
}
</style>