Shades of Desert Sand #EBC5AD
Tints of Desert Sand #EBC5AD
RGB
CMYK
RGB Variations
Color information
#EBC5AD (or 0xEBC5AD) is known color: Desert Sand. HEX triplet: EB, C5 and AD. RGB value is (235,197,173). Sum of RGB (Red+Green+Blue) = 235+197+173=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC5AD is #143A52. Grayscale: #CDCDCD. Windows color (decimal): -1325651 or 11388395. OLE color: 11388395.
HSL color Cylindrical-coordinate representation of color #EBC5AD: hue angle of 23.23º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBC5AD is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 173 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.08 |
| HSL | 23.23º | 0.61% | 0.8% | - |
| HSV(B) | 23.23º | 0.26% | 0.92% | - |
| XYZ | 61.77 | 60.61 | 47.98 | - |
| YUV | 205.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 173 | 0 | 0.16 | 0.26 | 0.08 | 23.23 | 0.61 | 0.8 |
| Hex | EB | C5 | AD | 0 | 10 | 1A | 8 | 17 | 3D | 50 |
| Octal | 353 | 305 | 255 | 0 | 20 | 32 | 10 | 27 | 75 | 120 |
| Binary | 11101011 | 11000101 | 10101101 | 0 | 10000 | 11010 | 1000 | 10111 | 111101 | 1010000 |
Color Harmonies of #EBC5AD
Complementary color
Monochromatic Colors of #EBC5AD
Black with #EBC5AD
Text Example
Text Example
White with #EBC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC5AD; }
p { color: rgb(235,197,173); }
H1.HeaderClassName
{
color: #EBC5AD;
}
.AnyTagClassName
{
color: #EBC5AD;
}
</style>
background-color css
<style>
a { background-color: #EBC5AD; }
a { background-color: rgb(235,197,173); }
div.DivClassName
{
background-color: #EBC5AD;
}
.BgClassName
{
background-color: #EBC5AD;
}
</style>
border-color css
<style>
span { border-color: #EBC5AD; }
span { border-color: rgb(235,197,173); }
td.TdClassName
{
border-color: #EBC5AD;
}
.TagClassName
{
border-color: #EBC5AD;
}
</style>