Shades of Harvest Gold #EEBA65
Tints of Harvest Gold #EEBA65
RGB
CMYK
RGB Variations
Color information
#EEBA65 (or 0xEEBA65) is known color: Harvest Gold. HEX triplet: EE, BA and 65. RGB value is (238,186,101). Sum of RGB (Red+Green+Blue) = 238+186+101=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA65 is #11459A. Grayscale: #C0C0C0. Windows color (decimal): -1131931 or 6666990. OLE color: 6666990.
HSL color Cylindrical-coordinate representation of color #EEBA65: hue angle of 37.23º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEBA65 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 101 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.07 |
| HSL | 37.23º | 0.8% | 0.66% | - |
| HSV(B) | 37.23º | 0.58% | 0.93% | - |
| XYZ | 55.17 | 54.23 | 19.87 | - |
| YUV | 191.86 | 76.73 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 101 | 0 | 0.22 | 0.58 | 0.07 | 37.23 | 0.8 | 0.66 |
| Hex | EE | BA | 65 | 0 | 16 | 3A | 7 | 25 | 50 | 42 |
| Octal | 356 | 272 | 145 | 0 | 26 | 72 | 7 | 45 | 120 | 102 |
| Binary | 11101110 | 10111010 | 1100101 | 0 | 10110 | 111010 | 111 | 100101 | 1010000 | 1000010 |
Color Harmonies of #EEBA65
Complementary color
Monochromatic Colors of #EEBA65
Black with #EEBA65
Text Example
Text Example
White with #EEBA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA65; }
p { color: rgb(238,186,101); }
H1.HeaderClassName
{
color: #EEBA65;
}
.AnyTagClassName
{
color: #EEBA65;
}
</style>
background-color css
<style>
a { background-color: #EEBA65; }
a { background-color: rgb(238,186,101); }
div.DivClassName
{
background-color: #EEBA65;
}
.BgClassName
{
background-color: #EEBA65;
}
</style>
border-color css
<style>
span { border-color: #EEBA65; }
span { border-color: rgb(238,186,101); }
td.TdClassName
{
border-color: #EEBA65;
}
.TagClassName
{
border-color: #EEBA65;
}
</style>