Shades of Desert Sand #ECC8AC
Tints of Desert Sand #ECC8AC
RGB
CMYK
RGB Variations
Color information
#ECC8AC (or 0xECC8AC) is known color: Desert Sand. HEX triplet: EC, C8 and AC. RGB value is (236,200,172). Sum of RGB (Red+Green+Blue) = 236+200+172=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC8AC is #133753. Grayscale: #CFCFCF. Windows color (decimal): -1259348 or 11323628. OLE color: 11323628.
HSL color Cylindrical-coordinate representation of color #ECC8AC: hue angle of 26.25º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECC8AC is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 172 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.07 |
| HSL | 26.25º | 0.63% | 0.8% | - |
| HSV(B) | 26.25º | 0.27% | 0.93% | - |
| XYZ | 62.69 | 62.12 | 47.72 | - |
| YUV | 207.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 172 | 0 | 0.15 | 0.27 | 0.07 | 26.25 | 0.63 | 0.8 |
| Hex | EC | C8 | AC | 0 | F | 1B | 7 | 1A | 3F | 50 |
| Octal | 354 | 310 | 254 | 0 | 17 | 33 | 7 | 32 | 77 | 120 |
| Binary | 11101100 | 11001000 | 10101100 | 0 | 1111 | 11011 | 111 | 11010 | 111111 | 1010000 |
Color Harmonies of #ECC8AC
Complementary color
Monochromatic Colors of #ECC8AC
Black with #ECC8AC
Text Example
Text Example
White with #ECC8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8AC; }
p { color: rgb(236,200,172); }
H1.HeaderClassName
{
color: #ECC8AC;
}
.AnyTagClassName
{
color: #ECC8AC;
}
</style>
background-color css
<style>
a { background-color: #ECC8AC; }
a { background-color: rgb(236,200,172); }
div.DivClassName
{
background-color: #ECC8AC;
}
.BgClassName
{
background-color: #ECC8AC;
}
</style>
border-color css
<style>
span { border-color: #ECC8AC; }
span { border-color: rgb(236,200,172); }
td.TdClassName
{
border-color: #ECC8AC;
}
.TagClassName
{
border-color: #ECC8AC;
}
</style>