Shades of Harvest Gold #EDB85E
Tints of Harvest Gold #EDB85E
RGB
CMYK
RGB Variations
Color information
#EDB85E (or 0xEDB85E) is known color: Harvest Gold. HEX triplet: ED, B8 and 5E. RGB value is (237,184,94). Sum of RGB (Red+Green+Blue) = 237+184+94=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB85E is #1247A1. Grayscale: #BDBDBD. Windows color (decimal): -1197986 or 6207725. OLE color: 6207725.
HSL color Cylindrical-coordinate representation of color #EDB85E: hue angle of 37.76º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDB85E is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 94 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.07 |
| HSL | 37.76º | 0.8% | 0.65% | - |
| HSV(B) | 37.76º | 0.6% | 0.93% | - |
| XYZ | 54.09 | 53.09 | 17.99 | - |
| YUV | 189.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 94 | 0 | 0.22 | 0.60 | 0.07 | 37.76 | 0.8 | 0.65 |
| Hex | ED | B8 | 5E | 0 | 16 | 3C | 7 | 26 | 50 | 41 |
| Octal | 355 | 270 | 136 | 0 | 26 | 74 | 7 | 46 | 120 | 101 |
| Binary | 11101101 | 10111000 | 1011110 | 0 | 10110 | 111100 | 111 | 100110 | 1010000 | 1000001 |
Color Harmonies of #EDB85E
Complementary color
Monochromatic Colors of #EDB85E
Black with #EDB85E
Text Example
Text Example
White with #EDB85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB85E; }
p { color: rgb(237,184,94); }
H1.HeaderClassName
{
color: #EDB85E;
}
.AnyTagClassName
{
color: #EDB85E;
}
</style>
background-color css
<style>
a { background-color: #EDB85E; }
a { background-color: rgb(237,184,94); }
div.DivClassName
{
background-color: #EDB85E;
}
.BgClassName
{
background-color: #EDB85E;
}
</style>
border-color css
<style>
span { border-color: #EDB85E; }
span { border-color: rgb(237,184,94); }
td.TdClassName
{
border-color: #EDB85E;
}
.TagClassName
{
border-color: #EDB85E;
}
</style>