Shades of Gold Tips #E1B122
Tints of Gold Tips #E1B122
RGB
CMYK
RGB Variations
Color information
#E1B122 (or 0xE1B122) is known color: Gold Tips. HEX triplet: E1, B1 and 22. RGB value is (225,177,34). Sum of RGB (Red+Green+Blue) = 225+177+34=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B122 is #1E4EDD. Grayscale: #AFAFAF. Windows color (decimal): -1986270 or 2273761. OLE color: 2273761.
HSL color Cylindrical-coordinate representation of color #E1B122: hue angle of 44.92º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1B122 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 177 | 34 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.12 |
| HSL | 44.92º | 0.76% | 0.51% | - |
| HSV(B) | 44.92º | 0.85% | 0.88% | - |
| XYZ | 47.06 | 47.57 | 8.21 | - |
| YUV | 175.05 | 48.4 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 177 | 34 | 0 | 0.21 | 0.85 | 0.12 | 44.92 | 0.76 | 0.51 |
| Hex | E1 | B1 | 22 | 0 | 15 | 55 | C | 2D | 4C | 33 |
| Octal | 341 | 261 | 42 | 0 | 25 | 125 | 14 | 55 | 114 | 63 |
| Binary | 11100001 | 10110001 | 100010 | 0 | 10101 | 1010101 | 1100 | 101101 | 1001100 | 110011 |
Color Harmonies of #E1B122
Complementary color
Monochromatic Colors of #E1B122
Black with #E1B122
Text Example
Text Example
White with #E1B122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B122; }
p { color: rgb(225,177,34); }
H1.HeaderClassName
{
color: #E1B122;
}
.AnyTagClassName
{
color: #E1B122;
}
</style>
background-color css
<style>
a { background-color: #E1B122; }
a { background-color: rgb(225,177,34); }
div.DivClassName
{
background-color: #E1B122;
}
.BgClassName
{
background-color: #E1B122;
}
</style>
border-color css
<style>
span { border-color: #E1B122; }
span { border-color: rgb(225,177,34); }
td.TdClassName
{
border-color: #E1B122;
}
.TagClassName
{
border-color: #E1B122;
}
</style>