Shades of Harvest Gold #EEBE63
Tints of Harvest Gold #EEBE63
RGB
CMYK
RGB Variations
Color information
#EEBE63 (or 0xEEBE63) is known color: Harvest Gold. HEX triplet: EE, BE and 63. RGB value is (238,190,99). Sum of RGB (Red+Green+Blue) = 238+190+99=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBE63 is #11419C. Grayscale: #C2C2C2. Windows color (decimal): -1130909 or 6536942. OLE color: 6536942.
HSL color Cylindrical-coordinate representation of color #EEBE63: hue angle of 39.28º 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 #EEBE63 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 99 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.07 |
| HSL | 39.28º | 0.8% | 0.66% | - |
| HSV(B) | 39.28º | 0.58% | 0.93% | - |
| XYZ | 55.93 | 55.9 | 19.65 | - |
| YUV | 193.98 | 74.4 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 99 | 0 | 0.20 | 0.58 | 0.07 | 39.28 | 0.8 | 0.66 |
| Hex | EE | BE | 63 | 0 | 14 | 3A | 7 | 27 | 50 | 42 |
| Octal | 356 | 276 | 143 | 0 | 24 | 72 | 7 | 47 | 120 | 102 |
| Binary | 11101110 | 10111110 | 1100011 | 0 | 10100 | 111010 | 111 | 100111 | 1010000 | 1000010 |
Color Harmonies of #EEBE63
Complementary color
Monochromatic Colors of #EEBE63
Black with #EEBE63
Text Example
Text Example
White with #EEBE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE63; }
p { color: rgb(238,190,99); }
H1.HeaderClassName
{
color: #EEBE63;
}
.AnyTagClassName
{
color: #EEBE63;
}
</style>
background-color css
<style>
a { background-color: #EEBE63; }
a { background-color: rgb(238,190,99); }
div.DivClassName
{
background-color: #EEBE63;
}
.BgClassName
{
background-color: #EEBE63;
}
</style>
border-color css
<style>
span { border-color: #EEBE63; }
span { border-color: rgb(238,190,99); }
td.TdClassName
{
border-color: #EEBE63;
}
.TagClassName
{
border-color: #EEBE63;
}
</style>