Shades of Harvest Gold #EDBA74
Tints of Harvest Gold #EDBA74
RGB
CMYK
RGB Variations
Color information
#EDBA74 (or 0xEDBA74) is known color: Harvest Gold. HEX triplet: ED, BA and 74. RGB value is (237,186,116). Sum of RGB (Red+Green+Blue) = 237+186+116=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA74 is #12458B. Grayscale: #C1C1C1. Windows color (decimal): -1197452 or 7650029. OLE color: 7650029.
HSL color Cylindrical-coordinate representation of color #EDBA74: hue angle of 34.71º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDBA74 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 116 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.07 |
| HSL | 34.71º | 0.77% | 0.69% | - |
| HSV(B) | 34.71º | 0.51% | 0.93% | - |
| XYZ | 55.64 | 54.38 | 24.09 | - |
| YUV | 193.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 116 | 0 | 0.22 | 0.51 | 0.07 | 34.71 | 0.77 | 0.69 |
| Hex | ED | BA | 74 | 0 | 16 | 33 | 7 | 23 | 4D | 45 |
| Octal | 355 | 272 | 164 | 0 | 26 | 63 | 7 | 43 | 115 | 105 |
| Binary | 11101101 | 10111010 | 1110100 | 0 | 10110 | 110011 | 111 | 100011 | 1001101 | 1000101 |
Color Harmonies of #EDBA74
Complementary color
Monochromatic Colors of #EDBA74
Black with #EDBA74
Text Example
Text Example
White with #EDBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA74; }
p { color: rgb(237,186,116); }
H1.HeaderClassName
{
color: #EDBA74;
}
.AnyTagClassName
{
color: #EDBA74;
}
</style>
background-color css
<style>
a { background-color: #EDBA74; }
a { background-color: rgb(237,186,116); }
div.DivClassName
{
background-color: #EDBA74;
}
.BgClassName
{
background-color: #EDBA74;
}
</style>
border-color css
<style>
span { border-color: #EDBA74; }
span { border-color: rgb(237,186,116); }
td.TdClassName
{
border-color: #EDBA74;
}
.TagClassName
{
border-color: #EDBA74;
}
</style>