Shades of Desert Sand #EBCFB1
Tints of Desert Sand #EBCFB1
RGB
CMYK
RGB Variations
Color information
#EBCFB1 (or 0xEBCFB1) is known color: Desert Sand. HEX triplet: EB, CF and B1. RGB value is (235,207,177). Sum of RGB (Red+Green+Blue) = 235+207+177=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCFB1 is #14304E. Grayscale: #D4D4D4. Windows color (decimal): -1323087 or 11653099. OLE color: 11653099.
HSL color Cylindrical-coordinate representation of color #EBCFB1: hue angle of 31.03º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBCFB1 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 207 | 177 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.08 |
| HSL | 31.03º | 0.59% | 0.81% | - |
| HSV(B) | 31.03º | 0.25% | 0.92% | - |
| XYZ | 64.51 | 65.46 | 50.83 | - |
| YUV | 211.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 207 | 177 | 0 | 0.12 | 0.25 | 0.08 | 31.03 | 0.59 | 0.81 |
| Hex | EB | CF | B1 | 0 | C | 19 | 8 | 1F | 3B | 51 |
| Octal | 353 | 317 | 261 | 0 | 14 | 31 | 10 | 37 | 73 | 121 |
| Binary | 11101011 | 11001111 | 10110001 | 0 | 1100 | 11001 | 1000 | 11111 | 111011 | 1010001 |
Color Harmonies of #EBCFB1
Complementary color
Monochromatic Colors of #EBCFB1
Black with #EBCFB1
Text Example
Text Example
White with #EBCFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCFB1; }
p { color: rgb(235,207,177); }
H1.HeaderClassName
{
color: #EBCFB1;
}
.AnyTagClassName
{
color: #EBCFB1;
}
</style>
background-color css
<style>
a { background-color: #EBCFB1; }
a { background-color: rgb(235,207,177); }
div.DivClassName
{
background-color: #EBCFB1;
}
.BgClassName
{
background-color: #EBCFB1;
}
</style>
border-color css
<style>
span { border-color: #EBCFB1; }
span { border-color: rgb(235,207,177); }
td.TdClassName
{
border-color: #EBCFB1;
}
.TagClassName
{
border-color: #EBCFB1;
}
</style>