Shades of Desert Sand #EBC6AF
Tints of Desert Sand #EBC6AF
RGB
CMYK
RGB Variations
Color information
#EBC6AF (or 0xEBC6AF) is known color: Desert Sand. HEX triplet: EB, C6 and AF. RGB value is (235,198,175). Sum of RGB (Red+Green+Blue) = 235+198+175=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC6AF is #143950. Grayscale: #CECECE. Windows color (decimal): -1325393 or 11519723. OLE color: 11519723.
HSL color Cylindrical-coordinate representation of color #EBC6AF: hue angle of 23º 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 #EBC6AF is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 175 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.08 |
| HSL | 23º | 0.6% | 0.8% | - |
| HSV(B) | 23º | 0.26% | 0.92% | - |
| XYZ | 62.19 | 61.15 | 49.08 | - |
| YUV | 206.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 175 | 0 | 0.16 | 0.26 | 0.08 | 23 | 0.6 | 0.8 |
| Hex | EB | C6 | AF | 0 | 10 | 1A | 8 | 17 | 3C | 50 |
| Octal | 353 | 306 | 257 | 0 | 20 | 32 | 10 | 27 | 74 | 120 |
| Binary | 11101011 | 11000110 | 10101111 | 0 | 10000 | 11010 | 1000 | 10111 | 111100 | 1010000 |
Color Harmonies of #EBC6AF
Complementary color
Monochromatic Colors of #EBC6AF
Black with #EBC6AF
Text Example
Text Example
White with #EBC6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC6AF; }
p { color: rgb(235,198,175); }
H1.HeaderClassName
{
color: #EBC6AF;
}
.AnyTagClassName
{
color: #EBC6AF;
}
</style>
background-color css
<style>
a { background-color: #EBC6AF; }
a { background-color: rgb(235,198,175); }
div.DivClassName
{
background-color: #EBC6AF;
}
.BgClassName
{
background-color: #EBC6AF;
}
</style>
border-color css
<style>
span { border-color: #EBC6AF; }
span { border-color: rgb(235,198,175); }
td.TdClassName
{
border-color: #EBC6AF;
}
.TagClassName
{
border-color: #EBC6AF;
}
</style>