Shades of Harvest Gold #EDBA70
Tints of Harvest Gold #EDBA70
RGB
CMYK
RGB Variations
Color information
#EDBA70 (or 0xEDBA70) is known color: Harvest Gold. HEX triplet: ED, BA and 70. RGB value is (237,186,112). Sum of RGB (Red+Green+Blue) = 237+186+112=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA70 is #12458F. Grayscale: #C1C1C1. Windows color (decimal): -1197456 or 7387885. OLE color: 7387885.
HSL color Cylindrical-coordinate representation of color #EDBA70: hue angle of 35.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDBA70 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 112 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.07 |
| HSL | 35.52º | 0.78% | 0.68% | - |
| HSV(B) | 35.52º | 0.53% | 0.93% | - |
| XYZ | 55.41 | 54.29 | 22.89 | - |
| YUV | 192.81 | 82.4 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 112 | 0 | 0.22 | 0.53 | 0.07 | 35.52 | 0.78 | 0.68 |
| Hex | ED | BA | 70 | 0 | 16 | 35 | 7 | 24 | 4E | 44 |
| Octal | 355 | 272 | 160 | 0 | 26 | 65 | 7 | 44 | 116 | 104 |
| Binary | 11101101 | 10111010 | 1110000 | 0 | 10110 | 110101 | 111 | 100100 | 1001110 | 1000100 |
Color Harmonies of #EDBA70
Complementary color
Monochromatic Colors of #EDBA70
Black with #EDBA70
Text Example
Text Example
White with #EDBA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA70; }
p { color: rgb(237,186,112); }
H1.HeaderClassName
{
color: #EDBA70;
}
.AnyTagClassName
{
color: #EDBA70;
}
</style>
background-color css
<style>
a { background-color: #EDBA70; }
a { background-color: rgb(237,186,112); }
div.DivClassName
{
background-color: #EDBA70;
}
.BgClassName
{
background-color: #EDBA70;
}
</style>
border-color css
<style>
span { border-color: #EDBA70; }
span { border-color: rgb(237,186,112); }
td.TdClassName
{
border-color: #EDBA70;
}
.TagClassName
{
border-color: #EDBA70;
}
</style>