Shades of Harvest Gold #E2B86F
Tints of Harvest Gold #E2B86F
RGB
CMYK
RGB Variations
Color information
#E2B86F (or 0xE2B86F) is known color: Harvest Gold. HEX triplet: E2, B8 and 6F. RGB value is (226,184,111). Sum of RGB (Red+Green+Blue) = 226+184+111=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B86F is #1D4790. Grayscale: #BCBCBC. Windows color (decimal): -1918865 or 7321826. OLE color: 7321826.
HSL color Cylindrical-coordinate representation of color #E2B86F: hue angle of 38.09º 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 #E2B86F is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 111 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.11 |
| HSL | 38.09º | 0.66% | 0.66% | - |
| HSV(B) | 38.09º | 0.51% | 0.89% | - |
| XYZ | 51.37 | 51.6 | 22.29 | - |
| YUV | 188.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 111 | 0 | 0.19 | 0.51 | 0.11 | 38.09 | 0.66 | 0.66 |
| Hex | E2 | B8 | 6F | 0 | 13 | 33 | B | 26 | 42 | 42 |
| Octal | 342 | 270 | 157 | 0 | 23 | 63 | 13 | 46 | 102 | 102 |
| Binary | 11100010 | 10111000 | 1101111 | 0 | 10011 | 110011 | 1011 | 100110 | 1000010 | 1000010 |
Color Harmonies of #E2B86F
Complementary color
Monochromatic Colors of #E2B86F
Black with #E2B86F
Text Example
Text Example
White with #E2B86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B86F; }
p { color: rgb(226,184,111); }
H1.HeaderClassName
{
color: #E2B86F;
}
.AnyTagClassName
{
color: #E2B86F;
}
</style>
background-color css
<style>
a { background-color: #E2B86F; }
a { background-color: rgb(226,184,111); }
div.DivClassName
{
background-color: #E2B86F;
}
.BgClassName
{
background-color: #E2B86F;
}
</style>
border-color css
<style>
span { border-color: #E2B86F; }
span { border-color: rgb(226,184,111); }
td.TdClassName
{
border-color: #E2B86F;
}
.TagClassName
{
border-color: #E2B86F;
}
</style>