Shades of Harvest Gold #E2B26D
Tints of Harvest Gold #E2B26D
RGB
CMYK
RGB Variations
Color information
#E2B26D (or 0xE2B26D) is known color: Harvest Gold. HEX triplet: E2, B2 and 6D. RGB value is (226,178,109). Sum of RGB (Red+Green+Blue) = 226+178+109=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B26D is #1D4D92. Grayscale: #B8B8B8. Windows color (decimal): -1920403 or 7189218. OLE color: 7189218.
HSL color Cylindrical-coordinate representation of color #E2B26D: hue angle of 35.38º 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 #E2B26D is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 109 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.11 |
| HSL | 35.38º | 0.67% | 0.66% | - |
| HSV(B) | 35.38º | 0.52% | 0.89% | - |
| XYZ | 50.04 | 49.11 | 21.31 | - |
| YUV | 184.49 | 85.4 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 109 | 0 | 0.21 | 0.52 | 0.11 | 35.38 | 0.67 | 0.66 |
| Hex | E2 | B2 | 6D | 0 | 15 | 34 | B | 23 | 43 | 42 |
| Octal | 342 | 262 | 155 | 0 | 25 | 64 | 13 | 43 | 103 | 102 |
| Binary | 11100010 | 10110010 | 1101101 | 0 | 10101 | 110100 | 1011 | 100011 | 1000011 | 1000010 |
Color Harmonies of #E2B26D
Complementary color
Monochromatic Colors of #E2B26D
Black with #E2B26D
Text Example
Text Example
White with #E2B26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B26D; }
p { color: rgb(226,178,109); }
H1.HeaderClassName
{
color: #E2B26D;
}
.AnyTagClassName
{
color: #E2B26D;
}
</style>
background-color css
<style>
a { background-color: #E2B26D; }
a { background-color: rgb(226,178,109); }
div.DivClassName
{
background-color: #E2B26D;
}
.BgClassName
{
background-color: #E2B26D;
}
</style>
border-color css
<style>
span { border-color: #E2B26D; }
span { border-color: rgb(226,178,109); }
td.TdClassName
{
border-color: #E2B26D;
}
.TagClassName
{
border-color: #E2B26D;
}
</style>