Shades of Harvest Gold #EEB162
Tints of Harvest Gold #EEB162
RGB
CMYK
RGB Variations
Color information
#EEB162 (or 0xEEB162) is known color: Harvest Gold. HEX triplet: EE, B1 and 62. RGB value is (238,177,98). Sum of RGB (Red+Green+Blue) = 238+177+98=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB162 is #114E9D. Grayscale: #BABABA. Windows color (decimal): -1134238 or 6468078. OLE color: 6468078.
HSL color Cylindrical-coordinate representation of color #EEB162: hue angle of 33.86º 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 #EEB162 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 98 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.07 |
| HSL | 33.86º | 0.8% | 0.66% | - |
| HSV(B) | 33.86º | 0.59% | 0.93% | - |
| XYZ | 53.19 | 50.5 | 18.5 | - |
| YUV | 186.23 | 78.21 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 98 | 0 | 0.26 | 0.59 | 0.07 | 33.86 | 0.8 | 0.66 |
| Hex | EE | B1 | 62 | 0 | 1A | 3B | 7 | 22 | 50 | 42 |
| Octal | 356 | 261 | 142 | 0 | 32 | 73 | 7 | 42 | 120 | 102 |
| Binary | 11101110 | 10110001 | 1100010 | 0 | 11010 | 111011 | 111 | 100010 | 1010000 | 1000010 |
Color Harmonies of #EEB162
Complementary color
Monochromatic Colors of #EEB162
Black with #EEB162
Text Example
Text Example
White with #EEB162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB162; }
p { color: rgb(238,177,98); }
H1.HeaderClassName
{
color: #EEB162;
}
.AnyTagClassName
{
color: #EEB162;
}
</style>
background-color css
<style>
a { background-color: #EEB162; }
a { background-color: rgb(238,177,98); }
div.DivClassName
{
background-color: #EEB162;
}
.BgClassName
{
background-color: #EEB162;
}
</style>
border-color css
<style>
span { border-color: #EEB162; }
span { border-color: rgb(238,177,98); }
td.TdClassName
{
border-color: #EEB162;
}
.TagClassName
{
border-color: #EEB162;
}
</style>