Shades of Harvest Gold #E2B36D
Tints of Harvest Gold #E2B36D
RGB
CMYK
RGB Variations
Color information
#E2B36D (or 0xE2B36D) is known color: Harvest Gold. HEX triplet: E2, B3 and 6D. RGB value is (226,179,109). Sum of RGB (Red+Green+Blue) = 226+179+109=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B36D is #1D4C92. Grayscale: #B9B9B9. Windows color (decimal): -1920147 or 7189474. OLE color: 7189474.
HSL color Cylindrical-coordinate representation of color #E2B36D: hue angle of 35.9º 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 #E2B36D is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 109 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.11 |
| HSL | 35.9º | 0.67% | 0.66% | - |
| HSV(B) | 35.9º | 0.52% | 0.89% | - |
| XYZ | 50.24 | 49.51 | 21.38 | - |
| YUV | 185.07 | 85.07 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 109 | 0 | 0.21 | 0.52 | 0.11 | 35.9 | 0.67 | 0.66 |
| Hex | E2 | B3 | 6D | 0 | 15 | 34 | B | 24 | 43 | 42 |
| Octal | 342 | 263 | 155 | 0 | 25 | 64 | 13 | 44 | 103 | 102 |
| Binary | 11100010 | 10110011 | 1101101 | 0 | 10101 | 110100 | 1011 | 100100 | 1000011 | 1000010 |
Color Harmonies of #E2B36D
Complementary color
Monochromatic Colors of #E2B36D
Black with #E2B36D
Text Example
Text Example
White with #E2B36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B36D; }
p { color: rgb(226,179,109); }
H1.HeaderClassName
{
color: #E2B36D;
}
.AnyTagClassName
{
color: #E2B36D;
}
</style>
background-color css
<style>
a { background-color: #E2B36D; }
a { background-color: rgb(226,179,109); }
div.DivClassName
{
background-color: #E2B36D;
}
.BgClassName
{
background-color: #E2B36D;
}
</style>
border-color css
<style>
span { border-color: #E2B36D; }
span { border-color: rgb(226,179,109); }
td.TdClassName
{
border-color: #E2B36D;
}
.TagClassName
{
border-color: #E2B36D;
}
</style>