Shades of Gold Tips #E5BA1F
Tints of Gold Tips #E5BA1F
RGB
CMYK
RGB Variations
Color information
#E5BA1F (or 0xE5BA1F) is known color: Gold Tips. HEX triplet: E5, BA and 1F. RGB value is (229,186,31). Sum of RGB (Red+Green+Blue) = 229+186+31=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA1F is #1A45E0. Grayscale: #B5B5B5. Windows color (decimal): -1721825 or 2079461. OLE color: 2079461.
HSL color Cylindrical-coordinate representation of color #E5BA1F: hue angle of 46.97º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5BA1F is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 31 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.10 |
| HSL | 46.97º | 0.79% | 0.51% | - |
| HSV(B) | 46.97º | 0.86% | 0.9% | - |
| XYZ | 50.12 | 51.87 | 8.67 | - |
| YUV | 181.19 | 43.25 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 31 | 0 | 0.19 | 0.86 | 0.10 | 46.97 | 0.79 | 0.51 |
| Hex | E5 | BA | 1F | 0 | 13 | 56 | A | 2F | 4F | 33 |
| Octal | 345 | 272 | 37 | 0 | 23 | 126 | 12 | 57 | 117 | 63 |
| Binary | 11100101 | 10111010 | 11111 | 0 | 10011 | 1010110 | 1010 | 101111 | 1001111 | 110011 |
Color Harmonies of #E5BA1F
Complementary color
Monochromatic Colors of #E5BA1F
Black with #E5BA1F
Text Example
Text Example
White with #E5BA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA1F; }
p { color: rgb(229,186,31); }
H1.HeaderClassName
{
color: #E5BA1F;
}
.AnyTagClassName
{
color: #E5BA1F;
}
</style>
background-color css
<style>
a { background-color: #E5BA1F; }
a { background-color: rgb(229,186,31); }
div.DivClassName
{
background-color: #E5BA1F;
}
.BgClassName
{
background-color: #E5BA1F;
}
</style>
border-color css
<style>
span { border-color: #E5BA1F; }
span { border-color: rgb(229,186,31); }
td.TdClassName
{
border-color: #E5BA1F;
}
.TagClassName
{
border-color: #E5BA1F;
}
</style>