Shades of Harvest Gold #EEB562
Tints of Harvest Gold #EEB562
RGB
CMYK
RGB Variations
Color information
#EEB562 (or 0xEEB562) is known color: Harvest Gold. HEX triplet: EE, B5 and 62. RGB value is (238,181,98). Sum of RGB (Red+Green+Blue) = 238+181+98=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB562 is #114A9D. Grayscale: #BCBCBC. Windows color (decimal): -1133214 or 6469102. OLE color: 6469102.
HSL color Cylindrical-coordinate representation of color #EEB562: hue angle of 35.57º degrees, saturation: 0.8, 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 #EEB562 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 98 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.07 |
| HSL | 35.57º | 0.8% | 0.66% | - |
| HSV(B) | 35.57º | 0.59% | 0.93% | - |
| XYZ | 53.99 | 52.11 | 18.77 | - |
| YUV | 188.58 | 76.88 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 98 | 0 | 0.24 | 0.59 | 0.07 | 35.57 | 0.8 | 0.66 |
| Hex | EE | B5 | 62 | 0 | 18 | 3B | 7 | 24 | 50 | 42 |
| Octal | 356 | 265 | 142 | 0 | 30 | 73 | 7 | 44 | 120 | 102 |
| Binary | 11101110 | 10110101 | 1100010 | 0 | 11000 | 111011 | 111 | 100100 | 1010000 | 1000010 |
Color Harmonies of #EEB562
Complementary color
Monochromatic Colors of #EEB562
Black with #EEB562
Text Example
Text Example
White with #EEB562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB562; }
p { color: rgb(238,181,98); }
H1.HeaderClassName
{
color: #EEB562;
}
.AnyTagClassName
{
color: #EEB562;
}
</style>
background-color css
<style>
a { background-color: #EEB562; }
a { background-color: rgb(238,181,98); }
div.DivClassName
{
background-color: #EEB562;
}
.BgClassName
{
background-color: #EEB562;
}
</style>
border-color css
<style>
span { border-color: #EEB562; }
span { border-color: rgb(238,181,98); }
td.TdClassName
{
border-color: #EEB562;
}
.TagClassName
{
border-color: #EEB562;
}
</style>