Shades of Gold Tips #E2B41E
Tints of Gold Tips #E2B41E
RGB
CMYK
RGB Variations
Color information
#E2B41E (or 0xE2B41E) is known color: Gold Tips. HEX triplet: E2, B4 and 1E. RGB value is (226,180,30). Sum of RGB (Red+Green+Blue) = 226+180+30=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B41E is #1D4BE1. Grayscale: #B1B1B1. Windows color (decimal): -1919970 or 2012386. OLE color: 2012386.
HSL color Cylindrical-coordinate representation of color #E2B41E: hue angle of 45.92º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2B41E is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 30 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.11 |
| HSL | 45.92º | 0.77% | 0.5% | - |
| HSV(B) | 45.92º | 0.87% | 0.89% | - |
| XYZ | 47.92 | 48.91 | 8.14 | - |
| YUV | 176.65 | 45.24 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 30 | 0 | 0.20 | 0.87 | 0.11 | 45.92 | 0.77 | 0.5 |
| Hex | E2 | B4 | 1E | 0 | 14 | 57 | B | 2E | 4D | 32 |
| Octal | 342 | 264 | 36 | 0 | 24 | 127 | 13 | 56 | 115 | 62 |
| Binary | 11100010 | 10110100 | 11110 | 0 | 10100 | 1010111 | 1011 | 101110 | 1001101 | 110010 |
Color Harmonies of #E2B41E
Complementary color
Monochromatic Colors of #E2B41E
Black with #E2B41E
Text Example
Text Example
White with #E2B41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B41E; }
p { color: rgb(226,180,30); }
H1.HeaderClassName
{
color: #E2B41E;
}
.AnyTagClassName
{
color: #E2B41E;
}
</style>
background-color css
<style>
a { background-color: #E2B41E; }
a { background-color: rgb(226,180,30); }
div.DivClassName
{
background-color: #E2B41E;
}
.BgClassName
{
background-color: #E2B41E;
}
</style>
border-color css
<style>
span { border-color: #E2B41E; }
span { border-color: rgb(226,180,30); }
td.TdClassName
{
border-color: #E2B41E;
}
.TagClassName
{
border-color: #E2B41E;
}
</style>