Shades of Harvest Gold #EEBB64
Tints of Harvest Gold #EEBB64
RGB
CMYK
RGB Variations
Color information
#EEBB64 (or 0xEEBB64) is known color: Harvest Gold. HEX triplet: EE, BB and 64. RGB value is (238,187,100). Sum of RGB (Red+Green+Blue) = 238+187+100=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBB64 is #11449B. Grayscale: #C0C0C0. Windows color (decimal): -1131676 or 6601710. OLE color: 6601710.
HSL color Cylindrical-coordinate representation of color #EEBB64: hue angle of 37.83º 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 #EEBB64 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 100 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.07 |
| HSL | 37.83º | 0.8% | 0.66% | - |
| HSV(B) | 37.83º | 0.58% | 0.93% | - |
| XYZ | 55.33 | 54.64 | 19.69 | - |
| YUV | 192.33 | 75.9 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 100 | 0 | 0.21 | 0.58 | 0.07 | 37.83 | 0.8 | 0.66 |
| Hex | EE | BB | 64 | 0 | 15 | 3A | 7 | 26 | 50 | 42 |
| Octal | 356 | 273 | 144 | 0 | 25 | 72 | 7 | 46 | 120 | 102 |
| Binary | 11101110 | 10111011 | 1100100 | 0 | 10101 | 111010 | 111 | 100110 | 1010000 | 1000010 |
Color Harmonies of #EEBB64
Complementary color
Monochromatic Colors of #EEBB64
Black with #EEBB64
Text Example
Text Example
White with #EEBB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBB64; }
p { color: rgb(238,187,100); }
H1.HeaderClassName
{
color: #EEBB64;
}
.AnyTagClassName
{
color: #EEBB64;
}
</style>
background-color css
<style>
a { background-color: #EEBB64; }
a { background-color: rgb(238,187,100); }
div.DivClassName
{
background-color: #EEBB64;
}
.BgClassName
{
background-color: #EEBB64;
}
</style>
border-color css
<style>
span { border-color: #EEBB64; }
span { border-color: rgb(238,187,100); }
td.TdClassName
{
border-color: #EEBB64;
}
.TagClassName
{
border-color: #EEBB64;
}
</style>