Shades of Gold Tips #E1B019
Tints of Gold Tips #E1B019
RGB
CMYK
RGB Variations
Color information
#E1B019 (or 0xE1B019) is known color: Gold Tips. HEX triplet: E1, B0 and 19. RGB value is (225,176,25). Sum of RGB (Red+Green+Blue) = 225+176+25=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1B019 is #1E4FE6. Grayscale: #AEAEAE. Windows color (decimal): -1986535 or 1683681. OLE color: 1683681.
HSL color Cylindrical-coordinate representation of color #E1B019: hue angle of 45.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1B019 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 25 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.12 |
| HSL | 45.3º | 0.8% | 0.49% | - |
| HSV(B) | 45.3º | 0.89% | 0.88% | - |
| XYZ | 46.75 | 47.13 | 7.55 | - |
| YUV | 173.44 | 44.23 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 25 | 0 | 0.22 | 0.89 | 0.12 | 45.3 | 0.8 | 0.49 |
| Hex | E1 | B0 | 19 | 0 | 16 | 59 | C | 2D | 50 | 31 |
| Octal | 341 | 260 | 31 | 0 | 26 | 131 | 14 | 55 | 120 | 61 |
| Binary | 11100001 | 10110000 | 11001 | 0 | 10110 | 1011001 | 1100 | 101101 | 1010000 | 110001 |
Color Harmonies of #E1B019
Complementary color
Monochromatic Colors of #E1B019
Black with #E1B019
Text Example
Text Example
White with #E1B019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B019; }
p { color: rgb(225,176,25); }
H1.HeaderClassName
{
color: #E1B019;
}
.AnyTagClassName
{
color: #E1B019;
}
</style>
background-color css
<style>
a { background-color: #E1B019; }
a { background-color: rgb(225,176,25); }
div.DivClassName
{
background-color: #E1B019;
}
.BgClassName
{
background-color: #E1B019;
}
</style>
border-color css
<style>
span { border-color: #E1B019; }
span { border-color: rgb(225,176,25); }
td.TdClassName
{
border-color: #E1B019;
}
.TagClassName
{
border-color: #E1B019;
}
</style>