Shades of Desert Sand #ECCBAF
Tints of Desert Sand #ECCBAF
RGB
CMYK
RGB Variations
Color information
#ECCBAF (or 0xECCBAF) is known color: Desert Sand. HEX triplet: EC, CB and AF. RGB value is (236,203,175). Sum of RGB (Red+Green+Blue) = 236+203+175=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCBAF is #133450. Grayscale: #D1D1D1. Windows color (decimal): -1258577 or 11521004. OLE color: 11521004.
HSL color Cylindrical-coordinate representation of color #ECCBAF: hue angle of 27.54º 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 #ECCBAF is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 175 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.07 |
| HSL | 27.54º | 0.62% | 0.81% | - |
| HSV(B) | 27.54º | 0.26% | 0.93% | - |
| XYZ | 63.69 | 63.64 | 49.48 | - |
| YUV | 209.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 175 | 0 | 0.14 | 0.26 | 0.07 | 27.54 | 0.62 | 0.81 |
| Hex | EC | CB | AF | 0 | E | 1A | 7 | 1C | 3E | 51 |
| Octal | 354 | 313 | 257 | 0 | 16 | 32 | 7 | 34 | 76 | 121 |
| Binary | 11101100 | 11001011 | 10101111 | 0 | 1110 | 11010 | 111 | 11100 | 111110 | 1010001 |
Color Harmonies of #ECCBAF
Complementary color
Monochromatic Colors of #ECCBAF
Black with #ECCBAF
Text Example
Text Example
White with #ECCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBAF; }
p { color: rgb(236,203,175); }
H1.HeaderClassName
{
color: #ECCBAF;
}
.AnyTagClassName
{
color: #ECCBAF;
}
</style>
background-color css
<style>
a { background-color: #ECCBAF; }
a { background-color: rgb(236,203,175); }
div.DivClassName
{
background-color: #ECCBAF;
}
.BgClassName
{
background-color: #ECCBAF;
}
</style>
border-color css
<style>
span { border-color: #ECCBAF; }
span { border-color: rgb(236,203,175); }
td.TdClassName
{
border-color: #ECCBAF;
}
.TagClassName
{
border-color: #ECCBAF;
}
</style>