Shades of Harvest Gold #EDB860
Tints of Harvest Gold #EDB860
RGB
CMYK
RGB Variations
Color information
#EDB860 (or 0xEDB860) is known color: Harvest Gold. HEX triplet: ED, B8 and 60. RGB value is (237,184,96). Sum of RGB (Red+Green+Blue) = 237+184+96=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB860 is #12479F. Grayscale: #BEBEBE. Windows color (decimal): -1197984 or 6338797. OLE color: 6338797.
HSL color Cylindrical-coordinate representation of color #EDB860: hue angle of 37.45º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDB860 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 96 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.07 |
| HSL | 37.45º | 0.8% | 0.65% | - |
| HSV(B) | 37.45º | 0.59% | 0.93% | - |
| XYZ | 54.18 | 53.13 | 18.47 | - |
| YUV | 189.82 | 75.06 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 96 | 0 | 0.22 | 0.59 | 0.07 | 37.45 | 0.8 | 0.65 |
| Hex | ED | B8 | 60 | 0 | 16 | 3B | 7 | 25 | 50 | 41 |
| Octal | 355 | 270 | 140 | 0 | 26 | 73 | 7 | 45 | 120 | 101 |
| Binary | 11101101 | 10111000 | 1100000 | 0 | 10110 | 111011 | 111 | 100101 | 1010000 | 1000001 |
Color Harmonies of #EDB860
Complementary color
Monochromatic Colors of #EDB860
Black with #EDB860
Text Example
Text Example
White with #EDB860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB860; }
p { color: rgb(237,184,96); }
H1.HeaderClassName
{
color: #EDB860;
}
.AnyTagClassName
{
color: #EDB860;
}
</style>
background-color css
<style>
a { background-color: #EDB860; }
a { background-color: rgb(237,184,96); }
div.DivClassName
{
background-color: #EDB860;
}
.BgClassName
{
background-color: #EDB860;
}
</style>
border-color css
<style>
span { border-color: #EDB860; }
span { border-color: rgb(237,184,96); }
td.TdClassName
{
border-color: #EDB860;
}
.TagClassName
{
border-color: #EDB860;
}
</style>