Shades of Harvest Gold #EAB975
Tints of Harvest Gold #EAB975
RGB
CMYK
RGB Variations
Color information
#EAB975 (or 0xEAB975) is known color: Harvest Gold. HEX triplet: EA, B9 and 75. RGB value is (234,185,117). Sum of RGB (Red+Green+Blue) = 234+185+117=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB975 is #15468A. Grayscale: #C0C0C0. Windows color (decimal): -1394315 or 7715306. OLE color: 7715306.
HSL color Cylindrical-coordinate representation of color #EAB975: hue angle of 34.87º 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 #EAB975 is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 117 | - |
| CMYK | 0 | 0.21 | 0.5 | 0.08 |
| HSL | 34.87º | 0.74% | 0.69% | - |
| HSV(B) | 34.87º | 0.5% | 0.92% | - |
| XYZ | 54.49 | 53.47 | 24.28 | - |
| YUV | 191.9 | 85.73 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 117 | 0 | 0.21 | 0.5 | 0.08 | 34.87 | 0.74 | 0.69 |
| Hex | EA | B9 | 75 | 0 | 15 | 32 | 8 | 23 | 4A | 45 |
| Octal | 352 | 271 | 165 | 0 | 25 | 62 | 10 | 43 | 112 | 105 |
| Binary | 11101010 | 10111001 | 1110101 | 0 | 10101 | 110010 | 1000 | 100011 | 1001010 | 1000101 |
Color Harmonies of #EAB975
Complementary color
Monochromatic Colors of #EAB975
Black with #EAB975
Text Example
Text Example
White with #EAB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB975; }
p { color: rgb(234,185,117); }
H1.HeaderClassName
{
color: #EAB975;
}
.AnyTagClassName
{
color: #EAB975;
}
</style>
background-color css
<style>
a { background-color: #EAB975; }
a { background-color: rgb(234,185,117); }
div.DivClassName
{
background-color: #EAB975;
}
.BgClassName
{
background-color: #EAB975;
}
</style>
border-color css
<style>
span { border-color: #EAB975; }
span { border-color: rgb(234,185,117); }
td.TdClassName
{
border-color: #EAB975;
}
.TagClassName
{
border-color: #EAB975;
}
</style>