Shades of Harvest Gold #EABF69
Tints of Harvest Gold #EABF69
RGB
CMYK
RGB Variations
Color information
#EABF69 (or 0xEABF69) is known color: Harvest Gold. HEX triplet: EA, BF and 69. RGB value is (234,191,105). Sum of RGB (Red+Green+Blue) = 234+191+105=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF69 is #154096. Grayscale: #C2C2C2. Windows color (decimal): -1392791 or 6930410. OLE color: 6930410.
HSL color Cylindrical-coordinate representation of color #EABF69: hue angle of 40º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EABF69 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 105 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.08 |
| HSL | 40º | 0.75% | 0.66% | - |
| HSV(B) | 40º | 0.55% | 0.92% | - |
| XYZ | 55.11 | 55.77 | 21.23 | - |
| YUV | 194.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 105 | 0 | 0.18 | 0.55 | 0.08 | 40 | 0.75 | 0.66 |
| Hex | EA | BF | 69 | 0 | 12 | 37 | 8 | 28 | 4B | 42 |
| Octal | 352 | 277 | 151 | 0 | 22 | 67 | 10 | 50 | 113 | 102 |
| Binary | 11101010 | 10111111 | 1101001 | 0 | 10010 | 110111 | 1000 | 101000 | 1001011 | 1000010 |
Color Harmonies of #EABF69
Complementary color
Monochromatic Colors of #EABF69
Black with #EABF69
Text Example
Text Example
White with #EABF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF69; }
p { color: rgb(234,191,105); }
H1.HeaderClassName
{
color: #EABF69;
}
.AnyTagClassName
{
color: #EABF69;
}
</style>
background-color css
<style>
a { background-color: #EABF69; }
a { background-color: rgb(234,191,105); }
div.DivClassName
{
background-color: #EABF69;
}
.BgClassName
{
background-color: #EABF69;
}
</style>
border-color css
<style>
span { border-color: #EABF69; }
span { border-color: rgb(234,191,105); }
td.TdClassName
{
border-color: #EABF69;
}
.TagClassName
{
border-color: #EABF69;
}
</style>