Shades of Harvest Gold #EDB060
Tints of Harvest Gold #EDB060
RGB
CMYK
RGB Variations
Color information
#EDB060 (or 0xEDB060) is known color: Harvest Gold. HEX triplet: ED, B0 and 60. RGB value is (237,176,96). Sum of RGB (Red+Green+Blue) = 237+176+96=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB060 is #124F9F. Grayscale: #B9B9B9. Windows color (decimal): -1200032 or 6336749. OLE color: 6336749.
HSL color Cylindrical-coordinate representation of color #EDB060: hue angle of 34.04º 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 #EDB060 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 96 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.07 |
| HSL | 34.04º | 0.8% | 0.65% | - |
| HSV(B) | 34.04º | 0.59% | 0.93% | - |
| XYZ | 52.56 | 49.9 | 17.93 | - |
| YUV | 185.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 96 | 0 | 0.26 | 0.59 | 0.07 | 34.04 | 0.8 | 0.65 |
| Hex | ED | B0 | 60 | 0 | 1A | 3B | 7 | 22 | 50 | 41 |
| Octal | 355 | 260 | 140 | 0 | 32 | 73 | 7 | 42 | 120 | 101 |
| Binary | 11101101 | 10110000 | 1100000 | 0 | 11010 | 111011 | 111 | 100010 | 1010000 | 1000001 |
Color Harmonies of #EDB060
Complementary color
Monochromatic Colors of #EDB060
Black with #EDB060
Text Example
Text Example
White with #EDB060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB060; }
p { color: rgb(237,176,96); }
H1.HeaderClassName
{
color: #EDB060;
}
.AnyTagClassName
{
color: #EDB060;
}
</style>
background-color css
<style>
a { background-color: #EDB060; }
a { background-color: rgb(237,176,96); }
div.DivClassName
{
background-color: #EDB060;
}
.BgClassName
{
background-color: #EDB060;
}
</style>
border-color css
<style>
span { border-color: #EDB060; }
span { border-color: rgb(237,176,96); }
td.TdClassName
{
border-color: #EDB060;
}
.TagClassName
{
border-color: #EDB060;
}
</style>