Shades of Desert Sand #EBCAB3
Tints of Desert Sand #EBCAB3
RGB
CMYK
RGB Variations
Color information
#EBCAB3 (or 0xEBCAB3) is known color: Desert Sand. HEX triplet: EB, CA and B3. RGB value is (235,202,179). Sum of RGB (Red+Green+Blue) = 235+202+179=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 179 (70.31% from 255 or 29.06% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAB3 is #14354C. Grayscale: #D1D1D1. Windows color (decimal): -1324365 or 11782891. OLE color: 11782891.
HSL color Cylindrical-coordinate representation of color #EBCAB3: hue angle of 24.64º 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 #EBCAB3 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 202 | 179 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.08 |
| HSL | 24.64º | 0.58% | 0.81% | - |
| HSV(B) | 24.64º | 0.24% | 0.92% | - |
| XYZ | 63.52 | 63.16 | 51.49 | - |
| YUV | 209.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 202 | 179 | 0 | 0.14 | 0.24 | 0.08 | 24.64 | 0.58 | 0.81 |
| Hex | EB | CA | B3 | 0 | E | 18 | 8 | 19 | 3A | 51 |
| Octal | 353 | 312 | 263 | 0 | 16 | 30 | 10 | 31 | 72 | 121 |
| Binary | 11101011 | 11001010 | 10110011 | 0 | 1110 | 11000 | 1000 | 11001 | 111010 | 1010001 |
Color Harmonies of #EBCAB3
Complementary color
Monochromatic Colors of #EBCAB3
Black with #EBCAB3
Text Example
Text Example
White with #EBCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCAB3; }
p { color: rgb(235,202,179); }
H1.HeaderClassName
{
color: #EBCAB3;
}
.AnyTagClassName
{
color: #EBCAB3;
}
</style>
background-color css
<style>
a { background-color: #EBCAB3; }
a { background-color: rgb(235,202,179); }
div.DivClassName
{
background-color: #EBCAB3;
}
.BgClassName
{
background-color: #EBCAB3;
}
</style>
border-color css
<style>
span { border-color: #EBCAB3; }
span { border-color: rgb(235,202,179); }
td.TdClassName
{
border-color: #EBCAB3;
}
.TagClassName
{
border-color: #EBCAB3;
}
</style>