Shades of Desert Sand #ECC3A8
Tints of Desert Sand #ECC3A8
RGB
CMYK
RGB Variations
Color information
#ECC3A8 (or 0xECC3A8) is known color: Desert Sand. HEX triplet: EC, C3 and A8. RGB value is (236,195,168). Sum of RGB (Red+Green+Blue) = 236+195+168=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 168 (66.02% from 255 or 28.05% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC3A8 is #133C57. Grayscale: #CCCCCC. Windows color (decimal): -1260632 or 11060204. OLE color: 11060204.
HSL color Cylindrical-coordinate representation of color #ECC3A8: hue angle of 23.82º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECC3A8 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 168 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.07 |
| HSL | 23.82º | 0.64% | 0.79% | - |
| HSV(B) | 23.82º | 0.29% | 0.93% | - |
| XYZ | 61.18 | 59.69 | 45.34 | - |
| YUV | 204.18 | 107.58 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 168 | 0 | 0.17 | 0.29 | 0.07 | 23.82 | 0.64 | 0.79 |
| Hex | EC | C3 | A8 | 0 | 11 | 1D | 7 | 18 | 40 | 4F |
| Octal | 354 | 303 | 250 | 0 | 21 | 35 | 7 | 30 | 100 | 117 |
| Binary | 11101100 | 11000011 | 10101000 | 0 | 10001 | 11101 | 111 | 11000 | 1000000 | 1001111 |
Color Harmonies of #ECC3A8
Complementary color
Monochromatic Colors of #ECC3A8
Black with #ECC3A8
Text Example
Text Example
White with #ECC3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3A8; }
p { color: rgb(236,195,168); }
H1.HeaderClassName
{
color: #ECC3A8;
}
.AnyTagClassName
{
color: #ECC3A8;
}
</style>
background-color css
<style>
a { background-color: #ECC3A8; }
a { background-color: rgb(236,195,168); }
div.DivClassName
{
background-color: #ECC3A8;
}
.BgClassName
{
background-color: #ECC3A8;
}
</style>
border-color css
<style>
span { border-color: #ECC3A8; }
span { border-color: rgb(236,195,168); }
td.TdClassName
{
border-color: #ECC3A8;
}
.TagClassName
{
border-color: #ECC3A8;
}
</style>