Shades of Harvest Gold #EAB971
Tints of Harvest Gold #EAB971
RGB
CMYK
RGB Variations
Color information
#EAB971 (or 0xEAB971) is known color: Harvest Gold. HEX triplet: EA, B9 and 71. RGB value is (234,185,113). Sum of RGB (Red+Green+Blue) = 234+185+113=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB971 is #15468E. Grayscale: #BFBFBF. Windows color (decimal): -1394319 or 7453162. OLE color: 7453162.
HSL color Cylindrical-coordinate representation of color #EAB971: hue angle of 35.7º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAB971 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 113 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.08 |
| HSL | 35.7º | 0.74% | 0.68% | - |
| HSV(B) | 35.7º | 0.52% | 0.92% | - |
| XYZ | 54.26 | 53.38 | 23.07 | - |
| YUV | 191.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 113 | 0 | 0.21 | 0.52 | 0.08 | 35.7 | 0.74 | 0.68 |
| Hex | EA | B9 | 71 | 0 | 15 | 34 | 8 | 24 | 4A | 44 |
| Octal | 352 | 271 | 161 | 0 | 25 | 64 | 10 | 44 | 112 | 104 |
| Binary | 11101010 | 10111001 | 1110001 | 0 | 10101 | 110100 | 1000 | 100100 | 1001010 | 1000100 |
Color Harmonies of #EAB971
Complementary color
Monochromatic Colors of #EAB971
Black with #EAB971
Text Example
Text Example
White with #EAB971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB971; }
p { color: rgb(234,185,113); }
H1.HeaderClassName
{
color: #EAB971;
}
.AnyTagClassName
{
color: #EAB971;
}
</style>
background-color css
<style>
a { background-color: #EAB971; }
a { background-color: rgb(234,185,113); }
div.DivClassName
{
background-color: #EAB971;
}
.BgClassName
{
background-color: #EAB971;
}
</style>
border-color css
<style>
span { border-color: #EAB971; }
span { border-color: rgb(234,185,113); }
td.TdClassName
{
border-color: #EAB971;
}
.TagClassName
{
border-color: #EAB971;
}
</style>