Shades of Gold Tips #E2B22E
Tints of Gold Tips #E2B22E
RGB
CMYK
RGB Variations
Color information
#E2B22E (or 0xE2B22E) is known color: Gold Tips. HEX triplet: E2, B2 and 2E. RGB value is (226,178,46). Sum of RGB (Red+Green+Blue) = 226+178+46=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B22E is #1D4DD1. Grayscale: #B1B1B1. Windows color (decimal): -1920466 or 3060450. OLE color: 3060450.
HSL color Cylindrical-coordinate representation of color #E2B22E: hue angle of 44º 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 #E2B22E is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 46 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.11 |
| HSL | 44º | 0.76% | 0.53% | - |
| HSV(B) | 44º | 0.8% | 0.89% | - |
| XYZ | 47.78 | 48.21 | 9.37 | - |
| YUV | 177.3 | 53.9 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 46 | 0 | 0.21 | 0.80 | 0.11 | 44 | 0.76 | 0.53 |
| Hex | E2 | B2 | 2E | 0 | 15 | 50 | B | 2C | 4C | 35 |
| Octal | 342 | 262 | 56 | 0 | 25 | 120 | 13 | 54 | 114 | 65 |
| Binary | 11100010 | 10110010 | 101110 | 0 | 10101 | 1010000 | 1011 | 101100 | 1001100 | 110101 |
Color Harmonies of #E2B22E
Complementary color
Monochromatic Colors of #E2B22E
Black with #E2B22E
Text Example
Text Example
White with #E2B22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B22E; }
p { color: rgb(226,178,46); }
H1.HeaderClassName
{
color: #E2B22E;
}
.AnyTagClassName
{
color: #E2B22E;
}
</style>
background-color css
<style>
a { background-color: #E2B22E; }
a { background-color: rgb(226,178,46); }
div.DivClassName
{
background-color: #E2B22E;
}
.BgClassName
{
background-color: #E2B22E;
}
</style>
border-color css
<style>
span { border-color: #E2B22E; }
span { border-color: rgb(226,178,46); }
td.TdClassName
{
border-color: #E2B22E;
}
.TagClassName
{
border-color: #E2B22E;
}
</style>