Shades of Gold Tips #E2B012
Tints of Gold Tips #E2B012
RGB
CMYK
RGB Variations
Color information
#E2B012 (or 0xE2B012) is known color: Gold Tips. HEX triplet: E2, B0 and 12. RGB value is (226,176,18). Sum of RGB (Red+Green+Blue) = 226+176+18=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B012 is #1D4FED. Grayscale: #ADADAD. Windows color (decimal): -1921006 or 1224930. OLE color: 1224930.
HSL color Cylindrical-coordinate representation of color #E2B012: hue angle of 45.58º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2B012 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 18 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.11 |
| HSL | 45.58º | 0.85% | 0.48% | - |
| HSV(B) | 45.58º | 0.92% | 0.89% | - |
| XYZ | 47 | 47.26 | 7.22 | - |
| YUV | 172.94 | 40.57 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 18 | 0 | 0.22 | 0.92 | 0.11 | 45.58 | 0.85 | 0.48 |
| Hex | E2 | B0 | 12 | 0 | 16 | 5C | B | 2E | 55 | 30 |
| Octal | 342 | 260 | 22 | 0 | 26 | 134 | 13 | 56 | 125 | 60 |
| Binary | 11100010 | 10110000 | 10010 | 0 | 10110 | 1011100 | 1011 | 101110 | 1010101 | 110000 |
Color Harmonies of #E2B012
Complementary color
Monochromatic Colors of #E2B012
Black with #E2B012
Text Example
Text Example
White with #E2B012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B012; }
p { color: rgb(226,176,18); }
H1.HeaderClassName
{
color: #E2B012;
}
.AnyTagClassName
{
color: #E2B012;
}
</style>
background-color css
<style>
a { background-color: #E2B012; }
a { background-color: rgb(226,176,18); }
div.DivClassName
{
background-color: #E2B012;
}
.BgClassName
{
background-color: #E2B012;
}
</style>
border-color css
<style>
span { border-color: #E2B012; }
span { border-color: rgb(226,176,18); }
td.TdClassName
{
border-color: #E2B012;
}
.TagClassName
{
border-color: #E2B012;
}
</style>