Shades of Harvest Gold #EABF64
Tints of Harvest Gold #EABF64
RGB
CMYK
RGB Variations
Color information
#EABF64 (or 0xEABF64) is known color: Harvest Gold. HEX triplet: EA, BF and 64. RGB value is (234,191,100). Sum of RGB (Red+Green+Blue) = 234+191+100=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF64 is #15409B. Grayscale: #C1C1C1. Windows color (decimal): -1392796 or 6602730. OLE color: 6602730.
HSL color Cylindrical-coordinate representation of color #EABF64: hue angle of 40.75º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EABF64 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 100 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.08 |
| HSL | 40.75º | 0.76% | 0.65% | - |
| HSV(B) | 40.75º | 0.57% | 0.92% | - |
| XYZ | 54.86 | 55.67 | 19.91 | - |
| YUV | 193.48 | 75.25 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 100 | 0 | 0.18 | 0.57 | 0.08 | 40.75 | 0.76 | 0.65 |
| Hex | EA | BF | 64 | 0 | 12 | 39 | 8 | 29 | 4C | 41 |
| Octal | 352 | 277 | 144 | 0 | 22 | 71 | 10 | 51 | 114 | 101 |
| Binary | 11101010 | 10111111 | 1100100 | 0 | 10010 | 111001 | 1000 | 101001 | 1001100 | 1000001 |
Color Harmonies of #EABF64
Complementary color
Monochromatic Colors of #EABF64
Black with #EABF64
Text Example
Text Example
White with #EABF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF64; }
p { color: rgb(234,191,100); }
H1.HeaderClassName
{
color: #EABF64;
}
.AnyTagClassName
{
color: #EABF64;
}
</style>
background-color css
<style>
a { background-color: #EABF64; }
a { background-color: rgb(234,191,100); }
div.DivClassName
{
background-color: #EABF64;
}
.BgClassName
{
background-color: #EABF64;
}
</style>
border-color css
<style>
span { border-color: #EABF64; }
span { border-color: rgb(234,191,100); }
td.TdClassName
{
border-color: #EABF64;
}
.TagClassName
{
border-color: #EABF64;
}
</style>