Shades of Desert Sand #ECC8B5
Tints of Desert Sand #ECC8B5
RGB
CMYK
RGB Variations
Color information
#ECC8B5 (or 0xECC8B5) is known color: Desert Sand. HEX triplet: EC, C8 and B5. RGB value is (236,200,181). Sum of RGB (Red+Green+Blue) = 236+200+181=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 181 (71.09% from 255 or 29.34% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8B5 is #13374A. Grayscale: #D0D0D0. Windows color (decimal): -1259339 or 11913452. OLE color: 11913452.
HSL color Cylindrical-coordinate representation of color #ECC8B5: hue angle of 20.73º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC8B5 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 181 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.07 |
| HSL | 20.73º | 0.59% | 0.82% | - |
| HSV(B) | 20.73º | 0.23% | 0.93% | - |
| XYZ | 63.59 | 62.48 | 52.42 | - |
| YUV | 208.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 181 | 0 | 0.15 | 0.23 | 0.07 | 20.73 | 0.59 | 0.82 |
| Hex | EC | C8 | B5 | 0 | F | 17 | 7 | 15 | 3B | 52 |
| Octal | 354 | 310 | 265 | 0 | 17 | 27 | 7 | 25 | 73 | 122 |
| Binary | 11101100 | 11001000 | 10110101 | 0 | 1111 | 10111 | 111 | 10101 | 111011 | 1010010 |
Color Harmonies of #ECC8B5
Complementary color
Monochromatic Colors of #ECC8B5
Black with #ECC8B5
Text Example
Text Example
White with #ECC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8B5; }
p { color: rgb(236,200,181); }
H1.HeaderClassName
{
color: #ECC8B5;
}
.AnyTagClassName
{
color: #ECC8B5;
}
</style>
background-color css
<style>
a { background-color: #ECC8B5; }
a { background-color: rgb(236,200,181); }
div.DivClassName
{
background-color: #ECC8B5;
}
.BgClassName
{
background-color: #ECC8B5;
}
</style>
border-color css
<style>
span { border-color: #ECC8B5; }
span { border-color: rgb(236,200,181); }
td.TdClassName
{
border-color: #ECC8B5;
}
.TagClassName
{
border-color: #ECC8B5;
}
</style>