Shades of Harvest Gold #EABF6D
Tints of Harvest Gold #EABF6D
RGB
CMYK
RGB Variations
Color information
#EABF6D (or 0xEABF6D) is known color: Harvest Gold. HEX triplet: EA, BF and 6D. RGB value is (234,191,109). Sum of RGB (Red+Green+Blue) = 234+191+109=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF6D is #154092. Grayscale: #C2C2C2. Windows color (decimal): -1392787 or 7192554. OLE color: 7192554.
HSL color Cylindrical-coordinate representation of color #EABF6D: hue angle of 39.36º 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 #EABF6D is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 109 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.08 |
| HSL | 39.36º | 0.75% | 0.67% | - |
| HSV(B) | 39.36º | 0.53% | 0.92% | - |
| XYZ | 55.32 | 55.86 | 22.33 | - |
| YUV | 194.51 | 79.75 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 109 | 0 | 0.18 | 0.53 | 0.08 | 39.36 | 0.75 | 0.67 |
| Hex | EA | BF | 6D | 0 | 12 | 35 | 8 | 27 | 4B | 43 |
| Octal | 352 | 277 | 155 | 0 | 22 | 65 | 10 | 47 | 113 | 103 |
| Binary | 11101010 | 10111111 | 1101101 | 0 | 10010 | 110101 | 1000 | 100111 | 1001011 | 1000011 |
Color Harmonies of #EABF6D
Complementary color
Monochromatic Colors of #EABF6D
Black with #EABF6D
Text Example
Text Example
White with #EABF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF6D; }
p { color: rgb(234,191,109); }
H1.HeaderClassName
{
color: #EABF6D;
}
.AnyTagClassName
{
color: #EABF6D;
}
</style>
background-color css
<style>
a { background-color: #EABF6D; }
a { background-color: rgb(234,191,109); }
div.DivClassName
{
background-color: #EABF6D;
}
.BgClassName
{
background-color: #EABF6D;
}
</style>
border-color css
<style>
span { border-color: #EABF6D; }
span { border-color: rgb(234,191,109); }
td.TdClassName
{
border-color: #EABF6D;
}
.TagClassName
{
border-color: #EABF6D;
}
</style>