Shades of Harvest Gold #EEB962
Tints of Harvest Gold #EEB962
RGB
CMYK
RGB Variations
Color information
#EEB962 (or 0xEEB962) is known color: Harvest Gold. HEX triplet: EE, B9 and 62. RGB value is (238,185,98). Sum of RGB (Red+Green+Blue) = 238+185+98=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB962 is #11469D. Grayscale: #BFBFBF. Windows color (decimal): -1132190 or 6470126. OLE color: 6470126.
HSL color Cylindrical-coordinate representation of color #EEB962: hue angle of 37.29º 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 #EEB962 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 98 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.07 |
| HSL | 37.29º | 0.8% | 0.66% | - |
| HSV(B) | 37.29º | 0.59% | 0.93% | - |
| XYZ | 54.81 | 53.76 | 19.04 | - |
| YUV | 190.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 98 | 0 | 0.22 | 0.59 | 0.07 | 37.29 | 0.8 | 0.66 |
| Hex | EE | B9 | 62 | 0 | 16 | 3B | 7 | 25 | 50 | 42 |
| Octal | 356 | 271 | 142 | 0 | 26 | 73 | 7 | 45 | 120 | 102 |
| Binary | 11101110 | 10111001 | 1100010 | 0 | 10110 | 111011 | 111 | 100101 | 1010000 | 1000010 |
Color Harmonies of #EEB962
Complementary color
Monochromatic Colors of #EEB962
Black with #EEB962
Text Example
Text Example
White with #EEB962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB962; }
p { color: rgb(238,185,98); }
H1.HeaderClassName
{
color: #EEB962;
}
.AnyTagClassName
{
color: #EEB962;
}
</style>
background-color css
<style>
a { background-color: #EEB962; }
a { background-color: rgb(238,185,98); }
div.DivClassName
{
background-color: #EEB962;
}
.BgClassName
{
background-color: #EEB962;
}
</style>
border-color css
<style>
span { border-color: #EEB962; }
span { border-color: rgb(238,185,98); }
td.TdClassName
{
border-color: #EEB962;
}
.TagClassName
{
border-color: #EEB962;
}
</style>