Shades of Harvest Gold #EDB760
Tints of Harvest Gold #EDB760
RGB
CMYK
RGB Variations
Color information
#EDB760 (or 0xEDB760) is known color: Harvest Gold. HEX triplet: ED, B7 and 60. RGB value is (237,183,96). Sum of RGB (Red+Green+Blue) = 237+183+96=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB760 is #12489F. Grayscale: #BDBDBD. Windows color (decimal): -1198240 or 6338541. OLE color: 6338541.
HSL color Cylindrical-coordinate representation of color #EDB760: hue angle of 37.02º 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 #EDB760 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 96 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.07 |
| HSL | 37.02º | 0.8% | 0.65% | - |
| HSV(B) | 37.02º | 0.59% | 0.93% | - |
| XYZ | 53.97 | 52.72 | 18.4 | - |
| YUV | 189.23 | 75.39 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 96 | 0 | 0.23 | 0.59 | 0.07 | 37.02 | 0.8 | 0.65 |
| Hex | ED | B7 | 60 | 0 | 17 | 3B | 7 | 25 | 50 | 41 |
| Octal | 355 | 267 | 140 | 0 | 27 | 73 | 7 | 45 | 120 | 101 |
| Binary | 11101101 | 10110111 | 1100000 | 0 | 10111 | 111011 | 111 | 100101 | 1010000 | 1000001 |
Color Harmonies of #EDB760
Complementary color
Monochromatic Colors of #EDB760
Black with #EDB760
Text Example
Text Example
White with #EDB760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB760; }
p { color: rgb(237,183,96); }
H1.HeaderClassName
{
color: #EDB760;
}
.AnyTagClassName
{
color: #EDB760;
}
</style>
background-color css
<style>
a { background-color: #EDB760; }
a { background-color: rgb(237,183,96); }
div.DivClassName
{
background-color: #EDB760;
}
.BgClassName
{
background-color: #EDB760;
}
</style>
border-color css
<style>
span { border-color: #EDB760; }
span { border-color: rgb(237,183,96); }
td.TdClassName
{
border-color: #EDB760;
}
.TagClassName
{
border-color: #EDB760;
}
</style>