Shades of Gold Tips #E1BA2D
Tints of Gold Tips #E1BA2D
RGB
CMYK
RGB Variations
Color information
#E1BA2D (or 0xE1BA2D) is known color: Gold Tips. HEX triplet: E1, BA and 2D. RGB value is (225,186,45). Sum of RGB (Red+Green+Blue) = 225+186+45=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BA2D is #1E45D2. Grayscale: #B6B6B6. Windows color (decimal): -1983955 or 2996961. OLE color: 2996961.
HSL color Cylindrical-coordinate representation of color #E1BA2D: hue angle of 47º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1BA2D is Cyan = 0, Magento = 0.17, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 45 | - |
| CMYK | 0 | 0.17 | 0.8 | 0.12 |
| HSL | 47º | 0.75% | 0.53% | - |
| HSV(B) | 47º | 0.8% | 0.88% | - |
| XYZ | 49.08 | 51.31 | 9.8 | - |
| YUV | 181.59 | 50.92 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 45 | 0 | 0.17 | 0.8 | 0.12 | 47 | 0.75 | 0.53 |
| Hex | E1 | BA | 2D | 0 | 11 | 50 | C | 2F | 4B | 35 |
| Octal | 341 | 272 | 55 | 0 | 21 | 120 | 14 | 57 | 113 | 65 |
| Binary | 11100001 | 10111010 | 101101 | 0 | 10001 | 1010000 | 1100 | 101111 | 1001011 | 110101 |
Color Harmonies of #E1BA2D
Complementary color
Monochromatic Colors of #E1BA2D
Black with #E1BA2D
Text Example
Text Example
White with #E1BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA2D; }
p { color: rgb(225,186,45); }
H1.HeaderClassName
{
color: #E1BA2D;
}
.AnyTagClassName
{
color: #E1BA2D;
}
</style>
background-color css
<style>
a { background-color: #E1BA2D; }
a { background-color: rgb(225,186,45); }
div.DivClassName
{
background-color: #E1BA2D;
}
.BgClassName
{
background-color: #E1BA2D;
}
</style>
border-color css
<style>
span { border-color: #E1BA2D; }
span { border-color: rgb(225,186,45); }
td.TdClassName
{
border-color: #E1BA2D;
}
.TagClassName
{
border-color: #E1BA2D;
}
</style>