Shades of Harvest Gold #EEBE65
Tints of Harvest Gold #EEBE65
RGB
CMYK
RGB Variations
Color information
#EEBE65 (or 0xEEBE65) is known color: Harvest Gold. HEX triplet: EE, BE and 65. RGB value is (238,190,101). Sum of RGB (Red+Green+Blue) = 238+190+101=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBE65 is #11419A. Grayscale: #C2C2C2. Windows color (decimal): -1130907 or 6668014. OLE color: 6668014.
HSL color Cylindrical-coordinate representation of color #EEBE65: hue angle of 38.98º 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 #EEBE65 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 101 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.07 |
| HSL | 38.98º | 0.8% | 0.66% | - |
| HSV(B) | 38.98º | 0.58% | 0.93% | - |
| XYZ | 56.02 | 55.94 | 20.16 | - |
| YUV | 194.21 | 75.4 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 101 | 0 | 0.20 | 0.58 | 0.07 | 38.98 | 0.8 | 0.66 |
| Hex | EE | BE | 65 | 0 | 14 | 3A | 7 | 27 | 50 | 42 |
| Octal | 356 | 276 | 145 | 0 | 24 | 72 | 7 | 47 | 120 | 102 |
| Binary | 11101110 | 10111110 | 1100101 | 0 | 10100 | 111010 | 111 | 100111 | 1010000 | 1000010 |
Color Harmonies of #EEBE65
Complementary color
Monochromatic Colors of #EEBE65
Black with #EEBE65
Text Example
Text Example
White with #EEBE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE65; }
p { color: rgb(238,190,101); }
H1.HeaderClassName
{
color: #EEBE65;
}
.AnyTagClassName
{
color: #EEBE65;
}
</style>
background-color css
<style>
a { background-color: #EEBE65; }
a { background-color: rgb(238,190,101); }
div.DivClassName
{
background-color: #EEBE65;
}
.BgClassName
{
background-color: #EEBE65;
}
</style>
border-color css
<style>
span { border-color: #EEBE65; }
span { border-color: rgb(238,190,101); }
td.TdClassName
{
border-color: #EEBE65;
}
.TagClassName
{
border-color: #EEBE65;
}
</style>