Shades of Gold Tips #E2B121
Tints of Gold Tips #E2B121
RGB
CMYK
RGB Variations
Color information
#E2B121 (or 0xE2B121) is known color: Gold Tips. HEX triplet: E2, B1 and 21. RGB value is (226,177,33). Sum of RGB (Red+Green+Blue) = 226+177+33=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B121 is #1D4EDE. Grayscale: #AFAFAF. Windows color (decimal): -1920735 or 2208226. OLE color: 2208226.
HSL color Cylindrical-coordinate representation of color #E2B121: hue angle of 44.77º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2B121 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 33 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.11 |
| HSL | 44.77º | 0.77% | 0.51% | - |
| HSV(B) | 44.77º | 0.85% | 0.89% | - |
| XYZ | 47.36 | 47.72 | 8.15 | - |
| YUV | 175.24 | 47.73 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 33 | 0 | 0.22 | 0.85 | 0.11 | 44.77 | 0.77 | 0.51 |
| Hex | E2 | B1 | 21 | 0 | 16 | 55 | B | 2D | 4D | 33 |
| Octal | 342 | 261 | 41 | 0 | 26 | 125 | 13 | 55 | 115 | 63 |
| Binary | 11100010 | 10110001 | 100001 | 0 | 10110 | 1010101 | 1011 | 101101 | 1001101 | 110011 |
Color Harmonies of #E2B121
Complementary color
Monochromatic Colors of #E2B121
Black with #E2B121
Text Example
Text Example
White with #E2B121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B121; }
p { color: rgb(226,177,33); }
H1.HeaderClassName
{
color: #E2B121;
}
.AnyTagClassName
{
color: #E2B121;
}
</style>
background-color css
<style>
a { background-color: #E2B121; }
a { background-color: rgb(226,177,33); }
div.DivClassName
{
background-color: #E2B121;
}
.BgClassName
{
background-color: #E2B121;
}
</style>
border-color css
<style>
span { border-color: #E2B121; }
span { border-color: rgb(226,177,33); }
td.TdClassName
{
border-color: #E2B121;
}
.TagClassName
{
border-color: #E2B121;
}
</style>