Shades of Harvest Gold #E2B16F
Tints of Harvest Gold #E2B16F
RGB
CMYK
RGB Variations
Color information
#E2B16F (or 0xE2B16F) is known color: Harvest Gold. HEX triplet: E2, B1 and 6F. RGB value is (226,177,111). Sum of RGB (Red+Green+Blue) = 226+177+111=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B16F is #1D4E90. Grayscale: #B8B8B8. Windows color (decimal): -1920657 or 7320034. OLE color: 7320034.
HSL color Cylindrical-coordinate representation of color #E2B16F: hue angle of 34.43º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2B16F is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 111 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.11 |
| HSL | 34.43º | 0.66% | 0.66% | - |
| HSV(B) | 34.43º | 0.51% | 0.89% | - |
| XYZ | 49.96 | 48.76 | 21.82 | - |
| YUV | 184.13 | 86.73 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 111 | 0 | 0.22 | 0.51 | 0.11 | 34.43 | 0.66 | 0.66 |
| Hex | E2 | B1 | 6F | 0 | 16 | 33 | B | 22 | 42 | 42 |
| Octal | 342 | 261 | 157 | 0 | 26 | 63 | 13 | 42 | 102 | 102 |
| Binary | 11100010 | 10110001 | 1101111 | 0 | 10110 | 110011 | 1011 | 100010 | 1000010 | 1000010 |
Color Harmonies of #E2B16F
Complementary color
Monochromatic Colors of #E2B16F
Black with #E2B16F
Text Example
Text Example
White with #E2B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B16F; }
p { color: rgb(226,177,111); }
H1.HeaderClassName
{
color: #E2B16F;
}
.AnyTagClassName
{
color: #E2B16F;
}
</style>
background-color css
<style>
a { background-color: #E2B16F; }
a { background-color: rgb(226,177,111); }
div.DivClassName
{
background-color: #E2B16F;
}
.BgClassName
{
background-color: #E2B16F;
}
</style>
border-color css
<style>
span { border-color: #E2B16F; }
span { border-color: rgb(226,177,111); }
td.TdClassName
{
border-color: #E2B16F;
}
.TagClassName
{
border-color: #E2B16F;
}
</style>