Shades of Gold Tips #E5B122
Tints of Gold Tips #E5B122
RGB
CMYK
RGB Variations
Color information
#E5B122 (or 0xE5B122) is known color: Gold Tips. HEX triplet: E5, B1 and 22. RGB value is (229,177,34). Sum of RGB (Red+Green+Blue) = 229+177+34=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B122 is #1A4EDD. Grayscale: #B0B0B0. Windows color (decimal): -1724126 or 2273765. OLE color: 2273765.
HSL color Cylindrical-coordinate representation of color #E5B122: hue angle of 44º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5B122 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 34 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.10 |
| HSL | 44º | 0.79% | 0.52% | - |
| HSV(B) | 44º | 0.85% | 0.9% | - |
| XYZ | 48.32 | 48.22 | 8.27 | - |
| YUV | 176.25 | 47.73 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 34 | 0 | 0.23 | 0.85 | 0.10 | 44 | 0.79 | 0.52 |
| Hex | E5 | B1 | 22 | 0 | 17 | 55 | A | 2C | 4F | 34 |
| Octal | 345 | 261 | 42 | 0 | 27 | 125 | 12 | 54 | 117 | 64 |
| Binary | 11100101 | 10110001 | 100010 | 0 | 10111 | 1010101 | 1010 | 101100 | 1001111 | 110100 |
Color Harmonies of #E5B122
Complementary color
Monochromatic Colors of #E5B122
Black with #E5B122
Text Example
Text Example
White with #E5B122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B122; }
p { color: rgb(229,177,34); }
H1.HeaderClassName
{
color: #E5B122;
}
.AnyTagClassName
{
color: #E5B122;
}
</style>
background-color css
<style>
a { background-color: #E5B122; }
a { background-color: rgb(229,177,34); }
div.DivClassName
{
background-color: #E5B122;
}
.BgClassName
{
background-color: #E5B122;
}
</style>
border-color css
<style>
span { border-color: #E5B122; }
span { border-color: rgb(229,177,34); }
td.TdClassName
{
border-color: #E5B122;
}
.TagClassName
{
border-color: #E5B122;
}
</style>