Shades of Harvest Gold #EEBC6E
Tints of Harvest Gold #EEBC6E
RGB
CMYK
RGB Variations
Color information
#EEBC6E (or 0xEEBC6E) is known color: Harvest Gold. HEX triplet: EE, BC and 6E. RGB value is (238,188,110). Sum of RGB (Red+Green+Blue) = 238+188+110=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBC6E is #114391. Grayscale: #C2C2C2. Windows color (decimal): -1131410 or 7257326. OLE color: 7257326.
HSL color Cylindrical-coordinate representation of color #EEBC6E: hue angle of 36.56º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EEBC6E is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 110 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.07 |
| HSL | 36.56º | 0.79% | 0.68% | - |
| HSV(B) | 36.56º | 0.54% | 0.93% | - |
| XYZ | 56.06 | 55.27 | 22.47 | - |
| YUV | 194.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 110 | 0 | 0.21 | 0.54 | 0.07 | 36.56 | 0.79 | 0.68 |
| Hex | EE | BC | 6E | 0 | 15 | 36 | 7 | 25 | 4F | 44 |
| Octal | 356 | 274 | 156 | 0 | 25 | 66 | 7 | 45 | 117 | 104 |
| Binary | 11101110 | 10111100 | 1101110 | 0 | 10101 | 110110 | 111 | 100101 | 1001111 | 1000100 |
Color Harmonies of #EEBC6E
Complementary color
Monochromatic Colors of #EEBC6E
Black with #EEBC6E
Text Example
Text Example
White with #EEBC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC6E; }
p { color: rgb(238,188,110); }
H1.HeaderClassName
{
color: #EEBC6E;
}
.AnyTagClassName
{
color: #EEBC6E;
}
</style>
background-color css
<style>
a { background-color: #EEBC6E; }
a { background-color: rgb(238,188,110); }
div.DivClassName
{
background-color: #EEBC6E;
}
.BgClassName
{
background-color: #EEBC6E;
}
</style>
border-color css
<style>
span { border-color: #EEBC6E; }
span { border-color: rgb(238,188,110); }
td.TdClassName
{
border-color: #EEBC6E;
}
.TagClassName
{
border-color: #EEBC6E;
}
</style>