Shades of Desert Sand #EBC7B3
Tints of Desert Sand #EBC7B3
RGB
CMYK
RGB Variations
Color information
#EBC7B3 (or 0xEBC7B3) is known color: Desert Sand. HEX triplet: EB, C7 and B3. RGB value is (235,199,179). Sum of RGB (Red+Green+Blue) = 235+199+179=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 179 (70.31% from 255 or 29.20% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7B3 is #14384C. Grayscale: #CFCFCF. Windows color (decimal): -1325133 or 11782123. OLE color: 11782123.
HSL color Cylindrical-coordinate representation of color #EBC7B3: hue angle of 21.43º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBC7B3 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 179 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.08 |
| HSL | 21.43º | 0.58% | 0.81% | - |
| HSV(B) | 21.43º | 0.24% | 0.92% | - |
| XYZ | 62.82 | 61.76 | 51.26 | - |
| YUV | 207.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 179 | 0 | 0.15 | 0.24 | 0.08 | 21.43 | 0.58 | 0.81 |
| Hex | EB | C7 | B3 | 0 | F | 18 | 8 | 15 | 3A | 51 |
| Octal | 353 | 307 | 263 | 0 | 17 | 30 | 10 | 25 | 72 | 121 |
| Binary | 11101011 | 11000111 | 10110011 | 0 | 1111 | 11000 | 1000 | 10101 | 111010 | 1010001 |
Color Harmonies of #EBC7B3
Complementary color
Monochromatic Colors of #EBC7B3
Black with #EBC7B3
Text Example
Text Example
White with #EBC7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7B3; }
p { color: rgb(235,199,179); }
H1.HeaderClassName
{
color: #EBC7B3;
}
.AnyTagClassName
{
color: #EBC7B3;
}
</style>
background-color css
<style>
a { background-color: #EBC7B3; }
a { background-color: rgb(235,199,179); }
div.DivClassName
{
background-color: #EBC7B3;
}
.BgClassName
{
background-color: #EBC7B3;
}
</style>
border-color css
<style>
span { border-color: #EBC7B3; }
span { border-color: rgb(235,199,179); }
td.TdClassName
{
border-color: #EBC7B3;
}
.TagClassName
{
border-color: #EBC7B3;
}
</style>