Shades of Harvest Gold #EABF6E
Tints of Harvest Gold #EABF6E
RGB
CMYK
RGB Variations
Color information
#EABF6E (or 0xEABF6E) is known color: Harvest Gold. HEX triplet: EA, BF and 6E. RGB value is (234,191,110). Sum of RGB (Red+Green+Blue) = 234+191+110=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF6E is #154091. Grayscale: #C2C2C2. Windows color (decimal): -1392786 or 7258090. OLE color: 7258090.
HSL color Cylindrical-coordinate representation of color #EABF6E: hue angle of 39.19º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EABF6E is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 110 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.08 |
| HSL | 39.19º | 0.75% | 0.67% | - |
| HSV(B) | 39.19º | 0.53% | 0.92% | - |
| XYZ | 55.38 | 55.88 | 22.62 | - |
| YUV | 194.62 | 80.25 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 110 | 0 | 0.18 | 0.53 | 0.08 | 39.19 | 0.75 | 0.67 |
| Hex | EA | BF | 6E | 0 | 12 | 35 | 8 | 27 | 4B | 43 |
| Octal | 352 | 277 | 156 | 0 | 22 | 65 | 10 | 47 | 113 | 103 |
| Binary | 11101010 | 10111111 | 1101110 | 0 | 10010 | 110101 | 1000 | 100111 | 1001011 | 1000011 |
Color Harmonies of #EABF6E
Complementary color
Monochromatic Colors of #EABF6E
Black with #EABF6E
Text Example
Text Example
White with #EABF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF6E; }
p { color: rgb(234,191,110); }
H1.HeaderClassName
{
color: #EABF6E;
}
.AnyTagClassName
{
color: #EABF6E;
}
</style>
background-color css
<style>
a { background-color: #EABF6E; }
a { background-color: rgb(234,191,110); }
div.DivClassName
{
background-color: #EABF6E;
}
.BgClassName
{
background-color: #EABF6E;
}
</style>
border-color css
<style>
span { border-color: #EABF6E; }
span { border-color: rgb(234,191,110); }
td.TdClassName
{
border-color: #EABF6E;
}
.TagClassName
{
border-color: #EABF6E;
}
</style>