Shades of Harvest Gold #EEBF64
Tints of Harvest Gold #EEBF64
RGB
CMYK
RGB Variations
Color information
#EEBF64 (or 0xEEBF64) is known color: Harvest Gold. HEX triplet: EE, BF and 64. RGB value is (238,191,100). Sum of RGB (Red+Green+Blue) = 238+191+100=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF64 is #11409B. Grayscale: #C3C3C3. Windows color (decimal): -1130652 or 6602734. OLE color: 6602734.
HSL color Cylindrical-coordinate representation of color #EEBF64: hue angle of 39.57º 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 #EEBF64 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 100 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.07 |
| HSL | 39.57º | 0.8% | 0.66% | - |
| HSV(B) | 39.57º | 0.58% | 0.93% | - |
| XYZ | 56.19 | 56.36 | 19.97 | - |
| YUV | 194.68 | 74.57 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 100 | 0 | 0.20 | 0.58 | 0.07 | 39.57 | 0.8 | 0.66 |
| Hex | EE | BF | 64 | 0 | 14 | 3A | 7 | 28 | 50 | 42 |
| Octal | 356 | 277 | 144 | 0 | 24 | 72 | 7 | 50 | 120 | 102 |
| Binary | 11101110 | 10111111 | 1100100 | 0 | 10100 | 111010 | 111 | 101000 | 1010000 | 1000010 |
Color Harmonies of #EEBF64
Complementary color
Monochromatic Colors of #EEBF64
Black with #EEBF64
Text Example
Text Example
White with #EEBF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF64; }
p { color: rgb(238,191,100); }
H1.HeaderClassName
{
color: #EEBF64;
}
.AnyTagClassName
{
color: #EEBF64;
}
</style>
background-color css
<style>
a { background-color: #EEBF64; }
a { background-color: rgb(238,191,100); }
div.DivClassName
{
background-color: #EEBF64;
}
.BgClassName
{
background-color: #EEBF64;
}
</style>
border-color css
<style>
span { border-color: #EEBF64; }
span { border-color: rgb(238,191,100); }
td.TdClassName
{
border-color: #EEBF64;
}
.TagClassName
{
border-color: #EEBF64;
}
</style>