Shades of Desert Sand #EBCDB0
Tints of Desert Sand #EBCDB0
RGB
CMYK
RGB Variations
Color information
#EBCDB0 (or 0xEBCDB0) is known color: Desert Sand. HEX triplet: EB, CD and B0. RGB value is (235,205,176). Sum of RGB (Red+Green+Blue) = 235+205+176=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCDB0 is #14324F. Grayscale: #D2D2D2. Windows color (decimal): -1323600 or 11587051. OLE color: 11587051.
HSL color Cylindrical-coordinate representation of color #EBCDB0: hue angle of 29.49º 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 #EBCDB0 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 176 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.08 |
| HSL | 29.49º | 0.6% | 0.81% | - |
| HSV(B) | 29.49º | 0.25% | 0.92% | - |
| XYZ | 63.93 | 64.46 | 50.15 | - |
| YUV | 210.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 176 | 0 | 0.13 | 0.25 | 0.08 | 29.49 | 0.6 | 0.81 |
| Hex | EB | CD | B0 | 0 | D | 19 | 8 | 1D | 3C | 51 |
| Octal | 353 | 315 | 260 | 0 | 15 | 31 | 10 | 35 | 74 | 121 |
| Binary | 11101011 | 11001101 | 10110000 | 0 | 1101 | 11001 | 1000 | 11101 | 111100 | 1010001 |
Color Harmonies of #EBCDB0
Complementary color
Monochromatic Colors of #EBCDB0
Black with #EBCDB0
Text Example
Text Example
White with #EBCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDB0; }
p { color: rgb(235,205,176); }
H1.HeaderClassName
{
color: #EBCDB0;
}
.AnyTagClassName
{
color: #EBCDB0;
}
</style>
background-color css
<style>
a { background-color: #EBCDB0; }
a { background-color: rgb(235,205,176); }
div.DivClassName
{
background-color: #EBCDB0;
}
.BgClassName
{
background-color: #EBCDB0;
}
</style>
border-color css
<style>
span { border-color: #EBCDB0; }
span { border-color: rgb(235,205,176); }
td.TdClassName
{
border-color: #EBCDB0;
}
.TagClassName
{
border-color: #EBCDB0;
}
</style>