Shades of Harvest Gold #E5BD62
Tints of Harvest Gold #E5BD62
RGB
CMYK
RGB Variations
Color information
#E5BD62 (or 0xE5BD62) is known color: Harvest Gold. HEX triplet: E5, BD and 62. RGB value is (229,189,98). Sum of RGB (Red+Green+Blue) = 229+189+98=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BD62 is #1A429D. Grayscale: #BEBEBE. Windows color (decimal): -1720990 or 6471141. OLE color: 6471141.
HSL color Cylindrical-coordinate representation of color #E5BD62: hue angle of 41.68º 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 #E5BD62 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 98 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.10 |
| HSL | 41.68º | 0.72% | 0.64% | - |
| HSV(B) | 41.68º | 0.57% | 0.9% | - |
| XYZ | 52.72 | 53.94 | 19.19 | - |
| YUV | 190.59 | 75.75 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 98 | 0 | 0.17 | 0.57 | 0.10 | 41.68 | 0.72 | 0.64 |
| Hex | E5 | BD | 62 | 0 | 11 | 39 | A | 2A | 48 | 40 |
| Octal | 345 | 275 | 142 | 0 | 21 | 71 | 12 | 52 | 110 | 100 |
| Binary | 11100101 | 10111101 | 1100010 | 0 | 10001 | 111001 | 1010 | 101010 | 1001000 | 1000000 |
Color Harmonies of #E5BD62
Complementary color
Monochromatic Colors of #E5BD62
Black with #E5BD62
Text Example
Text Example
White with #E5BD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BD62; }
p { color: rgb(229,189,98); }
H1.HeaderClassName
{
color: #E5BD62;
}
.AnyTagClassName
{
color: #E5BD62;
}
</style>
background-color css
<style>
a { background-color: #E5BD62; }
a { background-color: rgb(229,189,98); }
div.DivClassName
{
background-color: #E5BD62;
}
.BgClassName
{
background-color: #E5BD62;
}
</style>
border-color css
<style>
span { border-color: #E5BD62; }
span { border-color: rgb(229,189,98); }
td.TdClassName
{
border-color: #E5BD62;
}
.TagClassName
{
border-color: #E5BD62;
}
</style>