Shades of Harvest Gold #EDB062
Tints of Harvest Gold #EDB062
RGB
CMYK
RGB Variations
Color information
#EDB062 (or 0xEDB062) is known color: Harvest Gold. HEX triplet: ED, B0 and 62. RGB value is (237,176,98). Sum of RGB (Red+Green+Blue) = 237+176+98=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB062 is #124F9D. Grayscale: #B9B9B9. Windows color (decimal): -1200030 or 6467821. OLE color: 6467821.
HSL color Cylindrical-coordinate representation of color #EDB062: hue angle of 33.67º 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 #EDB062 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 98 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.07 |
| HSL | 33.67º | 0.79% | 0.66% | - |
| HSV(B) | 33.67º | 0.59% | 0.93% | - |
| XYZ | 52.65 | 49.94 | 18.42 | - |
| YUV | 185.35 | 78.71 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 98 | 0 | 0.26 | 0.59 | 0.07 | 33.67 | 0.79 | 0.66 |
| Hex | ED | B0 | 62 | 0 | 1A | 3B | 7 | 22 | 4F | 42 |
| Octal | 355 | 260 | 142 | 0 | 32 | 73 | 7 | 42 | 117 | 102 |
| Binary | 11101101 | 10110000 | 1100010 | 0 | 11010 | 111011 | 111 | 100010 | 1001111 | 1000010 |
Color Harmonies of #EDB062
Complementary color
Monochromatic Colors of #EDB062
Black with #EDB062
Text Example
Text Example
White with #EDB062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB062; }
p { color: rgb(237,176,98); }
H1.HeaderClassName
{
color: #EDB062;
}
.AnyTagClassName
{
color: #EDB062;
}
</style>
background-color css
<style>
a { background-color: #EDB062; }
a { background-color: rgb(237,176,98); }
div.DivClassName
{
background-color: #EDB062;
}
.BgClassName
{
background-color: #EDB062;
}
</style>
border-color css
<style>
span { border-color: #EDB062; }
span { border-color: rgb(237,176,98); }
td.TdClassName
{
border-color: #EDB062;
}
.TagClassName
{
border-color: #EDB062;
}
</style>