Shades of Harvest Gold #E2BA71
Tints of Harvest Gold #E2BA71
RGB
CMYK
RGB Variations
Color information
#E2BA71 (or 0xE2BA71) is known color: Harvest Gold. HEX triplet: E2, BA and 71. RGB value is (226,186,113). Sum of RGB (Red+Green+Blue) = 226+186+113=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BA71 is #1D458E. Grayscale: #BDBDBD. Windows color (decimal): -1918351 or 7453410. OLE color: 7453410.
HSL color Cylindrical-coordinate representation of color #E2BA71: hue angle of 38.76º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2BA71 is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 113 | - |
| CMYK | 0 | 0.18 | 0.5 | 0.11 |
| HSL | 38.76º | 0.66% | 0.66% | - |
| HSV(B) | 38.76º | 0.5% | 0.89% | - |
| XYZ | 51.9 | 52.48 | 23.02 | - |
| YUV | 189.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 113 | 0 | 0.18 | 0.5 | 0.11 | 38.76 | 0.66 | 0.66 |
| Hex | E2 | BA | 71 | 0 | 12 | 32 | B | 27 | 42 | 42 |
| Octal | 342 | 272 | 161 | 0 | 22 | 62 | 13 | 47 | 102 | 102 |
| Binary | 11100010 | 10111010 | 1110001 | 0 | 10010 | 110010 | 1011 | 100111 | 1000010 | 1000010 |
Color Harmonies of #E2BA71
Complementary color
Monochromatic Colors of #E2BA71
Black with #E2BA71
Text Example
Text Example
White with #E2BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BA71; }
p { color: rgb(226,186,113); }
H1.HeaderClassName
{
color: #E2BA71;
}
.AnyTagClassName
{
color: #E2BA71;
}
</style>
background-color css
<style>
a { background-color: #E2BA71; }
a { background-color: rgb(226,186,113); }
div.DivClassName
{
background-color: #E2BA71;
}
.BgClassName
{
background-color: #E2BA71;
}
</style>
border-color css
<style>
span { border-color: #E2BA71; }
span { border-color: rgb(226,186,113); }
td.TdClassName
{
border-color: #E2BA71;
}
.TagClassName
{
border-color: #E2BA71;
}
</style>