Shades of Desert Sand #EBC7AD
Tints of Desert Sand #EBC7AD
RGB
CMYK
RGB Variations
Color information
#EBC7AD (or 0xEBC7AD) is known color: Desert Sand. HEX triplet: EB, C7 and AD. RGB value is (235,199,173). Sum of RGB (Red+Green+Blue) = 235+199+173=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC7AD is #143852. Grayscale: #CECECE. Windows color (decimal): -1325139 or 11388907. OLE color: 11388907.
HSL color Cylindrical-coordinate representation of color #EBC7AD: hue angle of 25.16º 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 #EBC7AD is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 173 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.08 |
| HSL | 25.16º | 0.61% | 0.8% | - |
| HSV(B) | 25.16º | 0.26% | 0.92% | - |
| XYZ | 62.23 | 61.53 | 48.13 | - |
| YUV | 206.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 173 | 0 | 0.15 | 0.26 | 0.08 | 25.16 | 0.61 | 0.8 |
| Hex | EB | C7 | AD | 0 | F | 1A | 8 | 19 | 3D | 50 |
| Octal | 353 | 307 | 255 | 0 | 17 | 32 | 10 | 31 | 75 | 120 |
| Binary | 11101011 | 11000111 | 10101101 | 0 | 1111 | 11010 | 1000 | 11001 | 111101 | 1010000 |
Color Harmonies of #EBC7AD
Complementary color
Monochromatic Colors of #EBC7AD
Black with #EBC7AD
Text Example
Text Example
White with #EBC7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7AD; }
p { color: rgb(235,199,173); }
H1.HeaderClassName
{
color: #EBC7AD;
}
.AnyTagClassName
{
color: #EBC7AD;
}
</style>
background-color css
<style>
a { background-color: #EBC7AD; }
a { background-color: rgb(235,199,173); }
div.DivClassName
{
background-color: #EBC7AD;
}
.BgClassName
{
background-color: #EBC7AD;
}
</style>
border-color css
<style>
span { border-color: #EBC7AD; }
span { border-color: rgb(235,199,173); }
td.TdClassName
{
border-color: #EBC7AD;
}
.TagClassName
{
border-color: #EBC7AD;
}
</style>