Shades of Harvest Gold #EDB962
Tints of Harvest Gold #EDB962
RGB
CMYK
RGB Variations
Color information
#EDB962 (or 0xEDB962) is known color: Harvest Gold. HEX triplet: ED, B9 and 62. RGB value is (237,185,98). Sum of RGB (Red+Green+Blue) = 237+185+98=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB962 is #12469D. Grayscale: #BFBFBF. Windows color (decimal): -1197726 or 6470125. OLE color: 6470125.
HSL color Cylindrical-coordinate representation of color #EDB962: hue angle of 37.55º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDB962 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 98 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.07 |
| HSL | 37.55º | 0.79% | 0.66% | - |
| HSV(B) | 37.55º | 0.59% | 0.93% | - |
| XYZ | 54.48 | 53.58 | 19.03 | - |
| YUV | 190.63 | 75.73 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 98 | 0 | 0.22 | 0.59 | 0.07 | 37.55 | 0.79 | 0.66 |
| Hex | ED | B9 | 62 | 0 | 16 | 3B | 7 | 26 | 4F | 42 |
| Octal | 355 | 271 | 142 | 0 | 26 | 73 | 7 | 46 | 117 | 102 |
| Binary | 11101101 | 10111001 | 1100010 | 0 | 10110 | 111011 | 111 | 100110 | 1001111 | 1000010 |
Color Harmonies of #EDB962
Complementary color
Monochromatic Colors of #EDB962
Black with #EDB962
Text Example
Text Example
White with #EDB962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB962; }
p { color: rgb(237,185,98); }
H1.HeaderClassName
{
color: #EDB962;
}
.AnyTagClassName
{
color: #EDB962;
}
</style>
background-color css
<style>
a { background-color: #EDB962; }
a { background-color: rgb(237,185,98); }
div.DivClassName
{
background-color: #EDB962;
}
.BgClassName
{
background-color: #EDB962;
}
</style>
border-color css
<style>
span { border-color: #EDB962; }
span { border-color: rgb(237,185,98); }
td.TdClassName
{
border-color: #EDB962;
}
.TagClassName
{
border-color: #EDB962;
}
</style>