Shades of Desert Sand #ECCFB0
Tints of Desert Sand #ECCFB0
RGB
CMYK
RGB Variations
Color information
#ECCFB0 (or 0xECCFB0) is known color: Desert Sand. HEX triplet: EC, CF and B0. RGB value is (236,207,176). Sum of RGB (Red+Green+Blue) = 236+207+176=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCFB0 is #13304F. Grayscale: #D4D4D4. Windows color (decimal): -1257552 or 11587564. OLE color: 11587564.
HSL color Cylindrical-coordinate representation of color #ECCFB0: hue angle of 31º 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 #ECCFB0 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 176 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.07 |
| HSL | 31º | 0.61% | 0.81% | - |
| HSV(B) | 31º | 0.25% | 0.93% | - |
| XYZ | 64.74 | 65.59 | 50.32 | - |
| YUV | 212.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 176 | 0 | 0.12 | 0.25 | 0.07 | 31 | 0.61 | 0.81 |
| Hex | EC | CF | B0 | 0 | C | 19 | 7 | 1F | 3D | 51 |
| Octal | 354 | 317 | 260 | 0 | 14 | 31 | 7 | 37 | 75 | 121 |
| Binary | 11101100 | 11001111 | 10110000 | 0 | 1100 | 11001 | 111 | 11111 | 111101 | 1010001 |
Color Harmonies of #ECCFB0
Complementary color
Monochromatic Colors of #ECCFB0
Black with #ECCFB0
Text Example
Text Example
White with #ECCFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFB0; }
p { color: rgb(236,207,176); }
H1.HeaderClassName
{
color: #ECCFB0;
}
.AnyTagClassName
{
color: #ECCFB0;
}
</style>
background-color css
<style>
a { background-color: #ECCFB0; }
a { background-color: rgb(236,207,176); }
div.DivClassName
{
background-color: #ECCFB0;
}
.BgClassName
{
background-color: #ECCFB0;
}
</style>
border-color css
<style>
span { border-color: #ECCFB0; }
span { border-color: rgb(236,207,176); }
td.TdClassName
{
border-color: #ECCFB0;
}
.TagClassName
{
border-color: #ECCFB0;
}
</style>