Shades of Harvest Gold #E2B26F
Tints of Harvest Gold #E2B26F
RGB
CMYK
RGB Variations
Color information
#E2B26F (or 0xE2B26F) is known color: Harvest Gold. HEX triplet: E2, B2 and 6F. RGB value is (226,178,111). Sum of RGB (Red+Green+Blue) = 226+178+111=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B26F is #1D4D90. Grayscale: #B9B9B9. Windows color (decimal): -1920401 or 7320290. OLE color: 7320290.
HSL color Cylindrical-coordinate representation of color #E2B26F: hue angle of 34.96º 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 #E2B26F is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 111 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.11 |
| HSL | 34.96º | 0.66% | 0.66% | - |
| HSV(B) | 34.96º | 0.51% | 0.89% | - |
| XYZ | 50.15 | 49.16 | 21.88 | - |
| YUV | 184.71 | 86.4 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 111 | 0 | 0.21 | 0.51 | 0.11 | 34.96 | 0.66 | 0.66 |
| Hex | E2 | B2 | 6F | 0 | 15 | 33 | B | 23 | 42 | 42 |
| Octal | 342 | 262 | 157 | 0 | 25 | 63 | 13 | 43 | 102 | 102 |
| Binary | 11100010 | 10110010 | 1101111 | 0 | 10101 | 110011 | 1011 | 100011 | 1000010 | 1000010 |
Color Harmonies of #E2B26F
Complementary color
Monochromatic Colors of #E2B26F
Black with #E2B26F
Text Example
Text Example
White with #E2B26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B26F; }
p { color: rgb(226,178,111); }
H1.HeaderClassName
{
color: #E2B26F;
}
.AnyTagClassName
{
color: #E2B26F;
}
</style>
background-color css
<style>
a { background-color: #E2B26F; }
a { background-color: rgb(226,178,111); }
div.DivClassName
{
background-color: #E2B26F;
}
.BgClassName
{
background-color: #E2B26F;
}
</style>
border-color css
<style>
span { border-color: #E2B26F; }
span { border-color: rgb(226,178,111); }
td.TdClassName
{
border-color: #E2B26F;
}
.TagClassName
{
border-color: #E2B26F;
}
</style>