Shades of Desert Sand #EBC5AA
Tints of Desert Sand #EBC5AA
RGB
CMYK
RGB Variations
Color information
#EBC5AA (or 0xEBC5AA) is known color: Desert Sand. HEX triplet: EB, C5 and AA. RGB value is (235,197,170). Sum of RGB (Red+Green+Blue) = 235+197+170=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC5AA is #143A55. Grayscale: #CDCDCD. Windows color (decimal): -1325654 or 11191787. OLE color: 11191787.
HSL color Cylindrical-coordinate representation of color #EBC5AA: hue angle of 24.92º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBC5AA is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 170 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.08 |
| HSL | 24.92º | 0.62% | 0.79% | - |
| HSV(B) | 24.92º | 0.28% | 0.92% | - |
| XYZ | 61.48 | 60.5 | 46.47 | - |
| YUV | 205.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 170 | 0 | 0.16 | 0.28 | 0.08 | 24.92 | 0.62 | 0.79 |
| Hex | EB | C5 | AA | 0 | 10 | 1C | 8 | 19 | 3E | 4F |
| Octal | 353 | 305 | 252 | 0 | 20 | 34 | 10 | 31 | 76 | 117 |
| Binary | 11101011 | 11000101 | 10101010 | 0 | 10000 | 11100 | 1000 | 11001 | 111110 | 1001111 |
Color Harmonies of #EBC5AA
Complementary color
Monochromatic Colors of #EBC5AA
Black with #EBC5AA
Text Example
Text Example
White with #EBC5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC5AA; }
p { color: rgb(235,197,170); }
H1.HeaderClassName
{
color: #EBC5AA;
}
.AnyTagClassName
{
color: #EBC5AA;
}
</style>
background-color css
<style>
a { background-color: #EBC5AA; }
a { background-color: rgb(235,197,170); }
div.DivClassName
{
background-color: #EBC5AA;
}
.BgClassName
{
background-color: #EBC5AA;
}
</style>
border-color css
<style>
span { border-color: #EBC5AA; }
span { border-color: rgb(235,197,170); }
td.TdClassName
{
border-color: #EBC5AA;
}
.TagClassName
{
border-color: #EBC5AA;
}
</style>