Shades of Harvest Gold #EEBC67
Tints of Harvest Gold #EEBC67
RGB
CMYK
RGB Variations
Color information
#EEBC67 (or 0xEEBC67) is known color: Harvest Gold. HEX triplet: EE, BC and 67. RGB value is (238,188,103). Sum of RGB (Red+Green+Blue) = 238+188+103=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBC67 is #114398. Grayscale: #C1C1C1. Windows color (decimal): -1131417 or 6798574. OLE color: 6798574.
HSL color Cylindrical-coordinate representation of color #EEBC67: hue angle of 37.78º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EEBC67 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 103 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.07 |
| HSL | 37.78º | 0.8% | 0.67% | - |
| HSV(B) | 37.78º | 0.57% | 0.93% | - |
| XYZ | 55.69 | 55.12 | 20.54 | - |
| YUV | 193.26 | 77.07 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 103 | 0 | 0.21 | 0.57 | 0.07 | 37.78 | 0.8 | 0.67 |
| Hex | EE | BC | 67 | 0 | 15 | 39 | 7 | 26 | 50 | 43 |
| Octal | 356 | 274 | 147 | 0 | 25 | 71 | 7 | 46 | 120 | 103 |
| Binary | 11101110 | 10111100 | 1100111 | 0 | 10101 | 111001 | 111 | 100110 | 1010000 | 1000011 |
Color Harmonies of #EEBC67
Complementary color
Monochromatic Colors of #EEBC67
Black with #EEBC67
Text Example
Text Example
White with #EEBC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC67; }
p { color: rgb(238,188,103); }
H1.HeaderClassName
{
color: #EEBC67;
}
.AnyTagClassName
{
color: #EEBC67;
}
</style>
background-color css
<style>
a { background-color: #EEBC67; }
a { background-color: rgb(238,188,103); }
div.DivClassName
{
background-color: #EEBC67;
}
.BgClassName
{
background-color: #EEBC67;
}
</style>
border-color css
<style>
span { border-color: #EEBC67; }
span { border-color: rgb(238,188,103); }
td.TdClassName
{
border-color: #EEBC67;
}
.TagClassName
{
border-color: #EEBC67;
}
</style>