Shades of Desert Sand #EBCAB5
Tints of Desert Sand #EBCAB5
RGB
CMYK
RGB Variations
Color information
#EBCAB5 (or 0xEBCAB5) is known color: Desert Sand. HEX triplet: EB, CA and B5. RGB value is (235,202,181). Sum of RGB (Red+Green+Blue) = 235+202+181=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAB5 is #14354A. Grayscale: #D1D1D1. Windows color (decimal): -1324363 or 11913963. OLE color: 11913963.
HSL color Cylindrical-coordinate representation of color #EBCAB5: hue angle of 23.33º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBCAB5 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 202 | 181 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.08 |
| HSL | 23.33º | 0.57% | 0.82% | - |
| HSV(B) | 23.33º | 0.23% | 0.92% | - |
| XYZ | 63.72 | 63.24 | 52.56 | - |
| YUV | 209.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 202 | 181 | 0 | 0.14 | 0.23 | 0.08 | 23.33 | 0.57 | 0.82 |
| Hex | EB | CA | B5 | 0 | E | 17 | 8 | 17 | 39 | 52 |
| Octal | 353 | 312 | 265 | 0 | 16 | 27 | 10 | 27 | 71 | 122 |
| Binary | 11101011 | 11001010 | 10110101 | 0 | 1110 | 10111 | 1000 | 10111 | 111001 | 1010010 |
Color Harmonies of #EBCAB5
Complementary color
Monochromatic Colors of #EBCAB5
Black with #EBCAB5
Text Example
Text Example
White with #EBCAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCAB5; }
p { color: rgb(235,202,181); }
H1.HeaderClassName
{
color: #EBCAB5;
}
.AnyTagClassName
{
color: #EBCAB5;
}
</style>
background-color css
<style>
a { background-color: #EBCAB5; }
a { background-color: rgb(235,202,181); }
div.DivClassName
{
background-color: #EBCAB5;
}
.BgClassName
{
background-color: #EBCAB5;
}
</style>
border-color css
<style>
span { border-color: #EBCAB5; }
span { border-color: rgb(235,202,181); }
td.TdClassName
{
border-color: #EBCAB5;
}
.TagClassName
{
border-color: #EBCAB5;
}
</style>