Shades of Harvest Gold #EEB065
Tints of Harvest Gold #EEB065
RGB
CMYK
RGB Variations
Color information
#EEB065 (or 0xEEB065) is known color: Harvest Gold. HEX triplet: EE, B0 and 65. RGB value is (238,176,101). Sum of RGB (Red+Green+Blue) = 238+176+101=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB065 is #114F9A. Grayscale: #BABABA. Windows color (decimal): -1134491 or 6664430. OLE color: 6664430.
HSL color Cylindrical-coordinate representation of color #EEB065: hue angle of 32.85º 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 #EEB065 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 101 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.07 |
| HSL | 32.85º | 0.8% | 0.66% | - |
| HSV(B) | 32.85º | 0.58% | 0.93% | - |
| XYZ | 53.13 | 50.17 | 19.19 | - |
| YUV | 185.99 | 80.04 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 101 | 0 | 0.26 | 0.58 | 0.07 | 32.85 | 0.8 | 0.66 |
| Hex | EE | B0 | 65 | 0 | 1A | 3A | 7 | 21 | 50 | 42 |
| Octal | 356 | 260 | 145 | 0 | 32 | 72 | 7 | 41 | 120 | 102 |
| Binary | 11101110 | 10110000 | 1100101 | 0 | 11010 | 111010 | 111 | 100001 | 1010000 | 1000010 |
Color Harmonies of #EEB065
Complementary color
Monochromatic Colors of #EEB065
Black with #EEB065
Text Example
Text Example
White with #EEB065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB065; }
p { color: rgb(238,176,101); }
H1.HeaderClassName
{
color: #EEB065;
}
.AnyTagClassName
{
color: #EEB065;
}
</style>
background-color css
<style>
a { background-color: #EEB065; }
a { background-color: rgb(238,176,101); }
div.DivClassName
{
background-color: #EEB065;
}
.BgClassName
{
background-color: #EEB065;
}
</style>
border-color css
<style>
span { border-color: #EEB065; }
span { border-color: rgb(238,176,101); }
td.TdClassName
{
border-color: #EEB065;
}
.TagClassName
{
border-color: #EEB065;
}
</style>