Shades of Desert Sand #EBC9AD
Tints of Desert Sand #EBC9AD
RGB
CMYK
RGB Variations
Color information
#EBC9AD (or 0xEBC9AD) is known color: Desert Sand. HEX triplet: EB, C9 and AD. RGB value is (235,201,173). Sum of RGB (Red+Green+Blue) = 235+201+173=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9AD is #143652. Grayscale: #D0D0D0. Windows color (decimal): -1324627 or 11389419. OLE color: 11389419.
HSL color Cylindrical-coordinate representation of color #EBC9AD: hue angle of 27.1º 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 #EBC9AD is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 173 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.08 |
| HSL | 27.1º | 0.61% | 0.8% | - |
| HSV(B) | 27.1º | 0.26% | 0.92% | - |
| XYZ | 62.69 | 62.45 | 48.29 | - |
| YUV | 207.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 173 | 0 | 0.14 | 0.26 | 0.08 | 27.1 | 0.61 | 0.8 |
| Hex | EB | C9 | AD | 0 | E | 1A | 8 | 1B | 3D | 50 |
| Octal | 353 | 311 | 255 | 0 | 16 | 32 | 10 | 33 | 75 | 120 |
| Binary | 11101011 | 11001001 | 10101101 | 0 | 1110 | 11010 | 1000 | 11011 | 111101 | 1010000 |
Color Harmonies of #EBC9AD
Complementary color
Monochromatic Colors of #EBC9AD
Black with #EBC9AD
Text Example
Text Example
White with #EBC9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9AD; }
p { color: rgb(235,201,173); }
H1.HeaderClassName
{
color: #EBC9AD;
}
.AnyTagClassName
{
color: #EBC9AD;
}
</style>
background-color css
<style>
a { background-color: #EBC9AD; }
a { background-color: rgb(235,201,173); }
div.DivClassName
{
background-color: #EBC9AD;
}
.BgClassName
{
background-color: #EBC9AD;
}
</style>
border-color css
<style>
span { border-color: #EBC9AD; }
span { border-color: rgb(235,201,173); }
td.TdClassName
{
border-color: #EBC9AD;
}
.TagClassName
{
border-color: #EBC9AD;
}
</style>