Shades of Harvest Gold #EDB660
Tints of Harvest Gold #EDB660
RGB
CMYK
RGB Variations
Color information
#EDB660 (or 0xEDB660) is known color: Harvest Gold. HEX triplet: ED, B6 and 60. RGB value is (237,182,96). Sum of RGB (Red+Green+Blue) = 237+182+96=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB660 is #12499F. Grayscale: #BDBDBD. Windows color (decimal): -1198496 or 6338285. OLE color: 6338285.
HSL color Cylindrical-coordinate representation of color #EDB660: hue angle of 36.6º 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 #EDB660 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 96 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.07 |
| HSL | 36.6º | 0.8% | 0.65% | - |
| HSV(B) | 36.6º | 0.59% | 0.93% | - |
| XYZ | 53.76 | 52.3 | 18.33 | - |
| YUV | 188.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 96 | 0 | 0.23 | 0.59 | 0.07 | 36.6 | 0.8 | 0.65 |
| Hex | ED | B6 | 60 | 0 | 17 | 3B | 7 | 25 | 50 | 41 |
| Octal | 355 | 266 | 140 | 0 | 27 | 73 | 7 | 45 | 120 | 101 |
| Binary | 11101101 | 10110110 | 1100000 | 0 | 10111 | 111011 | 111 | 100101 | 1010000 | 1000001 |
Color Harmonies of #EDB660
Complementary color
Monochromatic Colors of #EDB660
Black with #EDB660
Text Example
Text Example
White with #EDB660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB660; }
p { color: rgb(237,182,96); }
H1.HeaderClassName
{
color: #EDB660;
}
.AnyTagClassName
{
color: #EDB660;
}
</style>
background-color css
<style>
a { background-color: #EDB660; }
a { background-color: rgb(237,182,96); }
div.DivClassName
{
background-color: #EDB660;
}
.BgClassName
{
background-color: #EDB660;
}
</style>
border-color css
<style>
span { border-color: #EDB660; }
span { border-color: rgb(237,182,96); }
td.TdClassName
{
border-color: #EDB660;
}
.TagClassName
{
border-color: #EDB660;
}
</style>