Shades of Desert Sand #EBC8AB
Tints of Desert Sand #EBC8AB
RGB
CMYK
RGB Variations
Color information
#EBC8AB (or 0xEBC8AB) is known color: Desert Sand. HEX triplet: EB, C8 and AB. RGB value is (235,200,171). Sum of RGB (Red+Green+Blue) = 235+200+171=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC8AB is #143754. Grayscale: #CFCFCF. Windows color (decimal): -1324885 or 11258091. OLE color: 11258091.
HSL color Cylindrical-coordinate representation of color #EBC8AB: hue angle of 27.19º degrees, saturation: 0.62, 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 #EBC8AB is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 171 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.08 |
| HSL | 27.19º | 0.62% | 0.8% | - |
| HSV(B) | 27.19º | 0.27% | 0.92% | - |
| XYZ | 62.27 | 61.91 | 47.2 | - |
| YUV | 207.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 171 | 0 | 0.15 | 0.27 | 0.08 | 27.19 | 0.62 | 0.8 |
| Hex | EB | C8 | AB | 0 | F | 1B | 8 | 1B | 3E | 50 |
| Octal | 353 | 310 | 253 | 0 | 17 | 33 | 10 | 33 | 76 | 120 |
| Binary | 11101011 | 11001000 | 10101011 | 0 | 1111 | 11011 | 1000 | 11011 | 111110 | 1010000 |
Color Harmonies of #EBC8AB
Complementary color
Monochromatic Colors of #EBC8AB
Black with #EBC8AB
Text Example
Text Example
White with #EBC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8AB; }
p { color: rgb(235,200,171); }
H1.HeaderClassName
{
color: #EBC8AB;
}
.AnyTagClassName
{
color: #EBC8AB;
}
</style>
background-color css
<style>
a { background-color: #EBC8AB; }
a { background-color: rgb(235,200,171); }
div.DivClassName
{
background-color: #EBC8AB;
}
.BgClassName
{
background-color: #EBC8AB;
}
</style>
border-color css
<style>
span { border-color: #EBC8AB; }
span { border-color: rgb(235,200,171); }
td.TdClassName
{
border-color: #EBC8AB;
}
.TagClassName
{
border-color: #EBC8AB;
}
</style>