Shades of Desert Sand #EBCAAE
Tints of Desert Sand #EBCAAE
RGB
CMYK
RGB Variations
Color information
#EBCAAE (or 0xEBCAAE) is known color: Desert Sand. HEX triplet: EB, CA and AE. RGB value is (235,202,174). Sum of RGB (Red+Green+Blue) = 235+202+174=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCAAE is #143551. Grayscale: #D0D0D0. Windows color (decimal): -1324370 or 11455211. OLE color: 11455211.
HSL color Cylindrical-coordinate representation of color #EBCAAE: hue angle of 27.54º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBCAAE is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 202 | 174 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.08 |
| HSL | 27.54º | 0.6% | 0.8% | - |
| HSV(B) | 27.54º | 0.26% | 0.92% | - |
| XYZ | 63.02 | 62.96 | 48.88 | - |
| YUV | 208.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 202 | 174 | 0 | 0.14 | 0.26 | 0.08 | 27.54 | 0.6 | 0.8 |
| Hex | EB | CA | AE | 0 | E | 1A | 8 | 1C | 3C | 50 |
| Octal | 353 | 312 | 256 | 0 | 16 | 32 | 10 | 34 | 74 | 120 |
| Binary | 11101011 | 11001010 | 10101110 | 0 | 1110 | 11010 | 1000 | 11100 | 111100 | 1010000 |
Color Harmonies of #EBCAAE
Complementary color
Monochromatic Colors of #EBCAAE
Black with #EBCAAE
Text Example
Text Example
White with #EBCAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCAAE; }
p { color: rgb(235,202,174); }
H1.HeaderClassName
{
color: #EBCAAE;
}
.AnyTagClassName
{
color: #EBCAAE;
}
</style>
background-color css
<style>
a { background-color: #EBCAAE; }
a { background-color: rgb(235,202,174); }
div.DivClassName
{
background-color: #EBCAAE;
}
.BgClassName
{
background-color: #EBCAAE;
}
</style>
border-color css
<style>
span { border-color: #EBCAAE; }
span { border-color: rgb(235,202,174); }
td.TdClassName
{
border-color: #EBCAAE;
}
.TagClassName
{
border-color: #EBCAAE;
}
</style>