Shades of Harvest Gold #EEB764
Tints of Harvest Gold #EEB764
RGB
CMYK
RGB Variations
Color information
#EEB764 (or 0xEEB764) is known color: Harvest Gold. HEX triplet: EE, B7 and 64. RGB value is (238,183,100). Sum of RGB (Red+Green+Blue) = 238+183+100=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB764 is #11489B. Grayscale: #BEBEBE. Windows color (decimal): -1132700 or 6600686. OLE color: 6600686.
HSL color Cylindrical-coordinate representation of color #EEB764: hue angle of 36.09º 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 #EEB764 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 100 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.07 |
| HSL | 36.09º | 0.8% | 0.66% | - |
| HSV(B) | 36.09º | 0.58% | 0.93% | - |
| XYZ | 54.49 | 52.96 | 19.41 | - |
| YUV | 189.98 | 77.22 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 100 | 0 | 0.23 | 0.58 | 0.07 | 36.09 | 0.8 | 0.66 |
| Hex | EE | B7 | 64 | 0 | 17 | 3A | 7 | 24 | 50 | 42 |
| Octal | 356 | 267 | 144 | 0 | 27 | 72 | 7 | 44 | 120 | 102 |
| Binary | 11101110 | 10110111 | 1100100 | 0 | 10111 | 111010 | 111 | 100100 | 1010000 | 1000010 |
Color Harmonies of #EEB764
Complementary color
Monochromatic Colors of #EEB764
Black with #EEB764
Text Example
Text Example
White with #EEB764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB764; }
p { color: rgb(238,183,100); }
H1.HeaderClassName
{
color: #EEB764;
}
.AnyTagClassName
{
color: #EEB764;
}
</style>
background-color css
<style>
a { background-color: #EEB764; }
a { background-color: rgb(238,183,100); }
div.DivClassName
{
background-color: #EEB764;
}
.BgClassName
{
background-color: #EEB764;
}
</style>
border-color css
<style>
span { border-color: #EEB764; }
span { border-color: rgb(238,183,100); }
td.TdClassName
{
border-color: #EEB764;
}
.TagClassName
{
border-color: #EEB764;
}
</style>