Shades of Harvest Gold #EABE74
Tints of Harvest Gold #EABE74
RGB
CMYK
RGB Variations
Color information
#EABE74 (or 0xEABE74) is known color: Harvest Gold. HEX triplet: EA, BE and 74. RGB value is (234,190,116). Sum of RGB (Red+Green+Blue) = 234+190+116=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABE74 is #15418B. Grayscale: #C3C3C3. Windows color (decimal): -1393036 or 7651050. OLE color: 7651050.
HSL color Cylindrical-coordinate representation of color #EABE74: hue angle of 37.63º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EABE74 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 116 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.08 |
| HSL | 37.63º | 0.74% | 0.69% | - |
| HSV(B) | 37.63º | 0.5% | 0.92% | - |
| XYZ | 55.5 | 55.58 | 24.33 | - |
| YUV | 194.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 116 | 0 | 0.19 | 0.50 | 0.08 | 37.63 | 0.74 | 0.69 |
| Hex | EA | BE | 74 | 0 | 13 | 32 | 8 | 26 | 4A | 45 |
| Octal | 352 | 276 | 164 | 0 | 23 | 62 | 10 | 46 | 112 | 105 |
| Binary | 11101010 | 10111110 | 1110100 | 0 | 10011 | 110010 | 1000 | 100110 | 1001010 | 1000101 |
Color Harmonies of #EABE74
Complementary color
Monochromatic Colors of #EABE74
Black with #EABE74
Text Example
Text Example
White with #EABE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABE74; }
p { color: rgb(234,190,116); }
H1.HeaderClassName
{
color: #EABE74;
}
.AnyTagClassName
{
color: #EABE74;
}
</style>
background-color css
<style>
a { background-color: #EABE74; }
a { background-color: rgb(234,190,116); }
div.DivClassName
{
background-color: #EABE74;
}
.BgClassName
{
background-color: #EABE74;
}
</style>
border-color css
<style>
span { border-color: #EABE74; }
span { border-color: rgb(234,190,116); }
td.TdClassName
{
border-color: #EABE74;
}
.TagClassName
{
border-color: #EABE74;
}
</style>