Shades of Harvest Gold #EEB863
Tints of Harvest Gold #EEB863
RGB
CMYK
RGB Variations
Color information
#EEB863 (or 0xEEB863) is known color: Harvest Gold. HEX triplet: EE, B8 and 63. RGB value is (238,184,99). Sum of RGB (Red+Green+Blue) = 238+184+99=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB863 is #11479C. Grayscale: #BEBEBE. Windows color (decimal): -1132445 or 6535406. OLE color: 6535406.
HSL color Cylindrical-coordinate representation of color #EEB863: hue angle of 36.69º 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 #EEB863 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 99 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.07 |
| HSL | 36.69º | 0.8% | 0.66% | - |
| HSV(B) | 36.69º | 0.58% | 0.93% | - |
| XYZ | 54.65 | 53.36 | 19.22 | - |
| YUV | 190.46 | 76.39 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 99 | 0 | 0.23 | 0.58 | 0.07 | 36.69 | 0.8 | 0.66 |
| Hex | EE | B8 | 63 | 0 | 17 | 3A | 7 | 25 | 50 | 42 |
| Octal | 356 | 270 | 143 | 0 | 27 | 72 | 7 | 45 | 120 | 102 |
| Binary | 11101110 | 10111000 | 1100011 | 0 | 10111 | 111010 | 111 | 100101 | 1010000 | 1000010 |
Color Harmonies of #EEB863
Complementary color
Monochromatic Colors of #EEB863
Black with #EEB863
Text Example
Text Example
White with #EEB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB863; }
p { color: rgb(238,184,99); }
H1.HeaderClassName
{
color: #EEB863;
}
.AnyTagClassName
{
color: #EEB863;
}
</style>
background-color css
<style>
a { background-color: #EEB863; }
a { background-color: rgb(238,184,99); }
div.DivClassName
{
background-color: #EEB863;
}
.BgClassName
{
background-color: #EEB863;
}
</style>
border-color css
<style>
span { border-color: #EEB863; }
span { border-color: rgb(238,184,99); }
td.TdClassName
{
border-color: #EEB863;
}
.TagClassName
{
border-color: #EEB863;
}
</style>