Shades of Harvest Gold #EAB672
Tints of Harvest Gold #EAB672
RGB
CMYK
RGB Variations
Color information
#EAB672 (or 0xEAB672) is known color: Harvest Gold. HEX triplet: EA, B6 and 72. RGB value is (234,182,114). Sum of RGB (Red+Green+Blue) = 234+182+114=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB672 is #15498D. Grayscale: #BEBEBE. Windows color (decimal): -1395086 or 7517930. OLE color: 7517930.
HSL color Cylindrical-coordinate representation of color #EAB672: hue angle of 34º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAB672 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 114 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.08 |
| HSL | 34º | 0.74% | 0.68% | - |
| HSV(B) | 34º | 0.51% | 0.92% | - |
| XYZ | 53.7 | 52.16 | 23.16 | - |
| YUV | 189.8 | 85.23 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 114 | 0 | 0.22 | 0.51 | 0.08 | 34 | 0.74 | 0.68 |
| Hex | EA | B6 | 72 | 0 | 16 | 33 | 8 | 22 | 4A | 44 |
| Octal | 352 | 266 | 162 | 0 | 26 | 63 | 10 | 42 | 112 | 104 |
| Binary | 11101010 | 10110110 | 1110010 | 0 | 10110 | 110011 | 1000 | 100010 | 1001010 | 1000100 |
Color Harmonies of #EAB672
Complementary color
Monochromatic Colors of #EAB672
Black with #EAB672
Text Example
Text Example
White with #EAB672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB672; }
p { color: rgb(234,182,114); }
H1.HeaderClassName
{
color: #EAB672;
}
.AnyTagClassName
{
color: #EAB672;
}
</style>
background-color css
<style>
a { background-color: #EAB672; }
a { background-color: rgb(234,182,114); }
div.DivClassName
{
background-color: #EAB672;
}
.BgClassName
{
background-color: #EAB672;
}
</style>
border-color css
<style>
span { border-color: #EAB672; }
span { border-color: rgb(234,182,114); }
td.TdClassName
{
border-color: #EAB672;
}
.TagClassName
{
border-color: #EAB672;
}
</style>