Shades of Desert Sand #EBC7A9
Tints of Desert Sand #EBC7A9
RGB
CMYK
RGB Variations
Color information
#EBC7A9 (or 0xEBC7A9) is known color: Desert Sand. HEX triplet: EB, C7 and A9. RGB value is (235,199,169). Sum of RGB (Red+Green+Blue) = 235+199+169=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 169 (66.41% from 255 or 28.03% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC7A9 is #143856. Grayscale: #CECECE. Windows color (decimal): -1325143 or 11126763. OLE color: 11126763.
HSL color Cylindrical-coordinate representation of color #EBC7A9: hue angle of 27.27º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBC7A9 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 169 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.08 |
| HSL | 27.27º | 0.62% | 0.79% | - |
| HSV(B) | 27.27º | 0.28% | 0.92% | - |
| XYZ | 61.85 | 61.37 | 46.12 | - |
| YUV | 206.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 169 | 0 | 0.15 | 0.28 | 0.08 | 27.27 | 0.62 | 0.79 |
| Hex | EB | C7 | A9 | 0 | F | 1C | 8 | 1B | 3E | 4F |
| Octal | 353 | 307 | 251 | 0 | 17 | 34 | 10 | 33 | 76 | 117 |
| Binary | 11101011 | 11000111 | 10101001 | 0 | 1111 | 11100 | 1000 | 11011 | 111110 | 1001111 |
Color Harmonies of #EBC7A9
Complementary color
Monochromatic Colors of #EBC7A9
Black with #EBC7A9
Text Example
Text Example
White with #EBC7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7A9; }
p { color: rgb(235,199,169); }
H1.HeaderClassName
{
color: #EBC7A9;
}
.AnyTagClassName
{
color: #EBC7A9;
}
</style>
background-color css
<style>
a { background-color: #EBC7A9; }
a { background-color: rgb(235,199,169); }
div.DivClassName
{
background-color: #EBC7A9;
}
.BgClassName
{
background-color: #EBC7A9;
}
</style>
border-color css
<style>
span { border-color: #EBC7A9; }
span { border-color: rgb(235,199,169); }
td.TdClassName
{
border-color: #EBC7A9;
}
.TagClassName
{
border-color: #EBC7A9;
}
</style>