Shades of Harvest Gold #E5BB64
Tints of Harvest Gold #E5BB64
RGB
CMYK
RGB Variations
Color information
#E5BB64 (or 0xE5BB64) is known color: Harvest Gold. HEX triplet: E5, BB and 64. RGB value is (229,187,100). Sum of RGB (Red+Green+Blue) = 229+187+100=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BB64 is #1A449B. Grayscale: #BEBEBE. Windows color (decimal): -1721500 or 6601701. OLE color: 6601701.
HSL color Cylindrical-coordinate representation of color #E5BB64: hue angle of 40.47º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5BB64 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 100 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.10 |
| HSL | 40.47º | 0.71% | 0.65% | - |
| HSV(B) | 40.47º | 0.56% | 0.9% | - |
| XYZ | 52.38 | 53.12 | 19.55 | - |
| YUV | 189.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 100 | 0 | 0.18 | 0.56 | 0.10 | 40.47 | 0.71 | 0.65 |
| Hex | E5 | BB | 64 | 0 | 12 | 38 | A | 28 | 47 | 41 |
| Octal | 345 | 273 | 144 | 0 | 22 | 70 | 12 | 50 | 107 | 101 |
| Binary | 11100101 | 10111011 | 1100100 | 0 | 10010 | 111000 | 1010 | 101000 | 1000111 | 1000001 |
Color Harmonies of #E5BB64
Complementary color
Monochromatic Colors of #E5BB64
Black with #E5BB64
Text Example
Text Example
White with #E5BB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BB64; }
p { color: rgb(229,187,100); }
H1.HeaderClassName
{
color: #E5BB64;
}
.AnyTagClassName
{
color: #E5BB64;
}
</style>
background-color css
<style>
a { background-color: #E5BB64; }
a { background-color: rgb(229,187,100); }
div.DivClassName
{
background-color: #E5BB64;
}
.BgClassName
{
background-color: #E5BB64;
}
</style>
border-color css
<style>
span { border-color: #E5BB64; }
span { border-color: rgb(229,187,100); }
td.TdClassName
{
border-color: #E5BB64;
}
.TagClassName
{
border-color: #E5BB64;
}
</style>