Shades of Desert Sand #EBCBAB
Tints of Desert Sand #EBCBAB
RGB
CMYK
RGB Variations
Color information
#EBCBAB (or 0xEBCBAB) is known color: Desert Sand. HEX triplet: EB, CB and AB. RGB value is (235,203,171). Sum of RGB (Red+Green+Blue) = 235+203+171=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCBAB is #143454. Grayscale: #D1D1D1. Windows color (decimal): -1324117 or 11258859. OLE color: 11258859.
HSL color Cylindrical-coordinate representation of color #EBCBAB: hue angle of 30º 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 #EBCBAB is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 171 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.08 |
| HSL | 30º | 0.62% | 0.8% | - |
| HSV(B) | 30º | 0.27% | 0.92% | - |
| XYZ | 62.97 | 63.31 | 47.43 | - |
| YUV | 208.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 171 | 0 | 0.14 | 0.27 | 0.08 | 30 | 0.62 | 0.8 |
| Hex | EB | CB | AB | 0 | E | 1B | 8 | 1E | 3E | 50 |
| Octal | 353 | 313 | 253 | 0 | 16 | 33 | 10 | 36 | 76 | 120 |
| Binary | 11101011 | 11001011 | 10101011 | 0 | 1110 | 11011 | 1000 | 11110 | 111110 | 1010000 |
Color Harmonies of #EBCBAB
Complementary color
Monochromatic Colors of #EBCBAB
Black with #EBCBAB
Text Example
Text Example
White with #EBCBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBAB; }
p { color: rgb(235,203,171); }
H1.HeaderClassName
{
color: #EBCBAB;
}
.AnyTagClassName
{
color: #EBCBAB;
}
</style>
background-color css
<style>
a { background-color: #EBCBAB; }
a { background-color: rgb(235,203,171); }
div.DivClassName
{
background-color: #EBCBAB;
}
.BgClassName
{
background-color: #EBCBAB;
}
</style>
border-color css
<style>
span { border-color: #EBCBAB; }
span { border-color: rgb(235,203,171); }
td.TdClassName
{
border-color: #EBCBAB;
}
.TagClassName
{
border-color: #EBCBAB;
}
</style>