Shades of Harvest Gold #EDB45F
Tints of Harvest Gold #EDB45F
RGB
CMYK
RGB Variations
Color information
#EDB45F (or 0xEDB45F) is known color: Harvest Gold. HEX triplet: ED, B4 and 5F. RGB value is (237,180,95). Sum of RGB (Red+Green+Blue) = 237+180+95=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB45F is #124BA0. Grayscale: #BBBBBB. Windows color (decimal): -1199009 or 6272237. OLE color: 6272237.
HSL color Cylindrical-coordinate representation of color #EDB45F: hue angle of 35.92º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDB45F is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 95 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.07 |
| HSL | 35.92º | 0.8% | 0.65% | - |
| HSV(B) | 35.92º | 0.6% | 0.93% | - |
| XYZ | 53.31 | 51.47 | 17.95 | - |
| YUV | 187.35 | 75.88 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 95 | 0 | 0.24 | 0.60 | 0.07 | 35.92 | 0.8 | 0.65 |
| Hex | ED | B4 | 5F | 0 | 18 | 3C | 7 | 24 | 50 | 41 |
| Octal | 355 | 264 | 137 | 0 | 30 | 74 | 7 | 44 | 120 | 101 |
| Binary | 11101101 | 10110100 | 1011111 | 0 | 11000 | 111100 | 111 | 100100 | 1010000 | 1000001 |
Color Harmonies of #EDB45F
Complementary color
Monochromatic Colors of #EDB45F
Black with #EDB45F
Text Example
Text Example
White with #EDB45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB45F; }
p { color: rgb(237,180,95); }
H1.HeaderClassName
{
color: #EDB45F;
}
.AnyTagClassName
{
color: #EDB45F;
}
</style>
background-color css
<style>
a { background-color: #EDB45F; }
a { background-color: rgb(237,180,95); }
div.DivClassName
{
background-color: #EDB45F;
}
.BgClassName
{
background-color: #EDB45F;
}
</style>
border-color css
<style>
span { border-color: #EDB45F; }
span { border-color: rgb(237,180,95); }
td.TdClassName
{
border-color: #EDB45F;
}
.TagClassName
{
border-color: #EDB45F;
}
</style>