Shades of Harvest Gold #E2B06A
Tints of Harvest Gold #E2B06A
RGB
CMYK
RGB Variations
Color information
#E2B06A (or 0xE2B06A) is known color: Harvest Gold. HEX triplet: E2, B0 and 6A. RGB value is (226,176,106). Sum of RGB (Red+Green+Blue) = 226+176+106=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B06A is #1D4F95. Grayscale: #B7B7B7. Windows color (decimal): -1920918 or 6992098. OLE color: 6992098.
HSL color Cylindrical-coordinate representation of color #E2B06A: hue angle of 35º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2B06A is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 106 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.11 |
| HSL | 35º | 0.67% | 0.65% | - |
| HSV(B) | 35º | 0.53% | 0.89% | - |
| XYZ | 49.49 | 48.26 | 20.34 | - |
| YUV | 182.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 106 | 0 | 0.22 | 0.53 | 0.11 | 35 | 0.67 | 0.65 |
| Hex | E2 | B0 | 6A | 0 | 16 | 35 | B | 23 | 43 | 41 |
| Octal | 342 | 260 | 152 | 0 | 26 | 65 | 13 | 43 | 103 | 101 |
| Binary | 11100010 | 10110000 | 1101010 | 0 | 10110 | 110101 | 1011 | 100011 | 1000011 | 1000001 |
Color Harmonies of #E2B06A
Complementary color
Monochromatic Colors of #E2B06A
Black with #E2B06A
Text Example
Text Example
White with #E2B06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B06A; }
p { color: rgb(226,176,106); }
H1.HeaderClassName
{
color: #E2B06A;
}
.AnyTagClassName
{
color: #E2B06A;
}
</style>
background-color css
<style>
a { background-color: #E2B06A; }
a { background-color: rgb(226,176,106); }
div.DivClassName
{
background-color: #E2B06A;
}
.BgClassName
{
background-color: #E2B06A;
}
</style>
border-color css
<style>
span { border-color: #E2B06A; }
span { border-color: rgb(226,176,106); }
td.TdClassName
{
border-color: #E2B06A;
}
.TagClassName
{
border-color: #E2B06A;
}
</style>