Shades of Harvest Gold #E2B06F
Tints of Harvest Gold #E2B06F
RGB
CMYK
RGB Variations
Color information
#E2B06F (or 0xE2B06F) is known color: Harvest Gold. HEX triplet: E2, B0 and 6F. RGB value is (226,176,111). Sum of RGB (Red+Green+Blue) = 226+176+111=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B06F is #1D4F90. Grayscale: #B7B7B7. Windows color (decimal): -1920913 or 7319778. OLE color: 7319778.
HSL color Cylindrical-coordinate representation of color #E2B06F: hue angle of 33.91º 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 #E2B06F is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 111 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.11 |
| HSL | 33.91º | 0.66% | 0.66% | - |
| HSV(B) | 33.91º | 0.51% | 0.89% | - |
| XYZ | 49.76 | 48.37 | 21.75 | - |
| YUV | 183.54 | 87.07 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 111 | 0 | 0.22 | 0.51 | 0.11 | 33.91 | 0.66 | 0.66 |
| Hex | E2 | B0 | 6F | 0 | 16 | 33 | B | 22 | 42 | 42 |
| Octal | 342 | 260 | 157 | 0 | 26 | 63 | 13 | 42 | 102 | 102 |
| Binary | 11100010 | 10110000 | 1101111 | 0 | 10110 | 110011 | 1011 | 100010 | 1000010 | 1000010 |
Color Harmonies of #E2B06F
Complementary color
Monochromatic Colors of #E2B06F
Black with #E2B06F
Text Example
Text Example
White with #E2B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B06F; }
p { color: rgb(226,176,111); }
H1.HeaderClassName
{
color: #E2B06F;
}
.AnyTagClassName
{
color: #E2B06F;
}
</style>
background-color css
<style>
a { background-color: #E2B06F; }
a { background-color: rgb(226,176,111); }
div.DivClassName
{
background-color: #E2B06F;
}
.BgClassName
{
background-color: #E2B06F;
}
</style>
border-color css
<style>
span { border-color: #E2B06F; }
span { border-color: rgb(226,176,111); }
td.TdClassName
{
border-color: #E2B06F;
}
.TagClassName
{
border-color: #E2B06F;
}
</style>