Shades of Gold Tips #E3BA1F
Tints of Gold Tips #E3BA1F
RGB
CMYK
RGB Variations
Color information
#E3BA1F (or 0xE3BA1F) is known color: Gold Tips. HEX triplet: E3, BA and 1F. RGB value is (227,186,31). Sum of RGB (Red+Green+Blue) = 227+186+31=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BA1F is #1C45E0. Grayscale: #B5B5B5. Windows color (decimal): -1852897 or 2079459. OLE color: 2079459.
HSL color Cylindrical-coordinate representation of color #E3BA1F: hue angle of 47.45º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3BA1F is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 31 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.11 |
| HSL | 47.45º | 0.78% | 0.51% | - |
| HSV(B) | 47.45º | 0.86% | 0.89% | - |
| XYZ | 49.48 | 51.55 | 8.64 | - |
| YUV | 180.59 | 43.58 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 31 | 0 | 0.18 | 0.86 | 0.11 | 47.45 | 0.78 | 0.51 |
| Hex | E3 | BA | 1F | 0 | 12 | 56 | B | 2F | 4E | 33 |
| Octal | 343 | 272 | 37 | 0 | 22 | 126 | 13 | 57 | 116 | 63 |
| Binary | 11100011 | 10111010 | 11111 | 0 | 10010 | 1010110 | 1011 | 101111 | 1001110 | 110011 |
Color Harmonies of #E3BA1F
Complementary color
Monochromatic Colors of #E3BA1F
Black with #E3BA1F
Text Example
Text Example
White with #E3BA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA1F; }
p { color: rgb(227,186,31); }
H1.HeaderClassName
{
color: #E3BA1F;
}
.AnyTagClassName
{
color: #E3BA1F;
}
</style>
background-color css
<style>
a { background-color: #E3BA1F; }
a { background-color: rgb(227,186,31); }
div.DivClassName
{
background-color: #E3BA1F;
}
.BgClassName
{
background-color: #E3BA1F;
}
</style>
border-color css
<style>
span { border-color: #E3BA1F; }
span { border-color: rgb(227,186,31); }
td.TdClassName
{
border-color: #E3BA1F;
}
.TagClassName
{
border-color: #E3BA1F;
}
</style>