Shades of Gold Tips #E1B425
Tints of Gold Tips #E1B425
RGB
CMYK
RGB Variations
Color information
#E1B425 (or 0xE1B425) is known color: Gold Tips. HEX triplet: E1, B4 and 25. RGB value is (225,180,37). Sum of RGB (Red+Green+Blue) = 225+180+37=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B425 is #1E4BDA. Grayscale: #B1B1B1. Windows color (decimal): -1985499 or 2471137. OLE color: 2471137.
HSL color Cylindrical-coordinate representation of color #E1B425: hue angle of 45.64º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1B425 is Cyan = 0, Magento = 0.2, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 37 | - |
| CMYK | 0 | 0.2 | 0.84 | 0.12 |
| HSL | 45.64º | 0.76% | 0.51% | - |
| HSV(B) | 45.64º | 0.84% | 0.88% | - |
| XYZ | 47.71 | 48.78 | 8.65 | - |
| YUV | 177.15 | 48.91 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 37 | 0 | 0.2 | 0.84 | 0.12 | 45.64 | 0.76 | 0.51 |
| Hex | E1 | B4 | 25 | 0 | 14 | 54 | C | 2E | 4C | 33 |
| Octal | 341 | 264 | 45 | 0 | 24 | 124 | 14 | 56 | 114 | 63 |
| Binary | 11100001 | 10110100 | 100101 | 0 | 10100 | 1010100 | 1100 | 101110 | 1001100 | 110011 |
Color Harmonies of #E1B425
Complementary color
Monochromatic Colors of #E1B425
Black with #E1B425
Text Example
Text Example
White with #E1B425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B425; }
p { color: rgb(225,180,37); }
H1.HeaderClassName
{
color: #E1B425;
}
.AnyTagClassName
{
color: #E1B425;
}
</style>
background-color css
<style>
a { background-color: #E1B425; }
a { background-color: rgb(225,180,37); }
div.DivClassName
{
background-color: #E1B425;
}
.BgClassName
{
background-color: #E1B425;
}
</style>
border-color css
<style>
span { border-color: #E1B425; }
span { border-color: rgb(225,180,37); }
td.TdClassName
{
border-color: #E1B425;
}
.TagClassName
{
border-color: #E1B425;
}
</style>