Shades of Gold Tips #E5B528
Tints of Gold Tips #E5B528
RGB
CMYK
RGB Variations
Color information
#E5B528 (or 0xE5B528) is known color: Gold Tips. HEX triplet: E5, B5 and 28. RGB value is (229,181,40). Sum of RGB (Red+Green+Blue) = 229+181+40=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B528 is #1A4AD7. Grayscale: #B3B3B3. Windows color (decimal): -1723096 or 2668005. OLE color: 2668005.
HSL color Cylindrical-coordinate representation of color #E5B528: hue angle of 44.76º 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 #E5B528 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 181 | 40 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.10 |
| HSL | 44.76º | 0.78% | 0.53% | - |
| HSV(B) | 44.76º | 0.83% | 0.9% | - |
| XYZ | 49.22 | 49.86 | 9.04 | - |
| YUV | 179.28 | 49.4 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 40 | 0 | 0.21 | 0.83 | 0.10 | 44.76 | 0.78 | 0.53 |
| Hex | E5 | B5 | 28 | 0 | 15 | 53 | A | 2D | 4E | 35 |
| Octal | 345 | 265 | 50 | 0 | 25 | 123 | 12 | 55 | 116 | 65 |
| Binary | 11100101 | 10110101 | 101000 | 0 | 10101 | 1010011 | 1010 | 101101 | 1001110 | 110101 |
Color Harmonies of #E5B528
Complementary color
Monochromatic Colors of #E5B528
Black with #E5B528
Text Example
Text Example
White with #E5B528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B528; }
p { color: rgb(229,181,40); }
H1.HeaderClassName
{
color: #E5B528;
}
.AnyTagClassName
{
color: #E5B528;
}
</style>
background-color css
<style>
a { background-color: #E5B528; }
a { background-color: rgb(229,181,40); }
div.DivClassName
{
background-color: #E5B528;
}
.BgClassName
{
background-color: #E5B528;
}
</style>
border-color css
<style>
span { border-color: #E5B528; }
span { border-color: rgb(229,181,40); }
td.TdClassName
{
border-color: #E5B528;
}
.TagClassName
{
border-color: #E5B528;
}
</style>