Shades of Harvest Gold #EABF62
Tints of Harvest Gold #EABF62
RGB
CMYK
RGB Variations
Color information
#EABF62 (or 0xEABF62) is known color: Harvest Gold. HEX triplet: EA, BF and 62. RGB value is (234,191,98). Sum of RGB (Red+Green+Blue) = 234+191+98=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF62 is #15409D. Grayscale: #C1C1C1. Windows color (decimal): -1392798 or 6471658. OLE color: 6471658.
HSL color Cylindrical-coordinate representation of color #EABF62: hue angle of 41.03º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EABF62 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 98 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.08 |
| HSL | 41.03º | 0.76% | 0.65% | - |
| HSV(B) | 41.03º | 0.58% | 0.92% | - |
| XYZ | 54.77 | 55.64 | 19.41 | - |
| YUV | 193.26 | 74.25 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 98 | 0 | 0.18 | 0.58 | 0.08 | 41.03 | 0.76 | 0.65 |
| Hex | EA | BF | 62 | 0 | 12 | 3A | 8 | 29 | 4C | 41 |
| Octal | 352 | 277 | 142 | 0 | 22 | 72 | 10 | 51 | 114 | 101 |
| Binary | 11101010 | 10111111 | 1100010 | 0 | 10010 | 111010 | 1000 | 101001 | 1001100 | 1000001 |
Color Harmonies of #EABF62
Complementary color
Monochromatic Colors of #EABF62
Black with #EABF62
Text Example
Text Example
White with #EABF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF62; }
p { color: rgb(234,191,98); }
H1.HeaderClassName
{
color: #EABF62;
}
.AnyTagClassName
{
color: #EABF62;
}
</style>
background-color css
<style>
a { background-color: #EABF62; }
a { background-color: rgb(234,191,98); }
div.DivClassName
{
background-color: #EABF62;
}
.BgClassName
{
background-color: #EABF62;
}
</style>
border-color css
<style>
span { border-color: #EABF62; }
span { border-color: rgb(234,191,98); }
td.TdClassName
{
border-color: #EABF62;
}
.TagClassName
{
border-color: #EABF62;
}
</style>