Shades of Desert Sand #EBC8B4
Tints of Desert Sand #EBC8B4
RGB
CMYK
RGB Variations
Color information
#EBC8B4 (or 0xEBC8B4) is known color: Desert Sand. HEX triplet: EB, C8 and B4. RGB value is (235,200,180). Sum of RGB (Red+Green+Blue) = 235+200+180=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 180 (70.70% from 255 or 29.27% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8B4 is #14374B. Grayscale: #D0D0D0. Windows color (decimal): -1324876 or 11847915. OLE color: 11847915.
HSL color Cylindrical-coordinate representation of color #EBC8B4: hue angle of 21.82º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBC8B4 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 180 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.08 |
| HSL | 21.82º | 0.58% | 0.81% | - |
| HSV(B) | 21.82º | 0.23% | 0.92% | - |
| XYZ | 63.15 | 62.27 | 51.87 | - |
| YUV | 208.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 180 | 0 | 0.15 | 0.23 | 0.08 | 21.82 | 0.58 | 0.81 |
| Hex | EB | C8 | B4 | 0 | F | 17 | 8 | 16 | 3A | 51 |
| Octal | 353 | 310 | 264 | 0 | 17 | 27 | 10 | 26 | 72 | 121 |
| Binary | 11101011 | 11001000 | 10110100 | 0 | 1111 | 10111 | 1000 | 10110 | 111010 | 1010001 |
Color Harmonies of #EBC8B4
Complementary color
Monochromatic Colors of #EBC8B4
Black with #EBC8B4
Text Example
Text Example
White with #EBC8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8B4; }
p { color: rgb(235,200,180); }
H1.HeaderClassName
{
color: #EBC8B4;
}
.AnyTagClassName
{
color: #EBC8B4;
}
</style>
background-color css
<style>
a { background-color: #EBC8B4; }
a { background-color: rgb(235,200,180); }
div.DivClassName
{
background-color: #EBC8B4;
}
.BgClassName
{
background-color: #EBC8B4;
}
</style>
border-color css
<style>
span { border-color: #EBC8B4; }
span { border-color: rgb(235,200,180); }
td.TdClassName
{
border-color: #EBC8B4;
}
.TagClassName
{
border-color: #EBC8B4;
}
</style>