Shades of Desert Sand #ECCCB0
Tints of Desert Sand #ECCCB0
RGB
CMYK
RGB Variations
Color information
#ECCCB0 (or 0xECCCB0) is known color: Desert Sand. HEX triplet: EC, CC and B0. RGB value is (236,204,176). Sum of RGB (Red+Green+Blue) = 236+204+176=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCCB0 is #13334F. Grayscale: #D2D2D2. Windows color (decimal): -1258320 or 11586796. OLE color: 11586796.
HSL color Cylindrical-coordinate representation of color #ECCCB0: hue angle of 28º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECCCB0 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 176 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.07 |
| HSL | 28º | 0.61% | 0.81% | - |
| HSV(B) | 28º | 0.25% | 0.93% | - |
| XYZ | 64.02 | 64.15 | 50.08 | - |
| YUV | 210.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 176 | 0 | 0.14 | 0.25 | 0.07 | 28 | 0.61 | 0.81 |
| Hex | EC | CC | B0 | 0 | E | 19 | 7 | 1C | 3D | 51 |
| Octal | 354 | 314 | 260 | 0 | 16 | 31 | 7 | 34 | 75 | 121 |
| Binary | 11101100 | 11001100 | 10110000 | 0 | 1110 | 11001 | 111 | 11100 | 111101 | 1010001 |
Color Harmonies of #ECCCB0
Complementary color
Monochromatic Colors of #ECCCB0
Black with #ECCCB0
Text Example
Text Example
White with #ECCCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCB0; }
p { color: rgb(236,204,176); }
H1.HeaderClassName
{
color: #ECCCB0;
}
.AnyTagClassName
{
color: #ECCCB0;
}
</style>
background-color css
<style>
a { background-color: #ECCCB0; }
a { background-color: rgb(236,204,176); }
div.DivClassName
{
background-color: #ECCCB0;
}
.BgClassName
{
background-color: #ECCCB0;
}
</style>
border-color css
<style>
span { border-color: #ECCCB0; }
span { border-color: rgb(236,204,176); }
td.TdClassName
{
border-color: #ECCCB0;
}
.TagClassName
{
border-color: #ECCCB0;
}
</style>