Shades of Gold Tips #E7BA1E
Tints of Gold Tips #E7BA1E
RGB
CMYK
RGB Variations
Color information
#E7BA1E (or 0xE7BA1E) is known color: Gold Tips. HEX triplet: E7, BA and 1E. RGB value is (231,186,30). Sum of RGB (Red+Green+Blue) = 231+186+30=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BA1E is #1845E1. Grayscale: #B6B6B6. Windows color (decimal): -1590754 or 2013927. OLE color: 2013927.
HSL color Cylindrical-coordinate representation of color #E7BA1E: hue angle of 46.57º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7BA1E is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 30 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.09 |
| HSL | 46.57º | 0.81% | 0.51% | - |
| HSV(B) | 46.57º | 0.87% | 0.91% | - |
| XYZ | 50.75 | 52.2 | 8.63 | - |
| YUV | 181.67 | 42.41 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 30 | 0 | 0.19 | 0.87 | 0.09 | 46.57 | 0.81 | 0.51 |
| Hex | E7 | BA | 1E | 0 | 13 | 57 | 9 | 2F | 51 | 33 |
| Octal | 347 | 272 | 36 | 0 | 23 | 127 | 11 | 57 | 121 | 63 |
| Binary | 11100111 | 10111010 | 11110 | 0 | 10011 | 1010111 | 1001 | 101111 | 1010001 | 110011 |
Color Harmonies of #E7BA1E
Complementary color
Monochromatic Colors of #E7BA1E
Black with #E7BA1E
Text Example
Text Example
White with #E7BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA1E; }
p { color: rgb(231,186,30); }
H1.HeaderClassName
{
color: #E7BA1E;
}
.AnyTagClassName
{
color: #E7BA1E;
}
</style>
background-color css
<style>
a { background-color: #E7BA1E; }
a { background-color: rgb(231,186,30); }
div.DivClassName
{
background-color: #E7BA1E;
}
.BgClassName
{
background-color: #E7BA1E;
}
</style>
border-color css
<style>
span { border-color: #E7BA1E; }
span { border-color: rgb(231,186,30); }
td.TdClassName
{
border-color: #E7BA1E;
}
.TagClassName
{
border-color: #E7BA1E;
}
</style>