Shades of Gold Tips #E5B128
Tints of Gold Tips #E5B128
RGB
CMYK
RGB Variations
Color information
#E5B128 (or 0xE5B128) is known color: Gold Tips. HEX triplet: E5, B1 and 28. RGB value is (229,177,40). Sum of RGB (Red+Green+Blue) = 229+177+40=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B128 is #1A4ED7. Grayscale: #B1B1B1. Windows color (decimal): -1724120 or 2666981. OLE color: 2666981.
HSL color Cylindrical-coordinate representation of color #E5B128: hue angle of 43.49º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5B128 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 40 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.10 |
| HSL | 43.49º | 0.78% | 0.53% | - |
| HSV(B) | 43.49º | 0.83% | 0.9% | - |
| XYZ | 48.42 | 48.26 | 8.77 | - |
| YUV | 176.93 | 50.73 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 40 | 0 | 0.23 | 0.83 | 0.10 | 43.49 | 0.78 | 0.53 |
| Hex | E5 | B1 | 28 | 0 | 17 | 53 | A | 2B | 4E | 35 |
| Octal | 345 | 261 | 50 | 0 | 27 | 123 | 12 | 53 | 116 | 65 |
| Binary | 11100101 | 10110001 | 101000 | 0 | 10111 | 1010011 | 1010 | 101011 | 1001110 | 110101 |
Color Harmonies of #E5B128
Complementary color
Monochromatic Colors of #E5B128
Black with #E5B128
Text Example
Text Example
White with #E5B128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B128; }
p { color: rgb(229,177,40); }
H1.HeaderClassName
{
color: #E5B128;
}
.AnyTagClassName
{
color: #E5B128;
}
</style>
background-color css
<style>
a { background-color: #E5B128; }
a { background-color: rgb(229,177,40); }
div.DivClassName
{
background-color: #E5B128;
}
.BgClassName
{
background-color: #E5B128;
}
</style>
border-color css
<style>
span { border-color: #E5B128; }
span { border-color: rgb(229,177,40); }
td.TdClassName
{
border-color: #E5B128;
}
.TagClassName
{
border-color: #E5B128;
}
</style>