Shades of Harvest Gold #EDB975
Tints of Harvest Gold #EDB975
RGB
CMYK
RGB Variations
Color information
#EDB975 (or 0xEDB975) is known color: Harvest Gold. HEX triplet: ED, B9 and 75. RGB value is (237,185,117). Sum of RGB (Red+Green+Blue) = 237+185+117=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB975 is #12468A. Grayscale: #C1C1C1. Windows color (decimal): -1197707 or 7715309. OLE color: 7715309.
HSL color Cylindrical-coordinate representation of color #EDB975: hue angle of 34º 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 #EDB975 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 117 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.07 |
| HSL | 34º | 0.77% | 0.69% | - |
| HSV(B) | 34º | 0.51% | 0.93% | - |
| XYZ | 55.48 | 53.99 | 24.33 | - |
| YUV | 192.8 | 85.23 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 117 | 0 | 0.22 | 0.51 | 0.07 | 34 | 0.77 | 0.69 |
| Hex | ED | B9 | 75 | 0 | 16 | 33 | 7 | 22 | 4D | 45 |
| Octal | 355 | 271 | 165 | 0 | 26 | 63 | 7 | 42 | 115 | 105 |
| Binary | 11101101 | 10111001 | 1110101 | 0 | 10110 | 110011 | 111 | 100010 | 1001101 | 1000101 |
Color Harmonies of #EDB975
Complementary color
Monochromatic Colors of #EDB975
Black with #EDB975
Text Example
Text Example
White with #EDB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB975; }
p { color: rgb(237,185,117); }
H1.HeaderClassName
{
color: #EDB975;
}
.AnyTagClassName
{
color: #EDB975;
}
</style>
background-color css
<style>
a { background-color: #EDB975; }
a { background-color: rgb(237,185,117); }
div.DivClassName
{
background-color: #EDB975;
}
.BgClassName
{
background-color: #EDB975;
}
</style>
border-color css
<style>
span { border-color: #EDB975; }
span { border-color: rgb(237,185,117); }
td.TdClassName
{
border-color: #EDB975;
}
.TagClassName
{
border-color: #EDB975;
}
</style>