Shades of Harvest Gold #EDB85F
Tints of Harvest Gold #EDB85F
RGB
CMYK
RGB Variations
Color information
#EDB85F (or 0xEDB85F) is known color: Harvest Gold. HEX triplet: ED, B8 and 5F. RGB value is (237,184,95). Sum of RGB (Red+Green+Blue) = 237+184+95=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB85F is #1247A0. Grayscale: #BEBEBE. Windows color (decimal): -1197985 or 6273261. OLE color: 6273261.
HSL color Cylindrical-coordinate representation of color #EDB85F: hue angle of 37.61º 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 #EDB85F is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 95 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.07 |
| HSL | 37.61º | 0.8% | 0.65% | - |
| HSV(B) | 37.61º | 0.6% | 0.93% | - |
| XYZ | 54.13 | 53.11 | 18.23 | - |
| YUV | 189.7 | 74.56 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 95 | 0 | 0.22 | 0.60 | 0.07 | 37.61 | 0.8 | 0.65 |
| Hex | ED | B8 | 5F | 0 | 16 | 3C | 7 | 26 | 50 | 41 |
| Octal | 355 | 270 | 137 | 0 | 26 | 74 | 7 | 46 | 120 | 101 |
| Binary | 11101101 | 10111000 | 1011111 | 0 | 10110 | 111100 | 111 | 100110 | 1010000 | 1000001 |
Color Harmonies of #EDB85F
Complementary color
Monochromatic Colors of #EDB85F
Black with #EDB85F
Text Example
Text Example
White with #EDB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB85F; }
p { color: rgb(237,184,95); }
H1.HeaderClassName
{
color: #EDB85F;
}
.AnyTagClassName
{
color: #EDB85F;
}
</style>
background-color css
<style>
a { background-color: #EDB85F; }
a { background-color: rgb(237,184,95); }
div.DivClassName
{
background-color: #EDB85F;
}
.BgClassName
{
background-color: #EDB85F;
}
</style>
border-color css
<style>
span { border-color: #EDB85F; }
span { border-color: rgb(237,184,95); }
td.TdClassName
{
border-color: #EDB85F;
}
.TagClassName
{
border-color: #EDB85F;
}
</style>