Shades of Gold Tips #E2A82E
Tints of Gold Tips #E2A82E
RGB
CMYK
RGB Variations
Color information
#E2A82E (or 0xE2A82E) is known color: Gold Tips. HEX triplet: E2, A8 and 2E. RGB value is (226,168,46). Sum of RGB (Red+Green+Blue) = 226+168+46=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 46 (18.36% from 255 or 10.45% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A82E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A82E is #1D57D1. Grayscale: #ABABAB. Windows color (decimal): -1923026 or 3057890. OLE color: 3057890.
HSL color Cylindrical-coordinate representation of color #E2A82E: hue angle of 40.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2A82E is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 168 | 46 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.11 |
| HSL | 40.67º | 0.76% | 0.53% | - |
| HSV(B) | 40.67º | 0.8% | 0.89% | - |
| XYZ | 45.86 | 44.37 | 8.73 | - |
| YUV | 171.43 | 57.22 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 168 | 46 | 0 | 0.26 | 0.80 | 0.11 | 40.67 | 0.76 | 0.53 |
| Hex | E2 | A8 | 2E | 0 | 1A | 50 | B | 29 | 4C | 35 |
| Octal | 342 | 250 | 56 | 0 | 32 | 120 | 13 | 51 | 114 | 65 |
| Binary | 11100010 | 10101000 | 101110 | 0 | 11010 | 1010000 | 1011 | 101001 | 1001100 | 110101 |
Color Harmonies of #E2A82E
Complementary color
Monochromatic Colors of #E2A82E
Black with #E2A82E
Text Example
Text Example
White with #E2A82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A82E; }
p { color: rgb(226,168,46); }
H1.HeaderClassName
{
color: #E2A82E;
}
.AnyTagClassName
{
color: #E2A82E;
}
</style>
background-color css
<style>
a { background-color: #E2A82E; }
a { background-color: rgb(226,168,46); }
div.DivClassName
{
background-color: #E2A82E;
}
.BgClassName
{
background-color: #E2A82E;
}
</style>
border-color css
<style>
span { border-color: #E2A82E; }
span { border-color: rgb(226,168,46); }
td.TdClassName
{
border-color: #E2A82E;
}
.TagClassName
{
border-color: #E2A82E;
}
</style>