Shades of Gold Tips #E5B428
Tints of Gold Tips #E5B428
RGB
CMYK
RGB Variations
Color information
#E5B428 (or 0xE5B428) is known color: Gold Tips. HEX triplet: E5, B4 and 28. RGB value is (229,180,40). Sum of RGB (Red+Green+Blue) = 229+180+40=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B428 is #1A4BD7. Grayscale: #B3B3B3. Windows color (decimal): -1723352 or 2667749. OLE color: 2667749.
HSL color Cylindrical-coordinate representation of color #E5B428: hue angle of 44.44º 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 #E5B428 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 40 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.10 |
| HSL | 44.44º | 0.78% | 0.53% | - |
| HSV(B) | 44.44º | 0.83% | 0.9% | - |
| XYZ | 49.02 | 49.45 | 8.97 | - |
| YUV | 178.69 | 49.73 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 40 | 0 | 0.21 | 0.83 | 0.10 | 44.44 | 0.78 | 0.53 |
| Hex | E5 | B4 | 28 | 0 | 15 | 53 | A | 2C | 4E | 35 |
| Octal | 345 | 264 | 50 | 0 | 25 | 123 | 12 | 54 | 116 | 65 |
| Binary | 11100101 | 10110100 | 101000 | 0 | 10101 | 1010011 | 1010 | 101100 | 1001110 | 110101 |
Color Harmonies of #E5B428
Complementary color
Monochromatic Colors of #E5B428
Black with #E5B428
Text Example
Text Example
White with #E5B428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B428; }
p { color: rgb(229,180,40); }
H1.HeaderClassName
{
color: #E5B428;
}
.AnyTagClassName
{
color: #E5B428;
}
</style>
background-color css
<style>
a { background-color: #E5B428; }
a { background-color: rgb(229,180,40); }
div.DivClassName
{
background-color: #E5B428;
}
.BgClassName
{
background-color: #E5B428;
}
</style>
border-color css
<style>
span { border-color: #E5B428; }
span { border-color: rgb(229,180,40); }
td.TdClassName
{
border-color: #E5B428;
}
.TagClassName
{
border-color: #E5B428;
}
</style>