Shades of Harvest Gold #EEB16D
Tints of Harvest Gold #EEB16D
RGB
CMYK
RGB Variations
Color information
#EEB16D (or 0xEEB16D) is known color: Harvest Gold. HEX triplet: EE, B1 and 6D. RGB value is (238,177,109). Sum of RGB (Red+Green+Blue) = 238+177+109=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB16D is #114E92. Grayscale: #BBBBBB. Windows color (decimal): -1134227 or 7188974. OLE color: 7188974.
HSL color Cylindrical-coordinate representation of color #EEB16D: hue angle of 31.63º 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 #EEB16D is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 109 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.07 |
| HSL | 31.63º | 0.79% | 0.68% | - |
| HSV(B) | 31.63º | 0.54% | 0.93% | - |
| XYZ | 53.74 | 50.73 | 21.43 | - |
| YUV | 187.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 109 | 0 | 0.26 | 0.54 | 0.07 | 31.63 | 0.79 | 0.68 |
| Hex | EE | B1 | 6D | 0 | 1A | 36 | 7 | 20 | 4F | 44 |
| Octal | 356 | 261 | 155 | 0 | 32 | 66 | 7 | 40 | 117 | 104 |
| Binary | 11101110 | 10110001 | 1101101 | 0 | 11010 | 110110 | 111 | 100000 | 1001111 | 1000100 |
Color Harmonies of #EEB16D
Complementary color
Monochromatic Colors of #EEB16D
Black with #EEB16D
Text Example
Text Example
White with #EEB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB16D; }
p { color: rgb(238,177,109); }
H1.HeaderClassName
{
color: #EEB16D;
}
.AnyTagClassName
{
color: #EEB16D;
}
</style>
background-color css
<style>
a { background-color: #EEB16D; }
a { background-color: rgb(238,177,109); }
div.DivClassName
{
background-color: #EEB16D;
}
.BgClassName
{
background-color: #EEB16D;
}
</style>
border-color css
<style>
span { border-color: #EEB16D; }
span { border-color: rgb(238,177,109); }
td.TdClassName
{
border-color: #EEB16D;
}
.TagClassName
{
border-color: #EEB16D;
}
</style>