Shades of Desert Sand #ECC6AC
Tints of Desert Sand #ECC6AC
RGB
CMYK
RGB Variations
Color information
#ECC6AC (or 0xECC6AC) is known color: Desert Sand. HEX triplet: EC, C6 and AC. RGB value is (236,198,172). Sum of RGB (Red+Green+Blue) = 236+198+172=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC6AC is #133953. Grayscale: #CECECE. Windows color (decimal): -1259860 or 11323116. OLE color: 11323116.
HSL color Cylindrical-coordinate representation of color #ECC6AC: hue angle of 24.38º 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 #ECC6AC is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 172 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.07 |
| HSL | 24.38º | 0.63% | 0.8% | - |
| HSV(B) | 24.38º | 0.27% | 0.93% | - |
| XYZ | 62.23 | 61.2 | 47.56 | - |
| YUV | 206.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 172 | 0 | 0.16 | 0.27 | 0.07 | 24.38 | 0.63 | 0.8 |
| Hex | EC | C6 | AC | 0 | 10 | 1B | 7 | 18 | 3F | 50 |
| Octal | 354 | 306 | 254 | 0 | 20 | 33 | 7 | 30 | 77 | 120 |
| Binary | 11101100 | 11000110 | 10101100 | 0 | 10000 | 11011 | 111 | 11000 | 111111 | 1010000 |
Color Harmonies of #ECC6AC
Complementary color
Monochromatic Colors of #ECC6AC
Black with #ECC6AC
Text Example
Text Example
White with #ECC6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6AC; }
p { color: rgb(236,198,172); }
H1.HeaderClassName
{
color: #ECC6AC;
}
.AnyTagClassName
{
color: #ECC6AC;
}
</style>
background-color css
<style>
a { background-color: #ECC6AC; }
a { background-color: rgb(236,198,172); }
div.DivClassName
{
background-color: #ECC6AC;
}
.BgClassName
{
background-color: #ECC6AC;
}
</style>
border-color css
<style>
span { border-color: #ECC6AC; }
span { border-color: rgb(236,198,172); }
td.TdClassName
{
border-color: #ECC6AC;
}
.TagClassName
{
border-color: #ECC6AC;
}
</style>