Shades of Harvest Gold #EEBF71
Tints of Harvest Gold #EEBF71
RGB
CMYK
RGB Variations
Color information
#EEBF71 (or 0xEEBF71) is known color: Harvest Gold. HEX triplet: EE, BF and 71. RGB value is (238,191,113). Sum of RGB (Red+Green+Blue) = 238+191+113=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF71 is #11408E. Grayscale: #C4C4C4. Windows color (decimal): -1130639 or 7454702. OLE color: 7454702.
HSL color Cylindrical-coordinate representation of color #EEBF71: hue angle of 37.44º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEBF71 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 113 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.07 |
| HSL | 37.44º | 0.79% | 0.69% | - |
| HSV(B) | 37.44º | 0.53% | 0.93% | - |
| XYZ | 56.87 | 56.63 | 23.56 | - |
| YUV | 196.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 113 | 0 | 0.20 | 0.53 | 0.07 | 37.44 | 0.79 | 0.69 |
| Hex | EE | BF | 71 | 0 | 14 | 35 | 7 | 25 | 4F | 45 |
| Octal | 356 | 277 | 161 | 0 | 24 | 65 | 7 | 45 | 117 | 105 |
| Binary | 11101110 | 10111111 | 1110001 | 0 | 10100 | 110101 | 111 | 100101 | 1001111 | 1000101 |
Color Harmonies of #EEBF71
Complementary color
Monochromatic Colors of #EEBF71
Black with #EEBF71
Text Example
Text Example
White with #EEBF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF71; }
p { color: rgb(238,191,113); }
H1.HeaderClassName
{
color: #EEBF71;
}
.AnyTagClassName
{
color: #EEBF71;
}
</style>
background-color css
<style>
a { background-color: #EEBF71; }
a { background-color: rgb(238,191,113); }
div.DivClassName
{
background-color: #EEBF71;
}
.BgClassName
{
background-color: #EEBF71;
}
</style>
border-color css
<style>
span { border-color: #EEBF71; }
span { border-color: rgb(238,191,113); }
td.TdClassName
{
border-color: #EEBF71;
}
.TagClassName
{
border-color: #EEBF71;
}
</style>