Shades of Harvest Gold #EEB364
Tints of Harvest Gold #EEB364
RGB
CMYK
RGB Variations
Color information
#EEB364 (or 0xEEB364) is known color: Harvest Gold. HEX triplet: EE, B3 and 64. RGB value is (238,179,100). Sum of RGB (Red+Green+Blue) = 238+179+100=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB364 is #114C9B. Grayscale: #BCBCBC. Windows color (decimal): -1133724 or 6599662. OLE color: 6599662.
HSL color Cylindrical-coordinate representation of color #EEB364: hue angle of 34.35º 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 #EEB364 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 100 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.07 |
| HSL | 34.35º | 0.8% | 0.66% | - |
| HSV(B) | 34.35º | 0.58% | 0.93% | - |
| XYZ | 53.68 | 51.34 | 19.14 | - |
| YUV | 187.64 | 78.55 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 100 | 0 | 0.25 | 0.58 | 0.07 | 34.35 | 0.8 | 0.66 |
| Hex | EE | B3 | 64 | 0 | 19 | 3A | 7 | 22 | 50 | 42 |
| Octal | 356 | 263 | 144 | 0 | 31 | 72 | 7 | 42 | 120 | 102 |
| Binary | 11101110 | 10110011 | 1100100 | 0 | 11001 | 111010 | 111 | 100010 | 1010000 | 1000010 |
Color Harmonies of #EEB364
Complementary color
Monochromatic Colors of #EEB364
Black with #EEB364
Text Example
Text Example
White with #EEB364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB364; }
p { color: rgb(238,179,100); }
H1.HeaderClassName
{
color: #EEB364;
}
.AnyTagClassName
{
color: #EEB364;
}
</style>
background-color css
<style>
a { background-color: #EEB364; }
a { background-color: rgb(238,179,100); }
div.DivClassName
{
background-color: #EEB364;
}
.BgClassName
{
background-color: #EEB364;
}
</style>
border-color css
<style>
span { border-color: #EEB364; }
span { border-color: rgb(238,179,100); }
td.TdClassName
{
border-color: #EEB364;
}
.TagClassName
{
border-color: #EEB364;
}
</style>