Shades of Harvest Gold #EDB362
Tints of Harvest Gold #EDB362
RGB
CMYK
RGB Variations
Color information
#EDB362 (or 0xEDB362) is known color: Harvest Gold. HEX triplet: ED, B3 and 62. RGB value is (237,179,98). Sum of RGB (Red+Green+Blue) = 237+179+98=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB362 is #124C9D. Grayscale: #BBBBBB. Windows color (decimal): -1199262 or 6468589. OLE color: 6468589.
HSL color Cylindrical-coordinate representation of color #EDB362: hue angle of 34.96º 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 #EDB362 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 98 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.07 |
| HSL | 34.96º | 0.79% | 0.66% | - |
| HSV(B) | 34.96º | 0.59% | 0.93% | - |
| XYZ | 53.25 | 51.13 | 18.62 | - |
| YUV | 187.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 98 | 0 | 0.24 | 0.59 | 0.07 | 34.96 | 0.79 | 0.66 |
| Hex | ED | B3 | 62 | 0 | 18 | 3B | 7 | 23 | 4F | 42 |
| Octal | 355 | 263 | 142 | 0 | 30 | 73 | 7 | 43 | 117 | 102 |
| Binary | 11101101 | 10110011 | 1100010 | 0 | 11000 | 111011 | 111 | 100011 | 1001111 | 1000010 |
Color Harmonies of #EDB362
Complementary color
Monochromatic Colors of #EDB362
Black with #EDB362
Text Example
Text Example
White with #EDB362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB362; }
p { color: rgb(237,179,98); }
H1.HeaderClassName
{
color: #EDB362;
}
.AnyTagClassName
{
color: #EDB362;
}
</style>
background-color css
<style>
a { background-color: #EDB362; }
a { background-color: rgb(237,179,98); }
div.DivClassName
{
background-color: #EDB362;
}
.BgClassName
{
background-color: #EDB362;
}
</style>
border-color css
<style>
span { border-color: #EDB362; }
span { border-color: rgb(237,179,98); }
td.TdClassName
{
border-color: #EDB362;
}
.TagClassName
{
border-color: #EDB362;
}
</style>