Shades of Gold Tips #E5A528
Tints of Gold Tips #E5A528
RGB
CMYK
RGB Variations
Color information
#E5A528 (or 0xE5A528) is known color: Gold Tips. HEX triplet: E5, A5 and 28. RGB value is (229,165,40). Sum of RGB (Red+Green+Blue) = 229+165+40=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A528 is #1A5AD7. Grayscale: #AAAAAA. Windows color (decimal): -1727192 or 2663909. OLE color: 2663909.
HSL color Cylindrical-coordinate representation of color #E5A528: hue angle of 39.68º 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 #E5A528 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 165 | 40 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.10 |
| HSL | 39.68º | 0.78% | 0.53% | - |
| HSV(B) | 39.68º | 0.83% | 0.9% | - |
| XYZ | 46.15 | 43.72 | 8.01 | - |
| YUV | 169.89 | 54.7 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 165 | 40 | 0 | 0.28 | 0.83 | 0.10 | 39.68 | 0.78 | 0.53 |
| Hex | E5 | A5 | 28 | 0 | 1C | 53 | A | 28 | 4E | 35 |
| Octal | 345 | 245 | 50 | 0 | 34 | 123 | 12 | 50 | 116 | 65 |
| Binary | 11100101 | 10100101 | 101000 | 0 | 11100 | 1010011 | 1010 | 101000 | 1001110 | 110101 |
Color Harmonies of #E5A528
Complementary color
Monochromatic Colors of #E5A528
Black with #E5A528
Text Example
Text Example
White with #E5A528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A528; }
p { color: rgb(229,165,40); }
H1.HeaderClassName
{
color: #E5A528;
}
.AnyTagClassName
{
color: #E5A528;
}
</style>
background-color css
<style>
a { background-color: #E5A528; }
a { background-color: rgb(229,165,40); }
div.DivClassName
{
background-color: #E5A528;
}
.BgClassName
{
background-color: #E5A528;
}
</style>
border-color css
<style>
span { border-color: #E5A528; }
span { border-color: rgb(229,165,40); }
td.TdClassName
{
border-color: #E5A528;
}
.TagClassName
{
border-color: #E5A528;
}
</style>