Shades of Desert Sand #EBCBB0
Tints of Desert Sand #EBCBB0
RGB
CMYK
RGB Variations
Color information
#EBCBB0 (or 0xEBCBB0) is known color: Desert Sand. HEX triplet: EB, CB and B0. RGB value is (235,203,176). Sum of RGB (Red+Green+Blue) = 235+203+176=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCBB0 is #14344F. Grayscale: #D1D1D1. Windows color (decimal): -1324112 or 11586539. OLE color: 11586539.
HSL color Cylindrical-coordinate representation of color #EBCBB0: hue angle of 27.46º degrees, saturation: 0.6, 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 #EBCBB0 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 176 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.08 |
| HSL | 27.46º | 0.6% | 0.81% | - |
| HSV(B) | 27.46º | 0.25% | 0.92% | - |
| XYZ | 63.45 | 63.51 | 49.99 | - |
| YUV | 209.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 176 | 0 | 0.14 | 0.25 | 0.08 | 27.46 | 0.6 | 0.81 |
| Hex | EB | CB | B0 | 0 | E | 19 | 8 | 1B | 3C | 51 |
| Octal | 353 | 313 | 260 | 0 | 16 | 31 | 10 | 33 | 74 | 121 |
| Binary | 11101011 | 11001011 | 10110000 | 0 | 1110 | 11001 | 1000 | 11011 | 111100 | 1010001 |
Color Harmonies of #EBCBB0
Complementary color
Monochromatic Colors of #EBCBB0
Black with #EBCBB0
Text Example
Text Example
White with #EBCBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBB0; }
p { color: rgb(235,203,176); }
H1.HeaderClassName
{
color: #EBCBB0;
}
.AnyTagClassName
{
color: #EBCBB0;
}
</style>
background-color css
<style>
a { background-color: #EBCBB0; }
a { background-color: rgb(235,203,176); }
div.DivClassName
{
background-color: #EBCBB0;
}
.BgClassName
{
background-color: #EBCBB0;
}
</style>
border-color css
<style>
span { border-color: #EBCBB0; }
span { border-color: rgb(235,203,176); }
td.TdClassName
{
border-color: #EBCBB0;
}
.TagClassName
{
border-color: #EBCBB0;
}
</style>