Shades of Desert Sand #ECCCAC
Tints of Desert Sand #ECCCAC
RGB
CMYK
RGB Variations
Color information
#ECCCAC (or 0xECCCAC) is known color: Desert Sand. HEX triplet: EC, CC and AC. RGB value is (236,204,172). Sum of RGB (Red+Green+Blue) = 236+204+172=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCCAC is #133353. Grayscale: #D2D2D2. Windows color (decimal): -1258324 or 11324652. OLE color: 11324652.
HSL color Cylindrical-coordinate representation of color #ECCCAC: hue angle of 30º 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 #ECCCAC is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 172 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.07 |
| HSL | 30º | 0.63% | 0.8% | - |
| HSV(B) | 30º | 0.27% | 0.93% | - |
| XYZ | 63.63 | 64 | 48.03 | - |
| YUV | 209.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 172 | 0 | 0.14 | 0.27 | 0.07 | 30 | 0.63 | 0.8 |
| Hex | EC | CC | AC | 0 | E | 1B | 7 | 1E | 3F | 50 |
| Octal | 354 | 314 | 254 | 0 | 16 | 33 | 7 | 36 | 77 | 120 |
| Binary | 11101100 | 11001100 | 10101100 | 0 | 1110 | 11011 | 111 | 11110 | 111111 | 1010000 |
Color Harmonies of #ECCCAC
Complementary color
Monochromatic Colors of #ECCCAC
Black with #ECCCAC
Text Example
Text Example
White with #ECCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCAC; }
p { color: rgb(236,204,172); }
H1.HeaderClassName
{
color: #ECCCAC;
}
.AnyTagClassName
{
color: #ECCCAC;
}
</style>
background-color css
<style>
a { background-color: #ECCCAC; }
a { background-color: rgb(236,204,172); }
div.DivClassName
{
background-color: #ECCCAC;
}
.BgClassName
{
background-color: #ECCCAC;
}
</style>
border-color css
<style>
span { border-color: #ECCCAC; }
span { border-color: rgb(236,204,172); }
td.TdClassName
{
border-color: #ECCCAC;
}
.TagClassName
{
border-color: #ECCCAC;
}
</style>