Shades of Desert Sand #EBCDAF
Tints of Desert Sand #EBCDAF
RGB
CMYK
RGB Variations
Color information
#EBCDAF (or 0xEBCDAF) is known color: Desert Sand. HEX triplet: EB, CD and AF. RGB value is (235,205,175). Sum of RGB (Red+Green+Blue) = 235+205+175=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCDAF is #143250. Grayscale: #D2D2D2. Windows color (decimal): -1323601 or 11521515. OLE color: 11521515.
HSL color Cylindrical-coordinate representation of color #EBCDAF: hue angle of 30º 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 #EBCDAF is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 175 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.08 |
| HSL | 30º | 0.6% | 0.8% | - |
| HSV(B) | 30º | 0.26% | 0.92% | - |
| XYZ | 63.83 | 64.42 | 49.63 | - |
| YUV | 210.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 175 | 0 | 0.13 | 0.26 | 0.08 | 30 | 0.6 | 0.8 |
| Hex | EB | CD | AF | 0 | D | 1A | 8 | 1E | 3C | 50 |
| Octal | 353 | 315 | 257 | 0 | 15 | 32 | 10 | 36 | 74 | 120 |
| Binary | 11101011 | 11001101 | 10101111 | 0 | 1101 | 11010 | 1000 | 11110 | 111100 | 1010000 |
Color Harmonies of #EBCDAF
Complementary color
Monochromatic Colors of #EBCDAF
Black with #EBCDAF
Text Example
Text Example
White with #EBCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDAF; }
p { color: rgb(235,205,175); }
H1.HeaderClassName
{
color: #EBCDAF;
}
.AnyTagClassName
{
color: #EBCDAF;
}
</style>
background-color css
<style>
a { background-color: #EBCDAF; }
a { background-color: rgb(235,205,175); }
div.DivClassName
{
background-color: #EBCDAF;
}
.BgClassName
{
background-color: #EBCDAF;
}
</style>
border-color css
<style>
span { border-color: #EBCDAF; }
span { border-color: rgb(235,205,175); }
td.TdClassName
{
border-color: #EBCDAF;
}
.TagClassName
{
border-color: #EBCDAF;
}
</style>