Shades of Gold Tips #E5B51A
Tints of Gold Tips #E5B51A
RGB
CMYK
RGB Variations
Color information
#E5B51A (or 0xE5B51A) is known color: Gold Tips. HEX triplet: E5, B5 and 1A. RGB value is (229,181,26). Sum of RGB (Red+Green+Blue) = 229+181+26=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B51A is #1A4AE5. Grayscale: #B2B2B2. Windows color (decimal): -1723110 or 1750501. OLE color: 1750501.
HSL color Cylindrical-coordinate representation of color #E5B51A: hue angle of 45.81º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5B51A is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 181 | 26 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.10 |
| HSL | 45.81º | 0.8% | 0.5% | - |
| HSV(B) | 45.81º | 0.89% | 0.9% | - |
| XYZ | 49.02 | 49.78 | 8 | - |
| YUV | 177.68 | 42.4 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 26 | 0 | 0.21 | 0.89 | 0.10 | 45.81 | 0.8 | 0.5 |
| Hex | E5 | B5 | 1A | 0 | 15 | 59 | A | 2E | 50 | 32 |
| Octal | 345 | 265 | 32 | 0 | 25 | 131 | 12 | 56 | 120 | 62 |
| Binary | 11100101 | 10110101 | 11010 | 0 | 10101 | 1011001 | 1010 | 101110 | 1010000 | 110010 |
Color Harmonies of #E5B51A
Complementary color
Monochromatic Colors of #E5B51A
Black with #E5B51A
Text Example
Text Example
White with #E5B51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B51A; }
p { color: rgb(229,181,26); }
H1.HeaderClassName
{
color: #E5B51A;
}
.AnyTagClassName
{
color: #E5B51A;
}
</style>
background-color css
<style>
a { background-color: #E5B51A; }
a { background-color: rgb(229,181,26); }
div.DivClassName
{
background-color: #E5B51A;
}
.BgClassName
{
background-color: #E5B51A;
}
</style>
border-color css
<style>
span { border-color: #E5B51A; }
span { border-color: rgb(229,181,26); }
td.TdClassName
{
border-color: #E5B51A;
}
.TagClassName
{
border-color: #E5B51A;
}
</style>