Shades of Harvest Gold #E2B06D
Tints of Harvest Gold #E2B06D
RGB
CMYK
RGB Variations
Color information
#E2B06D (or 0xE2B06D) is known color: Harvest Gold. HEX triplet: E2, B0 and 6D. RGB value is (226,176,109). Sum of RGB (Red+Green+Blue) = 226+176+109=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B06D is #1D4F92. Grayscale: #B7B7B7. Windows color (decimal): -1920915 or 7188706. OLE color: 7188706.
HSL color Cylindrical-coordinate representation of color #E2B06D: hue angle of 34.36º 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 #E2B06D is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 109 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.11 |
| HSL | 34.36º | 0.67% | 0.66% | - |
| HSV(B) | 34.36º | 0.52% | 0.89% | - |
| XYZ | 49.65 | 48.32 | 21.18 | - |
| YUV | 183.31 | 86.07 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 109 | 0 | 0.22 | 0.52 | 0.11 | 34.36 | 0.67 | 0.66 |
| Hex | E2 | B0 | 6D | 0 | 16 | 34 | B | 22 | 43 | 42 |
| Octal | 342 | 260 | 155 | 0 | 26 | 64 | 13 | 42 | 103 | 102 |
| Binary | 11100010 | 10110000 | 1101101 | 0 | 10110 | 110100 | 1011 | 100010 | 1000011 | 1000010 |
Color Harmonies of #E2B06D
Complementary color
Monochromatic Colors of #E2B06D
Black with #E2B06D
Text Example
Text Example
White with #E2B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B06D; }
p { color: rgb(226,176,109); }
H1.HeaderClassName
{
color: #E2B06D;
}
.AnyTagClassName
{
color: #E2B06D;
}
</style>
background-color css
<style>
a { background-color: #E2B06D; }
a { background-color: rgb(226,176,109); }
div.DivClassName
{
background-color: #E2B06D;
}
.BgClassName
{
background-color: #E2B06D;
}
</style>
border-color css
<style>
span { border-color: #E2B06D; }
span { border-color: rgb(226,176,109); }
td.TdClassName
{
border-color: #E2B06D;
}
.TagClassName
{
border-color: #E2B06D;
}
</style>