Shades of Desert Sand #EDC7B0
Tints of Desert Sand #EDC7B0
RGB
CMYK
RGB Variations
Color information
#EDC7B0 (or 0xEDC7B0) is known color: Desert Sand. HEX triplet: ED, C7 and B0. RGB value is (237,199,176). Sum of RGB (Red+Green+Blue) = 237+199+176=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC7B0 is #12384F. Grayscale: #CFCFCF. Windows color (decimal): -1194064 or 11585517. OLE color: 11585517.
HSL color Cylindrical-coordinate representation of color #EDC7B0: hue angle of 22.62º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDC7B0 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 176 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.07 |
| HSL | 22.62º | 0.63% | 0.81% | - |
| HSV(B) | 22.62º | 0.26% | 0.93% | - |
| XYZ | 63.18 | 61.99 | 49.71 | - |
| YUV | 207.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 176 | 0 | 0.16 | 0.26 | 0.07 | 22.62 | 0.63 | 0.81 |
| Hex | ED | C7 | B0 | 0 | 10 | 1A | 7 | 17 | 3F | 51 |
| Octal | 355 | 307 | 260 | 0 | 20 | 32 | 7 | 27 | 77 | 121 |
| Binary | 11101101 | 11000111 | 10110000 | 0 | 10000 | 11010 | 111 | 10111 | 111111 | 1010001 |
Color Harmonies of #EDC7B0
Complementary color
Monochromatic Colors of #EDC7B0
Black with #EDC7B0
Text Example
Text Example
White with #EDC7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC7B0; }
p { color: rgb(237,199,176); }
H1.HeaderClassName
{
color: #EDC7B0;
}
.AnyTagClassName
{
color: #EDC7B0;
}
</style>
background-color css
<style>
a { background-color: #EDC7B0; }
a { background-color: rgb(237,199,176); }
div.DivClassName
{
background-color: #EDC7B0;
}
.BgClassName
{
background-color: #EDC7B0;
}
</style>
border-color css
<style>
span { border-color: #EDC7B0; }
span { border-color: rgb(237,199,176); }
td.TdClassName
{
border-color: #EDC7B0;
}
.TagClassName
{
border-color: #EDC7B0;
}
</style>