Shades of Gold Tips #E3B419
Tints of Gold Tips #E3B419
RGB
CMYK
RGB Variations
Color information
#E3B419 (or 0xE3B419) is known color: Gold Tips. HEX triplet: E3, B4 and 19. RGB value is (227,180,25). Sum of RGB (Red+Green+Blue) = 227+180+25=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 25 (10.16% from 255 or 5.79% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3B419 is #1C4BE6. Grayscale: #B1B1B1. Windows color (decimal): -1854439 or 1684707. OLE color: 1684707.
HSL color Cylindrical-coordinate representation of color #E3B419: hue angle of 46.04º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3B419 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 180 | 25 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.11 |
| HSL | 46.04º | 0.8% | 0.49% | - |
| HSV(B) | 46.04º | 0.89% | 0.89% | - |
| XYZ | 48.18 | 49.04 | 7.85 | - |
| YUV | 176.38 | 42.57 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 180 | 25 | 0 | 0.21 | 0.89 | 0.11 | 46.04 | 0.8 | 0.49 |
| Hex | E3 | B4 | 19 | 0 | 15 | 59 | B | 2E | 50 | 31 |
| Octal | 343 | 264 | 31 | 0 | 25 | 131 | 13 | 56 | 120 | 61 |
| Binary | 11100011 | 10110100 | 11001 | 0 | 10101 | 1011001 | 1011 | 101110 | 1010000 | 110001 |
Color Harmonies of #E3B419
Complementary color
Monochromatic Colors of #E3B419
Black with #E3B419
Text Example
Text Example
White with #E3B419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B419; }
p { color: rgb(227,180,25); }
H1.HeaderClassName
{
color: #E3B419;
}
.AnyTagClassName
{
color: #E3B419;
}
</style>
background-color css
<style>
a { background-color: #E3B419; }
a { background-color: rgb(227,180,25); }
div.DivClassName
{
background-color: #E3B419;
}
.BgClassName
{
background-color: #E3B419;
}
</style>
border-color css
<style>
span { border-color: #E3B419; }
span { border-color: rgb(227,180,25); }
td.TdClassName
{
border-color: #E3B419;
}
.TagClassName
{
border-color: #E3B419;
}
</style>