Shades of Harvest Gold #E2B86D
Tints of Harvest Gold #E2B86D
RGB
CMYK
RGB Variations
Color information
#E2B86D (or 0xE2B86D) is known color: Harvest Gold. HEX triplet: E2, B8 and 6D. RGB value is (226,184,109). Sum of RGB (Red+Green+Blue) = 226+184+109=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B86D is #1D4792. Grayscale: #BCBCBC. Windows color (decimal): -1918867 or 7190754. OLE color: 7190754.
HSL color Cylindrical-coordinate representation of color #E2B86D: hue angle of 38.46º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2B86D is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 109 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.11 |
| HSL | 38.46º | 0.67% | 0.66% | - |
| HSV(B) | 38.46º | 0.52% | 0.89% | - |
| XYZ | 51.26 | 51.55 | 21.72 | - |
| YUV | 188.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 109 | 0 | 0.19 | 0.52 | 0.11 | 38.46 | 0.67 | 0.66 |
| Hex | E2 | B8 | 6D | 0 | 13 | 34 | B | 26 | 43 | 42 |
| Octal | 342 | 270 | 155 | 0 | 23 | 64 | 13 | 46 | 103 | 102 |
| Binary | 11100010 | 10111000 | 1101101 | 0 | 10011 | 110100 | 1011 | 100110 | 1000011 | 1000010 |
Color Harmonies of #E2B86D
Complementary color
Monochromatic Colors of #E2B86D
Black with #E2B86D
Text Example
Text Example
White with #E2B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B86D; }
p { color: rgb(226,184,109); }
H1.HeaderClassName
{
color: #E2B86D;
}
.AnyTagClassName
{
color: #E2B86D;
}
</style>
background-color css
<style>
a { background-color: #E2B86D; }
a { background-color: rgb(226,184,109); }
div.DivClassName
{
background-color: #E2B86D;
}
.BgClassName
{
background-color: #E2B86D;
}
</style>
border-color css
<style>
span { border-color: #E2B86D; }
span { border-color: rgb(226,184,109); }
td.TdClassName
{
border-color: #E2B86D;
}
.TagClassName
{
border-color: #E2B86D;
}
</style>