Shades of Harvest Gold #E5B16F
Tints of Harvest Gold #E5B16F
RGB
CMYK
RGB Variations
Color information
#E5B16F (or 0xE5B16F) is known color: Harvest Gold. HEX triplet: E5, B1 and 6F. RGB value is (229,177,111). Sum of RGB (Red+Green+Blue) = 229+177+111=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B16F is #1A4E90. Grayscale: #B9B9B9. Windows color (decimal): -1724049 or 7320037. OLE color: 7320037.
HSL color Cylindrical-coordinate representation of color #E5B16F: hue angle of 33.56º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5B16F is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 111 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.10 |
| HSL | 33.56º | 0.69% | 0.67% | - |
| HSV(B) | 33.56º | 0.52% | 0.9% | - |
| XYZ | 50.9 | 49.25 | 21.86 | - |
| YUV | 185.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 111 | 0 | 0.23 | 0.52 | 0.10 | 33.56 | 0.69 | 0.67 |
| Hex | E5 | B1 | 6F | 0 | 17 | 34 | A | 22 | 45 | 43 |
| Octal | 345 | 261 | 157 | 0 | 27 | 64 | 12 | 42 | 105 | 103 |
| Binary | 11100101 | 10110001 | 1101111 | 0 | 10111 | 110100 | 1010 | 100010 | 1000101 | 1000011 |
Color Harmonies of #E5B16F
Complementary color
Monochromatic Colors of #E5B16F
Black with #E5B16F
Text Example
Text Example
White with #E5B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B16F; }
p { color: rgb(229,177,111); }
H1.HeaderClassName
{
color: #E5B16F;
}
.AnyTagClassName
{
color: #E5B16F;
}
</style>
background-color css
<style>
a { background-color: #E5B16F; }
a { background-color: rgb(229,177,111); }
div.DivClassName
{
background-color: #E5B16F;
}
.BgClassName
{
background-color: #E5B16F;
}
</style>
border-color css
<style>
span { border-color: #E5B16F; }
span { border-color: rgb(229,177,111); }
td.TdClassName
{
border-color: #E5B16F;
}
.TagClassName
{
border-color: #E5B16F;
}
</style>