Shades of Desert Sand #ECCAB0
Tints of Desert Sand #ECCAB0
RGB
CMYK
RGB Variations
Color information
#ECCAB0 (or 0xECCAB0) is known color: Desert Sand. HEX triplet: EC, CA and B0. RGB value is (236,202,176). Sum of RGB (Red+Green+Blue) = 236+202+176=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCAB0 is #13354F. Grayscale: #D1D1D1. Windows color (decimal): -1258832 or 11586284. OLE color: 11586284.
HSL color Cylindrical-coordinate representation of color #ECCAB0: hue angle of 26º 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 #ECCAB0 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 176 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.07 |
| HSL | 26º | 0.61% | 0.81% | - |
| HSV(B) | 26º | 0.25% | 0.93% | - |
| XYZ | 63.55 | 63.21 | 49.93 | - |
| YUV | 209.2 | 109.26 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 176 | 0 | 0.14 | 0.25 | 0.07 | 26 | 0.61 | 0.81 |
| Hex | EC | CA | B0 | 0 | E | 19 | 7 | 1A | 3D | 51 |
| Octal | 354 | 312 | 260 | 0 | 16 | 31 | 7 | 32 | 75 | 121 |
| Binary | 11101100 | 11001010 | 10110000 | 0 | 1110 | 11001 | 111 | 11010 | 111101 | 1010001 |
Color Harmonies of #ECCAB0
Complementary color
Monochromatic Colors of #ECCAB0
Black with #ECCAB0
Text Example
Text Example
White with #ECCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAB0; }
p { color: rgb(236,202,176); }
H1.HeaderClassName
{
color: #ECCAB0;
}
.AnyTagClassName
{
color: #ECCAB0;
}
</style>
background-color css
<style>
a { background-color: #ECCAB0; }
a { background-color: rgb(236,202,176); }
div.DivClassName
{
background-color: #ECCAB0;
}
.BgClassName
{
background-color: #ECCAB0;
}
</style>
border-color css
<style>
span { border-color: #ECCAB0; }
span { border-color: rgb(236,202,176); }
td.TdClassName
{
border-color: #ECCAB0;
}
.TagClassName
{
border-color: #ECCAB0;
}
</style>