Shades of Harvest Gold #EEBF72
Tints of Harvest Gold #EEBF72
RGB
CMYK
RGB Variations
Color information
#EEBF72 (or 0xEEBF72) is known color: Harvest Gold. HEX triplet: EE, BF and 72. RGB value is (238,191,114). Sum of RGB (Red+Green+Blue) = 238+191+114=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF72 is #11408D. Grayscale: #C4C4C4. Windows color (decimal): -1130638 or 7520238. OLE color: 7520238.
HSL color Cylindrical-coordinate representation of color #EEBF72: hue angle of 37.26º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEBF72 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 114 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.07 |
| HSL | 37.26º | 0.78% | 0.69% | - |
| HSV(B) | 37.26º | 0.52% | 0.93% | - |
| XYZ | 56.93 | 56.65 | 23.85 | - |
| YUV | 196.28 | 81.57 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 114 | 0 | 0.20 | 0.52 | 0.07 | 37.26 | 0.78 | 0.69 |
| Hex | EE | BF | 72 | 0 | 14 | 34 | 7 | 25 | 4E | 45 |
| Octal | 356 | 277 | 162 | 0 | 24 | 64 | 7 | 45 | 116 | 105 |
| Binary | 11101110 | 10111111 | 1110010 | 0 | 10100 | 110100 | 111 | 100101 | 1001110 | 1000101 |
Color Harmonies of #EEBF72
Complementary color
Monochromatic Colors of #EEBF72
Black with #EEBF72
Text Example
Text Example
White with #EEBF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF72; }
p { color: rgb(238,191,114); }
H1.HeaderClassName
{
color: #EEBF72;
}
.AnyTagClassName
{
color: #EEBF72;
}
</style>
background-color css
<style>
a { background-color: #EEBF72; }
a { background-color: rgb(238,191,114); }
div.DivClassName
{
background-color: #EEBF72;
}
.BgClassName
{
background-color: #EEBF72;
}
</style>
border-color css
<style>
span { border-color: #EEBF72; }
span { border-color: rgb(238,191,114); }
td.TdClassName
{
border-color: #EEBF72;
}
.TagClassName
{
border-color: #EEBF72;
}
</style>