Shades of Harvest Gold #EEBB6D
Tints of Harvest Gold #EEBB6D
RGB
CMYK
RGB Variations
Color information
#EEBB6D (or 0xEEBB6D) is known color: Harvest Gold. HEX triplet: EE, BB and 6D. RGB value is (238,187,109). Sum of RGB (Red+Green+Blue) = 238+187+109=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBB6D is #114492. Grayscale: #C1C1C1. Windows color (decimal): -1131667 or 7191534. OLE color: 7191534.
HSL color Cylindrical-coordinate representation of color #EEBB6D: hue angle of 36.28º 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 #EEBB6D is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 109 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.07 |
| HSL | 36.28º | 0.79% | 0.68% | - |
| HSV(B) | 36.28º | 0.54% | 0.93% | - |
| XYZ | 55.79 | 54.82 | 22.11 | - |
| YUV | 193.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 109 | 0 | 0.21 | 0.54 | 0.07 | 36.28 | 0.79 | 0.68 |
| Hex | EE | BB | 6D | 0 | 15 | 36 | 7 | 24 | 4F | 44 |
| Octal | 356 | 273 | 155 | 0 | 25 | 66 | 7 | 44 | 117 | 104 |
| Binary | 11101110 | 10111011 | 1101101 | 0 | 10101 | 110110 | 111 | 100100 | 1001111 | 1000100 |
Color Harmonies of #EEBB6D
Complementary color
Monochromatic Colors of #EEBB6D
Black with #EEBB6D
Text Example
Text Example
White with #EEBB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBB6D; }
p { color: rgb(238,187,109); }
H1.HeaderClassName
{
color: #EEBB6D;
}
.AnyTagClassName
{
color: #EEBB6D;
}
</style>
background-color css
<style>
a { background-color: #EEBB6D; }
a { background-color: rgb(238,187,109); }
div.DivClassName
{
background-color: #EEBB6D;
}
.BgClassName
{
background-color: #EEBB6D;
}
</style>
border-color css
<style>
span { border-color: #EEBB6D; }
span { border-color: rgb(238,187,109); }
td.TdClassName
{
border-color: #EEBB6D;
}
.TagClassName
{
border-color: #EEBB6D;
}
</style>