Shades of Harvest Gold #E2B36F
Tints of Harvest Gold #E2B36F
RGB
CMYK
RGB Variations
Color information
#E2B36F (or 0xE2B36F) is known color: Harvest Gold. HEX triplet: E2, B3 and 6F. RGB value is (226,179,111). Sum of RGB (Red+Green+Blue) = 226+179+111=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B36F is #1D4C90. Grayscale: #B9B9B9. Windows color (decimal): -1920145 or 7320546. OLE color: 7320546.
HSL color Cylindrical-coordinate representation of color #E2B36F: hue angle of 35.48º 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 #E2B36F is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 111 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.11 |
| HSL | 35.48º | 0.66% | 0.66% | - |
| HSV(B) | 35.48º | 0.51% | 0.89% | - |
| XYZ | 50.35 | 49.56 | 21.95 | - |
| YUV | 185.3 | 86.07 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 111 | 0 | 0.21 | 0.51 | 0.11 | 35.48 | 0.66 | 0.66 |
| Hex | E2 | B3 | 6F | 0 | 15 | 33 | B | 23 | 42 | 42 |
| Octal | 342 | 263 | 157 | 0 | 25 | 63 | 13 | 43 | 102 | 102 |
| Binary | 11100010 | 10110011 | 1101111 | 0 | 10101 | 110011 | 1011 | 100011 | 1000010 | 1000010 |
Color Harmonies of #E2B36F
Complementary color
Monochromatic Colors of #E2B36F
Black with #E2B36F
Text Example
Text Example
White with #E2B36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B36F; }
p { color: rgb(226,179,111); }
H1.HeaderClassName
{
color: #E2B36F;
}
.AnyTagClassName
{
color: #E2B36F;
}
</style>
background-color css
<style>
a { background-color: #E2B36F; }
a { background-color: rgb(226,179,111); }
div.DivClassName
{
background-color: #E2B36F;
}
.BgClassName
{
background-color: #E2B36F;
}
</style>
border-color css
<style>
span { border-color: #E2B36F; }
span { border-color: rgb(226,179,111); }
td.TdClassName
{
border-color: #E2B36F;
}
.TagClassName
{
border-color: #E2B36F;
}
</style>