Shades of Harvest Gold #EEB464
Tints of Harvest Gold #EEB464
RGB
CMYK
RGB Variations
Color information
#EEB464 (or 0xEEB464) is known color: Harvest Gold. HEX triplet: EE, B4 and 64. RGB value is (238,180,100). Sum of RGB (Red+Green+Blue) = 238+180+100=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB464 is #114B9B. Grayscale: #BCBCBC. Windows color (decimal): -1133468 or 6599918. OLE color: 6599918.
HSL color Cylindrical-coordinate representation of color #EEB464: hue angle of 34.78º 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 #EEB464 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 100 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.07 |
| HSL | 34.78º | 0.8% | 0.66% | - |
| HSV(B) | 34.78º | 0.58% | 0.93% | - |
| XYZ | 53.88 | 51.74 | 19.2 | - |
| YUV | 188.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 100 | 0 | 0.24 | 0.58 | 0.07 | 34.78 | 0.8 | 0.66 |
| Hex | EE | B4 | 64 | 0 | 18 | 3A | 7 | 23 | 50 | 42 |
| Octal | 356 | 264 | 144 | 0 | 30 | 72 | 7 | 43 | 120 | 102 |
| Binary | 11101110 | 10110100 | 1100100 | 0 | 11000 | 111010 | 111 | 100011 | 1010000 | 1000010 |
Color Harmonies of #EEB464
Complementary color
Monochromatic Colors of #EEB464
Black with #EEB464
Text Example
Text Example
White with #EEB464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB464; }
p { color: rgb(238,180,100); }
H1.HeaderClassName
{
color: #EEB464;
}
.AnyTagClassName
{
color: #EEB464;
}
</style>
background-color css
<style>
a { background-color: #EEB464; }
a { background-color: rgb(238,180,100); }
div.DivClassName
{
background-color: #EEB464;
}
.BgClassName
{
background-color: #EEB464;
}
</style>
border-color css
<style>
span { border-color: #EEB464; }
span { border-color: rgb(238,180,100); }
td.TdClassName
{
border-color: #EEB464;
}
.TagClassName
{
border-color: #EEB464;
}
</style>