Shades of Gold Tips #E1B531
Tints of Gold Tips #E1B531
RGB
CMYK
RGB Variations
Color information
#E1B531 (or 0xE1B531) is known color: Gold Tips. HEX triplet: E1, B5 and 31. RGB value is (225,181,49). Sum of RGB (Red+Green+Blue) = 225+181+49=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B531 is #1E4ACE. Grayscale: #B3B3B3. Windows color (decimal): -1985231 or 3257825. OLE color: 3257825.
HSL color Cylindrical-coordinate representation of color #E1B531: hue angle of 45º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1B531 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 49 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.12 |
| HSL | 45º | 0.75% | 0.54% | - |
| HSV(B) | 45º | 0.78% | 0.88% | - |
| XYZ | 48.13 | 49.28 | 9.88 | - |
| YUV | 179.11 | 54.58 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 49 | 0 | 0.20 | 0.78 | 0.12 | 45 | 0.75 | 0.54 |
| Hex | E1 | B5 | 31 | 0 | 14 | 4E | C | 2D | 4B | 36 |
| Octal | 341 | 265 | 61 | 0 | 24 | 116 | 14 | 55 | 113 | 66 |
| Binary | 11100001 | 10110101 | 110001 | 0 | 10100 | 1001110 | 1100 | 101101 | 1001011 | 110110 |
Color Harmonies of #E1B531
Complementary color
Monochromatic Colors of #E1B531
Black with #E1B531
Text Example
Text Example
White with #E1B531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B531; }
p { color: rgb(225,181,49); }
H1.HeaderClassName
{
color: #E1B531;
}
.AnyTagClassName
{
color: #E1B531;
}
</style>
background-color css
<style>
a { background-color: #E1B531; }
a { background-color: rgb(225,181,49); }
div.DivClassName
{
background-color: #E1B531;
}
.BgClassName
{
background-color: #E1B531;
}
</style>
border-color css
<style>
span { border-color: #E1B531; }
span { border-color: rgb(225,181,49); }
td.TdClassName
{
border-color: #E1B531;
}
.TagClassName
{
border-color: #E1B531;
}
</style>