Shades of Gold Tips #E2B82E
Tints of Gold Tips #E2B82E
RGB
CMYK
RGB Variations
Color information
#E2B82E (or 0xE2B82E) is known color: Gold Tips. HEX triplet: E2, B8 and 2E. RGB value is (226,184,46). Sum of RGB (Red+Green+Blue) = 226+184+46=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B82E is #1D47D1. Grayscale: #B5B5B5. Windows color (decimal): -1918930 or 3061986. OLE color: 3061986.
HSL color Cylindrical-coordinate representation of color #E2B82E: hue angle of 46º 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 #E2B82E is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 46 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.11 |
| HSL | 46º | 0.76% | 0.53% | - |
| HSV(B) | 46º | 0.8% | 0.89% | - |
| XYZ | 49 | 50.65 | 9.78 | - |
| YUV | 180.83 | 51.91 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 46 | 0 | 0.19 | 0.80 | 0.11 | 46 | 0.76 | 0.53 |
| Hex | E2 | B8 | 2E | 0 | 13 | 50 | B | 2E | 4C | 35 |
| Octal | 342 | 270 | 56 | 0 | 23 | 120 | 13 | 56 | 114 | 65 |
| Binary | 11100010 | 10111000 | 101110 | 0 | 10011 | 1010000 | 1011 | 101110 | 1001100 | 110101 |
Color Harmonies of #E2B82E
Complementary color
Monochromatic Colors of #E2B82E
Black with #E2B82E
Text Example
Text Example
White with #E2B82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B82E; }
p { color: rgb(226,184,46); }
H1.HeaderClassName
{
color: #E2B82E;
}
.AnyTagClassName
{
color: #E2B82E;
}
</style>
background-color css
<style>
a { background-color: #E2B82E; }
a { background-color: rgb(226,184,46); }
div.DivClassName
{
background-color: #E2B82E;
}
.BgClassName
{
background-color: #E2B82E;
}
</style>
border-color css
<style>
span { border-color: #E2B82E; }
span { border-color: rgb(226,184,46); }
td.TdClassName
{
border-color: #E2B82E;
}
.TagClassName
{
border-color: #E2B82E;
}
</style>