Shades of Harvest Gold #EABB74
Tints of Harvest Gold #EABB74
RGB
CMYK
RGB Variations
Color information
#EABB74 (or 0xEABB74) is known color: Harvest Gold. HEX triplet: EA, BB and 74. RGB value is (234,187,116). Sum of RGB (Red+Green+Blue) = 234+187+116=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB74 is #15448B. Grayscale: #C1C1C1. Windows color (decimal): -1393804 or 7650282. OLE color: 7650282.
HSL color Cylindrical-coordinate representation of color #EABB74: hue angle of 36.1º 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 #EABB74 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 116 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.08 |
| HSL | 36.1º | 0.74% | 0.69% | - |
| HSV(B) | 36.1º | 0.5% | 0.92% | - |
| XYZ | 54.85 | 54.29 | 24.11 | - |
| YUV | 192.96 | 84.57 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 116 | 0 | 0.20 | 0.50 | 0.08 | 36.1 | 0.74 | 0.69 |
| Hex | EA | BB | 74 | 0 | 14 | 32 | 8 | 24 | 4A | 45 |
| Octal | 352 | 273 | 164 | 0 | 24 | 62 | 10 | 44 | 112 | 105 |
| Binary | 11101010 | 10111011 | 1110100 | 0 | 10100 | 110010 | 1000 | 100100 | 1001010 | 1000101 |
Color Harmonies of #EABB74
Complementary color
Monochromatic Colors of #EABB74
Black with #EABB74
Text Example
Text Example
White with #EABB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB74; }
p { color: rgb(234,187,116); }
H1.HeaderClassName
{
color: #EABB74;
}
.AnyTagClassName
{
color: #EABB74;
}
</style>
background-color css
<style>
a { background-color: #EABB74; }
a { background-color: rgb(234,187,116); }
div.DivClassName
{
background-color: #EABB74;
}
.BgClassName
{
background-color: #EABB74;
}
</style>
border-color css
<style>
span { border-color: #EABB74; }
span { border-color: rgb(234,187,116); }
td.TdClassName
{
border-color: #EABB74;
}
.TagClassName
{
border-color: #EABB74;
}
</style>