Shades of Gold Tips #E5B31A
Tints of Gold Tips #E5B31A
RGB
CMYK
RGB Variations
Color information
#E5B31A (or 0xE5B31A) is known color: Gold Tips. HEX triplet: E5, B3 and 1A. RGB value is (229,179,26). Sum of RGB (Red+Green+Blue) = 229+179+26=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 26 (10.55% from 255 or 5.99% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B31A is #1A4CE5. Grayscale: #B1B1B1. Windows color (decimal): -1723622 or 1749989. OLE color: 1749989.
HSL color Cylindrical-coordinate representation of color #E5B31A: hue angle of 45.22º 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 #E5B31A is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 26 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.10 |
| HSL | 45.22º | 0.8% | 0.5% | - |
| HSV(B) | 45.22º | 0.89% | 0.9% | - |
| XYZ | 48.62 | 48.97 | 7.87 | - |
| YUV | 176.51 | 43.07 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 26 | 0 | 0.22 | 0.89 | 0.10 | 45.22 | 0.8 | 0.5 |
| Hex | E5 | B3 | 1A | 0 | 16 | 59 | A | 2D | 50 | 32 |
| Octal | 345 | 263 | 32 | 0 | 26 | 131 | 12 | 55 | 120 | 62 |
| Binary | 11100101 | 10110011 | 11010 | 0 | 10110 | 1011001 | 1010 | 101101 | 1010000 | 110010 |
Color Harmonies of #E5B31A
Complementary color
Monochromatic Colors of #E5B31A
Black with #E5B31A
Text Example
Text Example
White with #E5B31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B31A; }
p { color: rgb(229,179,26); }
H1.HeaderClassName
{
color: #E5B31A;
}
.AnyTagClassName
{
color: #E5B31A;
}
</style>
background-color css
<style>
a { background-color: #E5B31A; }
a { background-color: rgb(229,179,26); }
div.DivClassName
{
background-color: #E5B31A;
}
.BgClassName
{
background-color: #E5B31A;
}
</style>
border-color css
<style>
span { border-color: #E5B31A; }
span { border-color: rgb(229,179,26); }
td.TdClassName
{
border-color: #E5B31A;
}
.TagClassName
{
border-color: #E5B31A;
}
</style>