Shades of Harvest Gold #EDBF74
Tints of Harvest Gold #EDBF74
RGB
CMYK
RGB Variations
Color information
#EDBF74 (or 0xEDBF74) is known color: Harvest Gold. HEX triplet: ED, BF and 74. RGB value is (237,191,116). Sum of RGB (Red+Green+Blue) = 237+191+116=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF74 is #12408B. Grayscale: #C4C4C4. Windows color (decimal): -1196172 or 7651309. OLE color: 7651309.
HSL color Cylindrical-coordinate representation of color #EDBF74: hue angle of 37.19º 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 #EDBF74 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 116 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.07 |
| HSL | 37.19º | 0.77% | 0.69% | - |
| HSV(B) | 37.19º | 0.51% | 0.93% | - |
| XYZ | 56.71 | 56.53 | 24.44 | - |
| YUV | 196.2 | 82.74 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 116 | 0 | 0.19 | 0.51 | 0.07 | 37.19 | 0.77 | 0.69 |
| Hex | ED | BF | 74 | 0 | 13 | 33 | 7 | 25 | 4D | 45 |
| Octal | 355 | 277 | 164 | 0 | 23 | 63 | 7 | 45 | 115 | 105 |
| Binary | 11101101 | 10111111 | 1110100 | 0 | 10011 | 110011 | 111 | 100101 | 1001101 | 1000101 |
Color Harmonies of #EDBF74
Complementary color
Monochromatic Colors of #EDBF74
Black with #EDBF74
Text Example
Text Example
White with #EDBF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF74; }
p { color: rgb(237,191,116); }
H1.HeaderClassName
{
color: #EDBF74;
}
.AnyTagClassName
{
color: #EDBF74;
}
</style>
background-color css
<style>
a { background-color: #EDBF74; }
a { background-color: rgb(237,191,116); }
div.DivClassName
{
background-color: #EDBF74;
}
.BgClassName
{
background-color: #EDBF74;
}
</style>
border-color css
<style>
span { border-color: #EDBF74; }
span { border-color: rgb(237,191,116); }
td.TdClassName
{
border-color: #EDBF74;
}
.TagClassName
{
border-color: #EDBF74;
}
</style>