Shades of Desert Sand #EBC6B0
Tints of Desert Sand #EBC6B0
RGB
CMYK
RGB Variations
Color information
#EBC6B0 (or 0xEBC6B0) is known color: Desert Sand. HEX triplet: EB, C6 and B0. RGB value is (235,198,176). Sum of RGB (Red+Green+Blue) = 235+198+176=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC6B0 is #14394F. Grayscale: #CECECE. Windows color (decimal): -1325392 or 11585259. OLE color: 11585259.
HSL color Cylindrical-coordinate representation of color #EBC6B0: hue angle of 22.37º 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 #EBC6B0 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 176 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.08 |
| HSL | 22.37º | 0.6% | 0.81% | - |
| HSV(B) | 22.37º | 0.25% | 0.92% | - |
| XYZ | 62.29 | 61.18 | 49.6 | - |
| YUV | 206.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 176 | 0 | 0.16 | 0.25 | 0.08 | 22.37 | 0.6 | 0.81 |
| Hex | EB | C6 | B0 | 0 | 10 | 19 | 8 | 16 | 3C | 51 |
| Octal | 353 | 306 | 260 | 0 | 20 | 31 | 10 | 26 | 74 | 121 |
| Binary | 11101011 | 11000110 | 10110000 | 0 | 10000 | 11001 | 1000 | 10110 | 111100 | 1010001 |
Color Harmonies of #EBC6B0
Complementary color
Monochromatic Colors of #EBC6B0
Black with #EBC6B0
Text Example
Text Example
White with #EBC6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC6B0; }
p { color: rgb(235,198,176); }
H1.HeaderClassName
{
color: #EBC6B0;
}
.AnyTagClassName
{
color: #EBC6B0;
}
</style>
background-color css
<style>
a { background-color: #EBC6B0; }
a { background-color: rgb(235,198,176); }
div.DivClassName
{
background-color: #EBC6B0;
}
.BgClassName
{
background-color: #EBC6B0;
}
</style>
border-color css
<style>
span { border-color: #EBC6B0; }
span { border-color: rgb(235,198,176); }
td.TdClassName
{
border-color: #EBC6B0;
}
.TagClassName
{
border-color: #EBC6B0;
}
</style>