Shades of Harvest Gold #E4BA74
Tints of Harvest Gold #E4BA74
RGB
CMYK
RGB Variations
Color information
#E4BA74 (or 0xE4BA74) is known color: Harvest Gold. HEX triplet: E4, BA and 74. RGB value is (228,186,116). Sum of RGB (Red+Green+Blue) = 228+186+116=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BA74 is #1B458B. Grayscale: #BEBEBE. Windows color (decimal): -1787276 or 7650020. OLE color: 7650020.
HSL color Cylindrical-coordinate representation of color #E4BA74: hue angle of 37.5º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E4BA74 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 186 | 116 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.11 |
| HSL | 37.5º | 0.67% | 0.67% | - |
| HSV(B) | 37.5º | 0.49% | 0.89% | - |
| XYZ | 52.71 | 52.87 | 23.95 | - |
| YUV | 190.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 116 | 0 | 0.18 | 0.49 | 0.11 | 37.5 | 0.67 | 0.67 |
| Hex | E4 | BA | 74 | 0 | 12 | 31 | B | 26 | 43 | 43 |
| Octal | 344 | 272 | 164 | 0 | 22 | 61 | 13 | 46 | 103 | 103 |
| Binary | 11100100 | 10111010 | 1110100 | 0 | 10010 | 110001 | 1011 | 100110 | 1000011 | 1000011 |
Color Harmonies of #E4BA74
Complementary color
Monochromatic Colors of #E4BA74
Black with #E4BA74
Text Example
Text Example
White with #E4BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BA74; }
p { color: rgb(228,186,116); }
H1.HeaderClassName
{
color: #E4BA74;
}
.AnyTagClassName
{
color: #E4BA74;
}
</style>
background-color css
<style>
a { background-color: #E4BA74; }
a { background-color: rgb(228,186,116); }
div.DivClassName
{
background-color: #E4BA74;
}
.BgClassName
{
background-color: #E4BA74;
}
</style>
border-color css
<style>
span { border-color: #E4BA74; }
span { border-color: rgb(228,186,116); }
td.TdClassName
{
border-color: #E4BA74;
}
.TagClassName
{
border-color: #E4BA74;
}
</style>