Shades of Harvest Gold #EEBC68
Tints of Harvest Gold #EEBC68
RGB
CMYK
RGB Variations
Color information
#EEBC68 (or 0xEEBC68) is known color: Harvest Gold. HEX triplet: EE, BC and 68. RGB value is (238,188,104). Sum of RGB (Red+Green+Blue) = 238+188+104=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBC68 is #114397. Grayscale: #C1C1C1. Windows color (decimal): -1131416 or 6864110. OLE color: 6864110.
HSL color Cylindrical-coordinate representation of color #EEBC68: hue angle of 37.61º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EEBC68 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 104 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.07 |
| HSL | 37.61º | 0.8% | 0.67% | - |
| HSV(B) | 37.61º | 0.56% | 0.93% | - |
| XYZ | 55.74 | 55.14 | 20.8 | - |
| YUV | 193.37 | 77.57 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 104 | 0 | 0.21 | 0.56 | 0.07 | 37.61 | 0.8 | 0.67 |
| Hex | EE | BC | 68 | 0 | 15 | 38 | 7 | 26 | 50 | 43 |
| Octal | 356 | 274 | 150 | 0 | 25 | 70 | 7 | 46 | 120 | 103 |
| Binary | 11101110 | 10111100 | 1101000 | 0 | 10101 | 111000 | 111 | 100110 | 1010000 | 1000011 |
Color Harmonies of #EEBC68
Complementary color
Monochromatic Colors of #EEBC68
Black with #EEBC68
Text Example
Text Example
White with #EEBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC68; }
p { color: rgb(238,188,104); }
H1.HeaderClassName
{
color: #EEBC68;
}
.AnyTagClassName
{
color: #EEBC68;
}
</style>
background-color css
<style>
a { background-color: #EEBC68; }
a { background-color: rgb(238,188,104); }
div.DivClassName
{
background-color: #EEBC68;
}
.BgClassName
{
background-color: #EEBC68;
}
</style>
border-color css
<style>
span { border-color: #EEBC68; }
span { border-color: rgb(238,188,104); }
td.TdClassName
{
border-color: #EEBC68;
}
.TagClassName
{
border-color: #EEBC68;
}
</style>