Shades of Desert Sand #EBC9B1
Tints of Desert Sand #EBC9B1
RGB
CMYK
RGB Variations
Color information
#EBC9B1 (or 0xEBC9B1) is known color: Desert Sand. HEX triplet: EB, C9 and B1. RGB value is (235,201,177). Sum of RGB (Red+Green+Blue) = 235+201+177=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 177 (69.53% from 255 or 28.87% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9B1 is #14364E. Grayscale: #D0D0D0. Windows color (decimal): -1324623 or 11651563. OLE color: 11651563.
HSL color Cylindrical-coordinate representation of color #EBC9B1: hue angle of 24.83º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBC9B1 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 177 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.08 |
| HSL | 24.83º | 0.59% | 0.81% | - |
| HSV(B) | 24.83º | 0.25% | 0.92% | - |
| XYZ | 63.08 | 62.61 | 50.36 | - |
| YUV | 208.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 177 | 0 | 0.14 | 0.25 | 0.08 | 24.83 | 0.59 | 0.81 |
| Hex | EB | C9 | B1 | 0 | E | 19 | 8 | 19 | 3B | 51 |
| Octal | 353 | 311 | 261 | 0 | 16 | 31 | 10 | 31 | 73 | 121 |
| Binary | 11101011 | 11001001 | 10110001 | 0 | 1110 | 11001 | 1000 | 11001 | 111011 | 1010001 |
Color Harmonies of #EBC9B1
Complementary color
Monochromatic Colors of #EBC9B1
Black with #EBC9B1
Text Example
Text Example
White with #EBC9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9B1; }
p { color: rgb(235,201,177); }
H1.HeaderClassName
{
color: #EBC9B1;
}
.AnyTagClassName
{
color: #EBC9B1;
}
</style>
background-color css
<style>
a { background-color: #EBC9B1; }
a { background-color: rgb(235,201,177); }
div.DivClassName
{
background-color: #EBC9B1;
}
.BgClassName
{
background-color: #EBC9B1;
}
</style>
border-color css
<style>
span { border-color: #EBC9B1; }
span { border-color: rgb(235,201,177); }
td.TdClassName
{
border-color: #EBC9B1;
}
.TagClassName
{
border-color: #EBC9B1;
}
</style>