Shades of Gold Tips #E1BA21
Tints of Gold Tips #E1BA21
RGB
CMYK
RGB Variations
Color information
#E1BA21 (or 0xE1BA21) is known color: Gold Tips. HEX triplet: E1, BA and 21. RGB value is (225,186,33). Sum of RGB (Red+Green+Blue) = 225+186+33=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 33 (13.28% from 255 or 7.43% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BA21 is #1E45DE. Grayscale: #B4B4B4. Windows color (decimal): -1983967 or 2210529. OLE color: 2210529.
HSL color Cylindrical-coordinate representation of color #E1BA21: hue angle of 47.81º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1BA21 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 33 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.12 |
| HSL | 47.81º | 0.76% | 0.51% | - |
| HSV(B) | 47.81º | 0.85% | 0.88% | - |
| XYZ | 48.88 | 51.24 | 8.75 | - |
| YUV | 180.22 | 44.92 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 33 | 0 | 0.17 | 0.85 | 0.12 | 47.81 | 0.76 | 0.51 |
| Hex | E1 | BA | 21 | 0 | 11 | 55 | C | 30 | 4C | 33 |
| Octal | 341 | 272 | 41 | 0 | 21 | 125 | 14 | 60 | 114 | 63 |
| Binary | 11100001 | 10111010 | 100001 | 0 | 10001 | 1010101 | 1100 | 110000 | 1001100 | 110011 |
Color Harmonies of #E1BA21
Complementary color
Monochromatic Colors of #E1BA21
Black with #E1BA21
Text Example
Text Example
White with #E1BA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA21; }
p { color: rgb(225,186,33); }
H1.HeaderClassName
{
color: #E1BA21;
}
.AnyTagClassName
{
color: #E1BA21;
}
</style>
background-color css
<style>
a { background-color: #E1BA21; }
a { background-color: rgb(225,186,33); }
div.DivClassName
{
background-color: #E1BA21;
}
.BgClassName
{
background-color: #E1BA21;
}
</style>
border-color css
<style>
span { border-color: #E1BA21; }
span { border-color: rgb(225,186,33); }
td.TdClassName
{
border-color: #E1BA21;
}
.TagClassName
{
border-color: #E1BA21;
}
</style>