Shades of Gold Tips #E1B520
Tints of Gold Tips #E1B520
RGB
CMYK
RGB Variations
Color information
#E1B520 (or 0xE1B520) is known color: Gold Tips. HEX triplet: E1, B5 and 20. RGB value is (225,181,32). Sum of RGB (Red+Green+Blue) = 225+181+32=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B520 is #1E4ADF. Grayscale: #B1B1B1. Windows color (decimal): -1985248 or 2143713. OLE color: 2143713.
HSL color Cylindrical-coordinate representation of color #E1B520: hue angle of 46.32º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1B520 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 32 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.12 |
| HSL | 46.32º | 0.76% | 0.5% | - |
| HSV(B) | 46.32º | 0.86% | 0.88% | - |
| XYZ | 47.84 | 49.16 | 8.33 | - |
| YUV | 177.17 | 46.08 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 32 | 0 | 0.20 | 0.86 | 0.12 | 46.32 | 0.76 | 0.5 |
| Hex | E1 | B5 | 20 | 0 | 14 | 56 | C | 2E | 4C | 32 |
| Octal | 341 | 265 | 40 | 0 | 24 | 126 | 14 | 56 | 114 | 62 |
| Binary | 11100001 | 10110101 | 100000 | 0 | 10100 | 1010110 | 1100 | 101110 | 1001100 | 110010 |
Color Harmonies of #E1B520
Complementary color
Monochromatic Colors of #E1B520
Black with #E1B520
Text Example
Text Example
White with #E1B520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B520; }
p { color: rgb(225,181,32); }
H1.HeaderClassName
{
color: #E1B520;
}
.AnyTagClassName
{
color: #E1B520;
}
</style>
background-color css
<style>
a { background-color: #E1B520; }
a { background-color: rgb(225,181,32); }
div.DivClassName
{
background-color: #E1B520;
}
.BgClassName
{
background-color: #E1B520;
}
</style>
border-color css
<style>
span { border-color: #E1B520; }
span { border-color: rgb(225,181,32); }
td.TdClassName
{
border-color: #E1B520;
}
.TagClassName
{
border-color: #E1B520;
}
</style>