Shades of Harvest Gold #EEBF60
Tints of Harvest Gold #EEBF60
RGB
CMYK
RGB Variations
Color information
#EEBF60 (or 0xEEBF60) is known color: Harvest Gold. HEX triplet: EE, BF and 60. RGB value is (238,191,96). Sum of RGB (Red+Green+Blue) = 238+191+96=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF60 is #11409F. Grayscale: #C2C2C2. Windows color (decimal): -1130656 or 6340590. OLE color: 6340590.
HSL color Cylindrical-coordinate representation of color #EEBF60: hue angle of 40.14º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEBF60 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 96 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.07 |
| HSL | 40.14º | 0.81% | 0.65% | - |
| HSV(B) | 40.14º | 0.6% | 0.93% | - |
| XYZ | 56 | 56.28 | 18.98 | - |
| YUV | 194.22 | 72.57 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 96 | 0 | 0.20 | 0.60 | 0.07 | 40.14 | 0.81 | 0.65 |
| Hex | EE | BF | 60 | 0 | 14 | 3C | 7 | 28 | 51 | 41 |
| Octal | 356 | 277 | 140 | 0 | 24 | 74 | 7 | 50 | 121 | 101 |
| Binary | 11101110 | 10111111 | 1100000 | 0 | 10100 | 111100 | 111 | 101000 | 1010001 | 1000001 |
Color Harmonies of #EEBF60
Complementary color
Monochromatic Colors of #EEBF60
Black with #EEBF60
Text Example
Text Example
White with #EEBF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF60; }
p { color: rgb(238,191,96); }
H1.HeaderClassName
{
color: #EEBF60;
}
.AnyTagClassName
{
color: #EEBF60;
}
</style>
background-color css
<style>
a { background-color: #EEBF60; }
a { background-color: rgb(238,191,96); }
div.DivClassName
{
background-color: #EEBF60;
}
.BgClassName
{
background-color: #EEBF60;
}
</style>
border-color css
<style>
span { border-color: #EEBF60; }
span { border-color: rgb(238,191,96); }
td.TdClassName
{
border-color: #EEBF60;
}
.TagClassName
{
border-color: #EEBF60;
}
</style>