Shades of Harvest Gold #EEBC6D
Tints of Harvest Gold #EEBC6D
RGB
CMYK
RGB Variations
Color information
#EEBC6D (or 0xEEBC6D) is known color: Harvest Gold. HEX triplet: EE, BC and 6D. RGB value is (238,188,109). Sum of RGB (Red+Green+Blue) = 238+188+109=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBC6D is #114392. Grayscale: #C2C2C2. Windows color (decimal): -1131411 or 7191790. OLE color: 7191790.
HSL color Cylindrical-coordinate representation of color #EEBC6D: hue angle of 36.74º 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 #EEBC6D is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 109 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.07 |
| HSL | 36.74º | 0.79% | 0.68% | - |
| HSV(B) | 36.74º | 0.54% | 0.93% | - |
| XYZ | 56 | 55.25 | 22.18 | - |
| YUV | 193.94 | 80.07 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 109 | 0 | 0.21 | 0.54 | 0.07 | 36.74 | 0.79 | 0.68 |
| Hex | EE | BC | 6D | 0 | 15 | 36 | 7 | 25 | 4F | 44 |
| Octal | 356 | 274 | 155 | 0 | 25 | 66 | 7 | 45 | 117 | 104 |
| Binary | 11101110 | 10111100 | 1101101 | 0 | 10101 | 110110 | 111 | 100101 | 1001111 | 1000100 |
Color Harmonies of #EEBC6D
Complementary color
Monochromatic Colors of #EEBC6D
Black with #EEBC6D
Text Example
Text Example
White with #EEBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC6D; }
p { color: rgb(238,188,109); }
H1.HeaderClassName
{
color: #EEBC6D;
}
.AnyTagClassName
{
color: #EEBC6D;
}
</style>
background-color css
<style>
a { background-color: #EEBC6D; }
a { background-color: rgb(238,188,109); }
div.DivClassName
{
background-color: #EEBC6D;
}
.BgClassName
{
background-color: #EEBC6D;
}
</style>
border-color css
<style>
span { border-color: #EEBC6D; }
span { border-color: rgb(238,188,109); }
td.TdClassName
{
border-color: #EEBC6D;
}
.TagClassName
{
border-color: #EEBC6D;
}
</style>