Shades of Harvest Gold #EEBF74
Tints of Harvest Gold #EEBF74
RGB
CMYK
RGB Variations
Color information
#EEBF74 (or 0xEEBF74) is known color: Harvest Gold. HEX triplet: EE, BF and 74. RGB value is (238,191,116). Sum of RGB (Red+Green+Blue) = 238+191+116=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF74 is #11408B. Grayscale: #C4C4C4. Windows color (decimal): -1130636 or 7651310. OLE color: 7651310.
HSL color Cylindrical-coordinate representation of color #EEBF74: hue angle of 36.89º 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 #EEBF74 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 116 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.07 |
| HSL | 36.89º | 0.78% | 0.69% | - |
| HSV(B) | 36.89º | 0.51% | 0.93% | - |
| XYZ | 57.04 | 56.7 | 24.46 | - |
| YUV | 196.5 | 82.57 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 116 | 0 | 0.20 | 0.51 | 0.07 | 36.89 | 0.78 | 0.69 |
| Hex | EE | BF | 74 | 0 | 14 | 33 | 7 | 25 | 4E | 45 |
| Octal | 356 | 277 | 164 | 0 | 24 | 63 | 7 | 45 | 116 | 105 |
| Binary | 11101110 | 10111111 | 1110100 | 0 | 10100 | 110011 | 111 | 100101 | 1001110 | 1000101 |
Color Harmonies of #EEBF74
Complementary color
Monochromatic Colors of #EEBF74
Black with #EEBF74
Text Example
Text Example
White with #EEBF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF74; }
p { color: rgb(238,191,116); }
H1.HeaderClassName
{
color: #EEBF74;
}
.AnyTagClassName
{
color: #EEBF74;
}
</style>
background-color css
<style>
a { background-color: #EEBF74; }
a { background-color: rgb(238,191,116); }
div.DivClassName
{
background-color: #EEBF74;
}
.BgClassName
{
background-color: #EEBF74;
}
</style>
border-color css
<style>
span { border-color: #EEBF74; }
span { border-color: rgb(238,191,116); }
td.TdClassName
{
border-color: #EEBF74;
}
.TagClassName
{
border-color: #EEBF74;
}
</style>