Shades of Harvest Gold #EEB564
Tints of Harvest Gold #EEB564
RGB
CMYK
RGB Variations
Color information
#EEB564 (or 0xEEB564) is known color: Harvest Gold. HEX triplet: EE, B5 and 64. RGB value is (238,181,100). Sum of RGB (Red+Green+Blue) = 238+181+100=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB564 is #114A9B. Grayscale: #BDBDBD. Windows color (decimal): -1133212 or 6600174. OLE color: 6600174.
HSL color Cylindrical-coordinate representation of color #EEB564: hue angle of 35.22º 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 #EEB564 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 100 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.07 |
| HSL | 35.22º | 0.8% | 0.66% | - |
| HSV(B) | 35.22º | 0.58% | 0.93% | - |
| XYZ | 54.08 | 52.14 | 19.27 | - |
| YUV | 188.81 | 77.88 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 100 | 0 | 0.24 | 0.58 | 0.07 | 35.22 | 0.8 | 0.66 |
| Hex | EE | B5 | 64 | 0 | 18 | 3A | 7 | 23 | 50 | 42 |
| Octal | 356 | 265 | 144 | 0 | 30 | 72 | 7 | 43 | 120 | 102 |
| Binary | 11101110 | 10110101 | 1100100 | 0 | 11000 | 111010 | 111 | 100011 | 1010000 | 1000010 |
Color Harmonies of #EEB564
Complementary color
Monochromatic Colors of #EEB564
Black with #EEB564
Text Example
Text Example
White with #EEB564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB564; }
p { color: rgb(238,181,100); }
H1.HeaderClassName
{
color: #EEB564;
}
.AnyTagClassName
{
color: #EEB564;
}
</style>
background-color css
<style>
a { background-color: #EEB564; }
a { background-color: rgb(238,181,100); }
div.DivClassName
{
background-color: #EEB564;
}
.BgClassName
{
background-color: #EEB564;
}
</style>
border-color css
<style>
span { border-color: #EEB564; }
span { border-color: rgb(238,181,100); }
td.TdClassName
{
border-color: #EEB564;
}
.TagClassName
{
border-color: #EEB564;
}
</style>