Shades of Harvest Gold #E9B165
Tints of Harvest Gold #E9B165
RGB
CMYK
RGB Variations
Color information
#E9B165 (or 0xE9B165) is known color: Harvest Gold. HEX triplet: E9, B1 and 65. RGB value is (233,177,101). Sum of RGB (Red+Green+Blue) = 233+177+101=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9B165 is #164E9A. Grayscale: #B9B9B9. Windows color (decimal): -1461915 or 6664681. OLE color: 6664681.
HSL color Cylindrical-coordinate representation of color #E9B165: hue angle of 34.55º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E9B165 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 177 | 101 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.09 |
| HSL | 34.55º | 0.75% | 0.65% | - |
| HSV(B) | 34.55º | 0.57% | 0.91% | - |
| XYZ | 51.68 | 49.71 | 19.18 | - |
| YUV | 185.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 177 | 101 | 0 | 0.24 | 0.57 | 0.09 | 34.55 | 0.75 | 0.65 |
| Hex | E9 | B1 | 65 | 0 | 18 | 39 | 9 | 23 | 4B | 41 |
| Octal | 351 | 261 | 145 | 0 | 30 | 71 | 11 | 43 | 113 | 101 |
| Binary | 11101001 | 10110001 | 1100101 | 0 | 11000 | 111001 | 1001 | 100011 | 1001011 | 1000001 |
Color Harmonies of #E9B165
Complementary color
Monochromatic Colors of #E9B165
Black with #E9B165
Text Example
Text Example
White with #E9B165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B165; }
p { color: rgb(233,177,101); }
H1.HeaderClassName
{
color: #E9B165;
}
.AnyTagClassName
{
color: #E9B165;
}
</style>
background-color css
<style>
a { background-color: #E9B165; }
a { background-color: rgb(233,177,101); }
div.DivClassName
{
background-color: #E9B165;
}
.BgClassName
{
background-color: #E9B165;
}
</style>
border-color css
<style>
span { border-color: #E9B165; }
span { border-color: rgb(233,177,101); }
td.TdClassName
{
border-color: #E9B165;
}
.TagClassName
{
border-color: #E9B165;
}
</style>