Shades of Harvest Gold #E2BA6F
Tints of Harvest Gold #E2BA6F
RGB
CMYK
RGB Variations
Color information
#E2BA6F (or 0xE2BA6F) is known color: Harvest Gold. HEX triplet: E2, BA and 6F. RGB value is (226,186,111). Sum of RGB (Red+Green+Blue) = 226+186+111=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BA6F is #1D4590. Grayscale: #BDBDBD. Windows color (decimal): -1918353 or 7322338. OLE color: 7322338.
HSL color Cylindrical-coordinate representation of color #E2BA6F: hue angle of 39.13º 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 #E2BA6F is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 111 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.11 |
| HSL | 39.13º | 0.66% | 0.66% | - |
| HSV(B) | 39.13º | 0.51% | 0.89% | - |
| XYZ | 51.79 | 52.43 | 22.43 | - |
| YUV | 189.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 111 | 0 | 0.18 | 0.51 | 0.11 | 39.13 | 0.66 | 0.66 |
| Hex | E2 | BA | 6F | 0 | 12 | 33 | B | 27 | 42 | 42 |
| Octal | 342 | 272 | 157 | 0 | 22 | 63 | 13 | 47 | 102 | 102 |
| Binary | 11100010 | 10111010 | 1101111 | 0 | 10010 | 110011 | 1011 | 100111 | 1000010 | 1000010 |
Color Harmonies of #E2BA6F
Complementary color
Monochromatic Colors of #E2BA6F
Black with #E2BA6F
Text Example
Text Example
White with #E2BA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BA6F; }
p { color: rgb(226,186,111); }
H1.HeaderClassName
{
color: #E2BA6F;
}
.AnyTagClassName
{
color: #E2BA6F;
}
</style>
background-color css
<style>
a { background-color: #E2BA6F; }
a { background-color: rgb(226,186,111); }
div.DivClassName
{
background-color: #E2BA6F;
}
.BgClassName
{
background-color: #E2BA6F;
}
</style>
border-color css
<style>
span { border-color: #E2BA6F; }
span { border-color: rgb(226,186,111); }
td.TdClassName
{
border-color: #E2BA6F;
}
.TagClassName
{
border-color: #E2BA6F;
}
</style>