Shades of Harvest Gold #EEBF62
Tints of Harvest Gold #EEBF62
RGB
CMYK
RGB Variations
Color information
#EEBF62 (or 0xEEBF62) is known color: Harvest Gold. HEX triplet: EE, BF and 62. RGB value is (238,191,98). Sum of RGB (Red+Green+Blue) = 238+191+98=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF62 is #11409D. Grayscale: #C2C2C2. Windows color (decimal): -1130654 or 6471662. OLE color: 6471662.
HSL color Cylindrical-coordinate representation of color #EEBF62: hue angle of 39.86º degrees, saturation: 0.8, 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 #EEBF62 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 98 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.07 |
| HSL | 39.86º | 0.8% | 0.66% | - |
| HSV(B) | 39.86º | 0.59% | 0.93% | - |
| XYZ | 56.1 | 56.32 | 19.47 | - |
| YUV | 194.45 | 73.57 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 98 | 0 | 0.20 | 0.59 | 0.07 | 39.86 | 0.8 | 0.66 |
| Hex | EE | BF | 62 | 0 | 14 | 3B | 7 | 28 | 50 | 42 |
| Octal | 356 | 277 | 142 | 0 | 24 | 73 | 7 | 50 | 120 | 102 |
| Binary | 11101110 | 10111111 | 1100010 | 0 | 10100 | 111011 | 111 | 101000 | 1010000 | 1000010 |
Color Harmonies of #EEBF62
Complementary color
Monochromatic Colors of #EEBF62
Black with #EEBF62
Text Example
Text Example
White with #EEBF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF62; }
p { color: rgb(238,191,98); }
H1.HeaderClassName
{
color: #EEBF62;
}
.AnyTagClassName
{
color: #EEBF62;
}
</style>
background-color css
<style>
a { background-color: #EEBF62; }
a { background-color: rgb(238,191,98); }
div.DivClassName
{
background-color: #EEBF62;
}
.BgClassName
{
background-color: #EEBF62;
}
</style>
border-color css
<style>
span { border-color: #EEBF62; }
span { border-color: rgb(238,191,98); }
td.TdClassName
{
border-color: #EEBF62;
}
.TagClassName
{
border-color: #EEBF62;
}
</style>