Shades of Harvest Gold #EEBA74
Tints of Harvest Gold #EEBA74
RGB
CMYK
RGB Variations
Color information
#EEBA74 (or 0xEEBA74) is known color: Harvest Gold. HEX triplet: EE, BA and 74. RGB value is (238,186,116). Sum of RGB (Red+Green+Blue) = 238+186+116=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA74 is #11458B. Grayscale: #C1C1C1. Windows color (decimal): -1131916 or 7650030. OLE color: 7650030.
HSL color Cylindrical-coordinate representation of color #EEBA74: hue angle of 34.43º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEBA74 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 116 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.07 |
| HSL | 34.43º | 0.78% | 0.69% | - |
| HSV(B) | 34.43º | 0.51% | 0.93% | - |
| XYZ | 55.97 | 54.56 | 24.1 | - |
| YUV | 193.57 | 84.23 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 116 | 0 | 0.22 | 0.51 | 0.07 | 34.43 | 0.78 | 0.69 |
| Hex | EE | BA | 74 | 0 | 16 | 33 | 7 | 22 | 4E | 45 |
| Octal | 356 | 272 | 164 | 0 | 26 | 63 | 7 | 42 | 116 | 105 |
| Binary | 11101110 | 10111010 | 1110100 | 0 | 10110 | 110011 | 111 | 100010 | 1001110 | 1000101 |
Color Harmonies of #EEBA74
Complementary color
Monochromatic Colors of #EEBA74
Black with #EEBA74
Text Example
Text Example
White with #EEBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA74; }
p { color: rgb(238,186,116); }
H1.HeaderClassName
{
color: #EEBA74;
}
.AnyTagClassName
{
color: #EEBA74;
}
</style>
background-color css
<style>
a { background-color: #EEBA74; }
a { background-color: rgb(238,186,116); }
div.DivClassName
{
background-color: #EEBA74;
}
.BgClassName
{
background-color: #EEBA74;
}
</style>
border-color css
<style>
span { border-color: #EEBA74; }
span { border-color: rgb(238,186,116); }
td.TdClassName
{
border-color: #EEBA74;
}
.TagClassName
{
border-color: #EEBA74;
}
</style>