Shades of Desert Sand #ECCCAF
Tints of Desert Sand #ECCCAF
RGB
CMYK
RGB Variations
Color information
#ECCCAF (or 0xECCCAF) is known color: Desert Sand. HEX triplet: EC, CC and AF. RGB value is (236,204,175). Sum of RGB (Red+Green+Blue) = 236+204+175=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCCAF is #133350. Grayscale: #D2D2D2. Windows color (decimal): -1258321 or 11521260. OLE color: 11521260.
HSL color Cylindrical-coordinate representation of color #ECCCAF: hue angle of 28.52º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECCCAF is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 175 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.07 |
| HSL | 28.52º | 0.62% | 0.81% | - |
| HSV(B) | 28.52º | 0.26% | 0.93% | - |
| XYZ | 63.92 | 64.11 | 49.56 | - |
| YUV | 210.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 175 | 0 | 0.14 | 0.26 | 0.07 | 28.52 | 0.62 | 0.81 |
| Hex | EC | CC | AF | 0 | E | 1A | 7 | 1D | 3E | 51 |
| Octal | 354 | 314 | 257 | 0 | 16 | 32 | 7 | 35 | 76 | 121 |
| Binary | 11101100 | 11001100 | 10101111 | 0 | 1110 | 11010 | 111 | 11101 | 111110 | 1010001 |
Color Harmonies of #ECCCAF
Complementary color
Monochromatic Colors of #ECCCAF
Black with #ECCCAF
Text Example
Text Example
White with #ECCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCAF; }
p { color: rgb(236,204,175); }
H1.HeaderClassName
{
color: #ECCCAF;
}
.AnyTagClassName
{
color: #ECCCAF;
}
</style>
background-color css
<style>
a { background-color: #ECCCAF; }
a { background-color: rgb(236,204,175); }
div.DivClassName
{
background-color: #ECCCAF;
}
.BgClassName
{
background-color: #ECCCAF;
}
</style>
border-color css
<style>
span { border-color: #ECCCAF; }
span { border-color: rgb(236,204,175); }
td.TdClassName
{
border-color: #ECCCAF;
}
.TagClassName
{
border-color: #ECCCAF;
}
</style>