Shades of Harvest Gold #E5B162
Tints of Harvest Gold #E5B162
RGB
CMYK
RGB Variations
Color information
#E5B162 (or 0xE5B162) is known color: Harvest Gold. HEX triplet: E5, B1 and 62. RGB value is (229,177,98). Sum of RGB (Red+Green+Blue) = 229+177+98=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B162 is #1A4E9D. Grayscale: #B7B7B7. Windows color (decimal): -1724062 or 6468069. OLE color: 6468069.
HSL color Cylindrical-coordinate representation of color #E5B162: hue angle of 36.18º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E5B162 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 98 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.10 |
| HSL | 36.18º | 0.72% | 0.64% | - |
| HSV(B) | 36.18º | 0.57% | 0.9% | - |
| XYZ | 50.24 | 48.98 | 18.36 | - |
| YUV | 183.54 | 79.73 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 98 | 0 | 0.23 | 0.57 | 0.10 | 36.18 | 0.72 | 0.64 |
| Hex | E5 | B1 | 62 | 0 | 17 | 39 | A | 24 | 48 | 40 |
| Octal | 345 | 261 | 142 | 0 | 27 | 71 | 12 | 44 | 110 | 100 |
| Binary | 11100101 | 10110001 | 1100010 | 0 | 10111 | 111001 | 1010 | 100100 | 1001000 | 1000000 |
Color Harmonies of #E5B162
Complementary color
Monochromatic Colors of #E5B162
Black with #E5B162
Text Example
Text Example
White with #E5B162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B162; }
p { color: rgb(229,177,98); }
H1.HeaderClassName
{
color: #E5B162;
}
.AnyTagClassName
{
color: #E5B162;
}
</style>
background-color css
<style>
a { background-color: #E5B162; }
a { background-color: rgb(229,177,98); }
div.DivClassName
{
background-color: #E5B162;
}
.BgClassName
{
background-color: #E5B162;
}
</style>
border-color css
<style>
span { border-color: #E5B162; }
span { border-color: rgb(229,177,98); }
td.TdClassName
{
border-color: #E5B162;
}
.TagClassName
{
border-color: #E5B162;
}
</style>