Shades of Desert Sand #EBC9AC
Tints of Desert Sand #EBC9AC
RGB
CMYK
RGB Variations
Color information
#EBC9AC (or 0xEBC9AC) is known color: Desert Sand. HEX triplet: EB, C9 and AC. RGB value is (235,201,172). Sum of RGB (Red+Green+Blue) = 235+201+172=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9AC is #143653. Grayscale: #D0D0D0. Windows color (decimal): -1324628 or 11323883. OLE color: 11323883.
HSL color Cylindrical-coordinate representation of color #EBC9AC: hue angle of 27.62º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBC9AC is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 172 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.08 |
| HSL | 27.62º | 0.61% | 0.8% | - |
| HSV(B) | 27.62º | 0.27% | 0.92% | - |
| XYZ | 62.59 | 62.41 | 47.78 | - |
| YUV | 207.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 172 | 0 | 0.14 | 0.27 | 0.08 | 27.62 | 0.61 | 0.8 |
| Hex | EB | C9 | AC | 0 | E | 1B | 8 | 1C | 3D | 50 |
| Octal | 353 | 311 | 254 | 0 | 16 | 33 | 10 | 34 | 75 | 120 |
| Binary | 11101011 | 11001001 | 10101100 | 0 | 1110 | 11011 | 1000 | 11100 | 111101 | 1010000 |
Color Harmonies of #EBC9AC
Complementary color
Monochromatic Colors of #EBC9AC
Black with #EBC9AC
Text Example
Text Example
White with #EBC9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9AC; }
p { color: rgb(235,201,172); }
H1.HeaderClassName
{
color: #EBC9AC;
}
.AnyTagClassName
{
color: #EBC9AC;
}
</style>
background-color css
<style>
a { background-color: #EBC9AC; }
a { background-color: rgb(235,201,172); }
div.DivClassName
{
background-color: #EBC9AC;
}
.BgClassName
{
background-color: #EBC9AC;
}
</style>
border-color css
<style>
span { border-color: #EBC9AC; }
span { border-color: rgb(235,201,172); }
td.TdClassName
{
border-color: #EBC9AC;
}
.TagClassName
{
border-color: #EBC9AC;
}
</style>