Shades of Harvest Gold #EAB162
Tints of Harvest Gold #EAB162
RGB
CMYK
RGB Variations
Color information
#EAB162 (or 0xEAB162) is known color: Harvest Gold. HEX triplet: EA, B1 and 62. RGB value is (234,177,98). Sum of RGB (Red+Green+Blue) = 234+177+98=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB162 is #154E9D. Grayscale: #B9B9B9. Windows color (decimal): -1396382 or 6468074. OLE color: 6468074.
HSL color Cylindrical-coordinate representation of color #EAB162: hue angle of 34.85º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EAB162 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 98 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.08 |
| HSL | 34.85º | 0.76% | 0.65% | - |
| HSV(B) | 34.85º | 0.58% | 0.92% | - |
| XYZ | 51.86 | 49.82 | 18.44 | - |
| YUV | 185.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 98 | 0 | 0.24 | 0.58 | 0.08 | 34.85 | 0.76 | 0.65 |
| Hex | EA | B1 | 62 | 0 | 18 | 3A | 8 | 23 | 4C | 41 |
| Octal | 352 | 261 | 142 | 0 | 30 | 72 | 10 | 43 | 114 | 101 |
| Binary | 11101010 | 10110001 | 1100010 | 0 | 11000 | 111010 | 1000 | 100011 | 1001100 | 1000001 |
Color Harmonies of #EAB162
Complementary color
Monochromatic Colors of #EAB162
Black with #EAB162
Text Example
Text Example
White with #EAB162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB162; }
p { color: rgb(234,177,98); }
H1.HeaderClassName
{
color: #EAB162;
}
.AnyTagClassName
{
color: #EAB162;
}
</style>
background-color css
<style>
a { background-color: #EAB162; }
a { background-color: rgb(234,177,98); }
div.DivClassName
{
background-color: #EAB162;
}
.BgClassName
{
background-color: #EAB162;
}
</style>
border-color css
<style>
span { border-color: #EAB162; }
span { border-color: rgb(234,177,98); }
td.TdClassName
{
border-color: #EAB162;
}
.TagClassName
{
border-color: #EAB162;
}
</style>