Shades of Harvest Gold #EEB063
Tints of Harvest Gold #EEB063
RGB
CMYK
RGB Variations
Color information
#EEB063 (or 0xEEB063) is known color: Harvest Gold. HEX triplet: EE, B0 and 63. RGB value is (238,176,99). Sum of RGB (Red+Green+Blue) = 238+176+99=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB063 is #114F9C. Grayscale: #BABABA. Windows color (decimal): -1134493 or 6533358. OLE color: 6533358.
HSL color Cylindrical-coordinate representation of color #EEB063: hue angle of 33.24º 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 #EEB063 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 99 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.07 |
| HSL | 33.24º | 0.8% | 0.66% | - |
| HSV(B) | 33.24º | 0.58% | 0.93% | - |
| XYZ | 53.04 | 50.13 | 18.68 | - |
| YUV | 185.76 | 79.04 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 99 | 0 | 0.26 | 0.58 | 0.07 | 33.24 | 0.8 | 0.66 |
| Hex | EE | B0 | 63 | 0 | 1A | 3A | 7 | 21 | 50 | 42 |
| Octal | 356 | 260 | 143 | 0 | 32 | 72 | 7 | 41 | 120 | 102 |
| Binary | 11101110 | 10110000 | 1100011 | 0 | 11010 | 111010 | 111 | 100001 | 1010000 | 1000010 |
Color Harmonies of #EEB063
Complementary color
Monochromatic Colors of #EEB063
Black with #EEB063
Text Example
Text Example
White with #EEB063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB063; }
p { color: rgb(238,176,99); }
H1.HeaderClassName
{
color: #EEB063;
}
.AnyTagClassName
{
color: #EEB063;
}
</style>
background-color css
<style>
a { background-color: #EEB063; }
a { background-color: rgb(238,176,99); }
div.DivClassName
{
background-color: #EEB063;
}
.BgClassName
{
background-color: #EEB063;
}
</style>
border-color css
<style>
span { border-color: #EEB063; }
span { border-color: rgb(238,176,99); }
td.TdClassName
{
border-color: #EEB063;
}
.TagClassName
{
border-color: #EEB063;
}
</style>