Shades of Gold Tips #E5B531
Tints of Gold Tips #E5B531
RGB
CMYK
RGB Variations
Color information
#E5B531 (or 0xE5B531) is known color: Gold Tips. HEX triplet: E5, B5 and 31. RGB value is (229,181,49). Sum of RGB (Red+Green+Blue) = 229+181+49=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B531 is #1A4ACE. Grayscale: #B4B4B4. Windows color (decimal): -1723087 or 3257829. OLE color: 3257829.
HSL color Cylindrical-coordinate representation of color #E5B531: hue angle of 44º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5B531 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 181 | 49 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.10 |
| HSL | 44º | 0.78% | 0.55% | - |
| HSV(B) | 44º | 0.79% | 0.9% | - |
| XYZ | 49.39 | 49.93 | 9.94 | - |
| YUV | 180.3 | 53.9 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 49 | 0 | 0.21 | 0.79 | 0.10 | 44 | 0.78 | 0.55 |
| Hex | E5 | B5 | 31 | 0 | 15 | 4F | A | 2C | 4E | 37 |
| Octal | 345 | 265 | 61 | 0 | 25 | 117 | 12 | 54 | 116 | 67 |
| Binary | 11100101 | 10110101 | 110001 | 0 | 10101 | 1001111 | 1010 | 101100 | 1001110 | 110111 |
Color Harmonies of #E5B531
Complementary color
Monochromatic Colors of #E5B531
Black with #E5B531
Text Example
Text Example
White with #E5B531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B531; }
p { color: rgb(229,181,49); }
H1.HeaderClassName
{
color: #E5B531;
}
.AnyTagClassName
{
color: #E5B531;
}
</style>
background-color css
<style>
a { background-color: #E5B531; }
a { background-color: rgb(229,181,49); }
div.DivClassName
{
background-color: #E5B531;
}
.BgClassName
{
background-color: #E5B531;
}
</style>
border-color css
<style>
span { border-color: #E5B531; }
span { border-color: rgb(229,181,49); }
td.TdClassName
{
border-color: #E5B531;
}
.TagClassName
{
border-color: #E5B531;
}
</style>