Shades of Harvest Gold #EEBF61
Tints of Harvest Gold #EEBF61
RGB
CMYK
RGB Variations
Color information
#EEBF61 (or 0xEEBF61) is known color: Harvest Gold. HEX triplet: EE, BF and 61. RGB value is (238,191,97). Sum of RGB (Red+Green+Blue) = 238+191+97=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF61 is #11409E. Grayscale: #C2C2C2. Windows color (decimal): -1130655 or 6406126. OLE color: 6406126.
HSL color Cylindrical-coordinate representation of color #EEBF61: hue angle of 40º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EEBF61 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 97 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.07 |
| HSL | 40º | 0.81% | 0.66% | - |
| HSV(B) | 40º | 0.59% | 0.93% | - |
| XYZ | 56.05 | 56.3 | 19.22 | - |
| YUV | 194.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 97 | 0 | 0.20 | 0.59 | 0.07 | 40 | 0.81 | 0.66 |
| Hex | EE | BF | 61 | 0 | 14 | 3B | 7 | 28 | 51 | 42 |
| Octal | 356 | 277 | 141 | 0 | 24 | 73 | 7 | 50 | 121 | 102 |
| Binary | 11101110 | 10111111 | 1100001 | 0 | 10100 | 111011 | 111 | 101000 | 1010001 | 1000010 |
Color Harmonies of #EEBF61
Complementary color
Monochromatic Colors of #EEBF61
Black with #EEBF61
Text Example
Text Example
White with #EEBF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF61; }
p { color: rgb(238,191,97); }
H1.HeaderClassName
{
color: #EEBF61;
}
.AnyTagClassName
{
color: #EEBF61;
}
</style>
background-color css
<style>
a { background-color: #EEBF61; }
a { background-color: rgb(238,191,97); }
div.DivClassName
{
background-color: #EEBF61;
}
.BgClassName
{
background-color: #EEBF61;
}
</style>
border-color css
<style>
span { border-color: #EEBF61; }
span { border-color: rgb(238,191,97); }
td.TdClassName
{
border-color: #EEBF61;
}
.TagClassName
{
border-color: #EEBF61;
}
</style>