Shades of Harvest Gold #EEBF65
Tints of Harvest Gold #EEBF65
RGB
CMYK
RGB Variations
Color information
#EEBF65 (or 0xEEBF65) is known color: Harvest Gold. HEX triplet: EE, BF and 65. RGB value is (238,191,101). Sum of RGB (Red+Green+Blue) = 238+191+101=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF65 is #11409A. Grayscale: #C3C3C3. Windows color (decimal): -1130651 or 6668270. OLE color: 6668270.
HSL color Cylindrical-coordinate representation of color #EEBF65: hue angle of 39.42º 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 #EEBF65 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 101 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.07 |
| HSL | 39.42º | 0.8% | 0.66% | - |
| HSV(B) | 39.42º | 0.58% | 0.93% | - |
| XYZ | 56.24 | 56.38 | 20.23 | - |
| YUV | 194.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 101 | 0 | 0.20 | 0.58 | 0.07 | 39.42 | 0.8 | 0.66 |
| Hex | EE | BF | 65 | 0 | 14 | 3A | 7 | 27 | 50 | 42 |
| Octal | 356 | 277 | 145 | 0 | 24 | 72 | 7 | 47 | 120 | 102 |
| Binary | 11101110 | 10111111 | 1100101 | 0 | 10100 | 111010 | 111 | 100111 | 1010000 | 1000010 |
Color Harmonies of #EEBF65
Complementary color
Monochromatic Colors of #EEBF65
Black with #EEBF65
Text Example
Text Example
White with #EEBF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF65; }
p { color: rgb(238,191,101); }
H1.HeaderClassName
{
color: #EEBF65;
}
.AnyTagClassName
{
color: #EEBF65;
}
</style>
background-color css
<style>
a { background-color: #EEBF65; }
a { background-color: rgb(238,191,101); }
div.DivClassName
{
background-color: #EEBF65;
}
.BgClassName
{
background-color: #EEBF65;
}
</style>
border-color css
<style>
span { border-color: #EEBF65; }
span { border-color: rgb(238,191,101); }
td.TdClassName
{
border-color: #EEBF65;
}
.TagClassName
{
border-color: #EEBF65;
}
</style>