Shades of Harvest Gold #EEBB69
Tints of Harvest Gold #EEBB69
RGB
CMYK
RGB Variations
Color information
#EEBB69 (or 0xEEBB69) is known color: Harvest Gold. HEX triplet: EE, BB and 69. RGB value is (238,187,105). Sum of RGB (Red+Green+Blue) = 238+187+105=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBB69 is #114496. Grayscale: #C1C1C1. Windows color (decimal): -1131671 or 6929390. OLE color: 6929390.
HSL color Cylindrical-coordinate representation of color #EEBB69: hue angle of 36.99º 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 #EEBB69 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 105 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.07 |
| HSL | 36.99º | 0.8% | 0.67% | - |
| HSV(B) | 36.99º | 0.56% | 0.93% | - |
| XYZ | 55.58 | 54.74 | 21 | - |
| YUV | 192.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 105 | 0 | 0.21 | 0.56 | 0.07 | 36.99 | 0.8 | 0.67 |
| Hex | EE | BB | 69 | 0 | 15 | 38 | 7 | 25 | 50 | 43 |
| Octal | 356 | 273 | 151 | 0 | 25 | 70 | 7 | 45 | 120 | 103 |
| Binary | 11101110 | 10111011 | 1101001 | 0 | 10101 | 111000 | 111 | 100101 | 1010000 | 1000011 |
Color Harmonies of #EEBB69
Complementary color
Monochromatic Colors of #EEBB69
Black with #EEBB69
Text Example
Text Example
White with #EEBB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBB69; }
p { color: rgb(238,187,105); }
H1.HeaderClassName
{
color: #EEBB69;
}
.AnyTagClassName
{
color: #EEBB69;
}
</style>
background-color css
<style>
a { background-color: #EEBB69; }
a { background-color: rgb(238,187,105); }
div.DivClassName
{
background-color: #EEBB69;
}
.BgClassName
{
background-color: #EEBB69;
}
</style>
border-color css
<style>
span { border-color: #EEBB69; }
span { border-color: rgb(238,187,105); }
td.TdClassName
{
border-color: #EEBB69;
}
.TagClassName
{
border-color: #EEBB69;
}
</style>