Shades of Harvest Gold #EDB762
Tints of Harvest Gold #EDB762
RGB
CMYK
RGB Variations
Color information
#EDB762 (or 0xEDB762) is known color: Harvest Gold. HEX triplet: ED, B7 and 62. RGB value is (237,183,98). Sum of RGB (Red+Green+Blue) = 237+183+98=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB762 is #12489D. Grayscale: #BDBDBD. Windows color (decimal): -1198238 or 6469613. OLE color: 6469613.
HSL color Cylindrical-coordinate representation of color #EDB762: hue angle of 36.69º 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 #EDB762 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 98 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.07 |
| HSL | 36.69º | 0.79% | 0.66% | - |
| HSV(B) | 36.69º | 0.59% | 0.93% | - |
| XYZ | 54.06 | 52.75 | 18.89 | - |
| YUV | 189.46 | 76.39 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 98 | 0 | 0.23 | 0.59 | 0.07 | 36.69 | 0.79 | 0.66 |
| Hex | ED | B7 | 62 | 0 | 17 | 3B | 7 | 25 | 4F | 42 |
| Octal | 355 | 267 | 142 | 0 | 27 | 73 | 7 | 45 | 117 | 102 |
| Binary | 11101101 | 10110111 | 1100010 | 0 | 10111 | 111011 | 111 | 100101 | 1001111 | 1000010 |
Color Harmonies of #EDB762
Complementary color
Monochromatic Colors of #EDB762
Black with #EDB762
Text Example
Text Example
White with #EDB762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB762; }
p { color: rgb(237,183,98); }
H1.HeaderClassName
{
color: #EDB762;
}
.AnyTagClassName
{
color: #EDB762;
}
</style>
background-color css
<style>
a { background-color: #EDB762; }
a { background-color: rgb(237,183,98); }
div.DivClassName
{
background-color: #EDB762;
}
.BgClassName
{
background-color: #EDB762;
}
</style>
border-color css
<style>
span { border-color: #EDB762; }
span { border-color: rgb(237,183,98); }
td.TdClassName
{
border-color: #EDB762;
}
.TagClassName
{
border-color: #EDB762;
}
</style>