Shades of Desert Sand #EBC7AF
Tints of Desert Sand #EBC7AF
RGB
CMYK
RGB Variations
Color information
#EBC7AF (or 0xEBC7AF) is known color: Desert Sand. HEX triplet: EB, C7 and AF. RGB value is (235,199,175). Sum of RGB (Red+Green+Blue) = 235+199+175=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC7AF is #143850. Grayscale: #CFCFCF. Windows color (decimal): -1325137 or 11519979. OLE color: 11519979.
HSL color Cylindrical-coordinate representation of color #EBC7AF: hue angle of 24º 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 #EBC7AF is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 175 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.08 |
| HSL | 24º | 0.6% | 0.8% | - |
| HSV(B) | 24º | 0.26% | 0.92% | - |
| XYZ | 62.42 | 61.6 | 49.16 | - |
| YUV | 207.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 175 | 0 | 0.15 | 0.26 | 0.08 | 24 | 0.6 | 0.8 |
| Hex | EB | C7 | AF | 0 | F | 1A | 8 | 18 | 3C | 50 |
| Octal | 353 | 307 | 257 | 0 | 17 | 32 | 10 | 30 | 74 | 120 |
| Binary | 11101011 | 11000111 | 10101111 | 0 | 1111 | 11010 | 1000 | 11000 | 111100 | 1010000 |
Color Harmonies of #EBC7AF
Complementary color
Monochromatic Colors of #EBC7AF
Black with #EBC7AF
Text Example
Text Example
White with #EBC7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7AF; }
p { color: rgb(235,199,175); }
H1.HeaderClassName
{
color: #EBC7AF;
}
.AnyTagClassName
{
color: #EBC7AF;
}
</style>
background-color css
<style>
a { background-color: #EBC7AF; }
a { background-color: rgb(235,199,175); }
div.DivClassName
{
background-color: #EBC7AF;
}
.BgClassName
{
background-color: #EBC7AF;
}
</style>
border-color css
<style>
span { border-color: #EBC7AF; }
span { border-color: rgb(235,199,175); }
td.TdClassName
{
border-color: #EBC7AF;
}
.TagClassName
{
border-color: #EBC7AF;
}
</style>