Shades of Desert Sand #EBC8AF
Tints of Desert Sand #EBC8AF
RGB
CMYK
RGB Variations
Color information
#EBC8AF (or 0xEBC8AF) is known color: Desert Sand. HEX triplet: EB, C8 and AF. RGB value is (235,200,175). Sum of RGB (Red+Green+Blue) = 235+200+175=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC8AF is #143750. Grayscale: #CFCFCF. Windows color (decimal): -1324881 or 11520235. OLE color: 11520235.
HSL color Cylindrical-coordinate representation of color #EBC8AF: hue angle of 25º degrees, saturation: 0.6, 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 #EBC8AF is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 175 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.08 |
| HSL | 25º | 0.6% | 0.8% | - |
| HSV(B) | 25º | 0.26% | 0.92% | - |
| XYZ | 62.65 | 62.07 | 49.24 | - |
| YUV | 207.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 175 | 0 | 0.15 | 0.26 | 0.08 | 25 | 0.6 | 0.8 |
| Hex | EB | C8 | AF | 0 | F | 1A | 8 | 19 | 3C | 50 |
| Octal | 353 | 310 | 257 | 0 | 17 | 32 | 10 | 31 | 74 | 120 |
| Binary | 11101011 | 11001000 | 10101111 | 0 | 1111 | 11010 | 1000 | 11001 | 111100 | 1010000 |
Color Harmonies of #EBC8AF
Complementary color
Monochromatic Colors of #EBC8AF
Black with #EBC8AF
Text Example
Text Example
White with #EBC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8AF; }
p { color: rgb(235,200,175); }
H1.HeaderClassName
{
color: #EBC8AF;
}
.AnyTagClassName
{
color: #EBC8AF;
}
</style>
background-color css
<style>
a { background-color: #EBC8AF; }
a { background-color: rgb(235,200,175); }
div.DivClassName
{
background-color: #EBC8AF;
}
.BgClassName
{
background-color: #EBC8AF;
}
</style>
border-color css
<style>
span { border-color: #EBC8AF; }
span { border-color: rgb(235,200,175); }
td.TdClassName
{
border-color: #EBC8AF;
}
.TagClassName
{
border-color: #EBC8AF;
}
</style>