Shades of Harvest Gold #E5BF62
Tints of Harvest Gold #E5BF62
RGB
CMYK
RGB Variations
Color information
#E5BF62 (or 0xE5BF62) is known color: Harvest Gold. HEX triplet: E5, BF and 62. RGB value is (229,191,98). Sum of RGB (Red+Green+Blue) = 229+191+98=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BF62 is #1A409D. Grayscale: #C0C0C0. Windows color (decimal): -1720478 or 6471653. OLE color: 6471653.
HSL color Cylindrical-coordinate representation of color #E5BF62: hue angle of 42.6º 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 #E5BF62 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 98 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.10 |
| HSL | 42.6º | 0.72% | 0.64% | - |
| HSV(B) | 42.6º | 0.57% | 0.9% | - |
| XYZ | 53.15 | 54.8 | 19.33 | - |
| YUV | 191.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 98 | 0 | 0.17 | 0.57 | 0.10 | 42.6 | 0.72 | 0.64 |
| Hex | E5 | BF | 62 | 0 | 11 | 39 | A | 2B | 48 | 40 |
| Octal | 345 | 277 | 142 | 0 | 21 | 71 | 12 | 53 | 110 | 100 |
| Binary | 11100101 | 10111111 | 1100010 | 0 | 10001 | 111001 | 1010 | 101011 | 1001000 | 1000000 |
Color Harmonies of #E5BF62
Complementary color
Monochromatic Colors of #E5BF62
Black with #E5BF62
Text Example
Text Example
White with #E5BF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF62; }
p { color: rgb(229,191,98); }
H1.HeaderClassName
{
color: #E5BF62;
}
.AnyTagClassName
{
color: #E5BF62;
}
</style>
background-color css
<style>
a { background-color: #E5BF62; }
a { background-color: rgb(229,191,98); }
div.DivClassName
{
background-color: #E5BF62;
}
.BgClassName
{
background-color: #E5BF62;
}
</style>
border-color css
<style>
span { border-color: #E5BF62; }
span { border-color: rgb(229,191,98); }
td.TdClassName
{
border-color: #E5BF62;
}
.TagClassName
{
border-color: #E5BF62;
}
</style>