Shades of Gold Tips #E5B126
Tints of Gold Tips #E5B126
RGB
CMYK
RGB Variations
Color information
#E5B126 (or 0xE5B126) is known color: Gold Tips. HEX triplet: E5, B1 and 26. RGB value is (229,177,38). Sum of RGB (Red+Green+Blue) = 229+177+38=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 38 (15.23% from 255 or 8.56% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B126 is #1A4ED9. Grayscale: #B1B1B1. Windows color (decimal): -1724122 or 2535909. OLE color: 2535909.
HSL color Cylindrical-coordinate representation of color #E5B126: hue angle of 43.66º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5B126 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 38 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.10 |
| HSL | 43.66º | 0.79% | 0.52% | - |
| HSV(B) | 43.66º | 0.83% | 0.9% | - |
| XYZ | 48.39 | 48.24 | 8.6 | - |
| YUV | 176.7 | 49.73 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 38 | 0 | 0.23 | 0.83 | 0.10 | 43.66 | 0.79 | 0.52 |
| Hex | E5 | B1 | 26 | 0 | 17 | 53 | A | 2C | 4F | 34 |
| Octal | 345 | 261 | 46 | 0 | 27 | 123 | 12 | 54 | 117 | 64 |
| Binary | 11100101 | 10110001 | 100110 | 0 | 10111 | 1010011 | 1010 | 101100 | 1001111 | 110100 |
Color Harmonies of #E5B126
Complementary color
Monochromatic Colors of #E5B126
Black with #E5B126
Text Example
Text Example
White with #E5B126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B126; }
p { color: rgb(229,177,38); }
H1.HeaderClassName
{
color: #E5B126;
}
.AnyTagClassName
{
color: #E5B126;
}
</style>
background-color css
<style>
a { background-color: #E5B126; }
a { background-color: rgb(229,177,38); }
div.DivClassName
{
background-color: #E5B126;
}
.BgClassName
{
background-color: #E5B126;
}
</style>
border-color css
<style>
span { border-color: #E5B126; }
span { border-color: rgb(229,177,38); }
td.TdClassName
{
border-color: #E5B126;
}
.TagClassName
{
border-color: #E5B126;
}
</style>