Shades of Gold Tips #E1B720
Tints of Gold Tips #E1B720
RGB
CMYK
RGB Variations
Color information
#E1B720 (or 0xE1B720) is known color: Gold Tips. HEX triplet: E1, B7 and 20. RGB value is (225,183,32). Sum of RGB (Red+Green+Blue) = 225+183+32=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B720 is #1E48DF. Grayscale: #B2B2B2. Windows color (decimal): -1984736 or 2144225. OLE color: 2144225.
HSL color Cylindrical-coordinate representation of color #E1B720: hue angle of 46.94º 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 #E1B720 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 32 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.12 |
| HSL | 46.94º | 0.76% | 0.5% | - |
| HSV(B) | 46.94º | 0.86% | 0.88% | - |
| XYZ | 48.25 | 49.98 | 8.47 | - |
| YUV | 178.34 | 45.41 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 32 | 0 | 0.19 | 0.86 | 0.12 | 46.94 | 0.76 | 0.5 |
| Hex | E1 | B7 | 20 | 0 | 13 | 56 | C | 2F | 4C | 32 |
| Octal | 341 | 267 | 40 | 0 | 23 | 126 | 14 | 57 | 114 | 62 |
| Binary | 11100001 | 10110111 | 100000 | 0 | 10011 | 1010110 | 1100 | 101111 | 1001100 | 110010 |
Color Harmonies of #E1B720
Complementary color
Monochromatic Colors of #E1B720
Black with #E1B720
Text Example
Text Example
White with #E1B720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B720; }
p { color: rgb(225,183,32); }
H1.HeaderClassName
{
color: #E1B720;
}
.AnyTagClassName
{
color: #E1B720;
}
</style>
background-color css
<style>
a { background-color: #E1B720; }
a { background-color: rgb(225,183,32); }
div.DivClassName
{
background-color: #E1B720;
}
.BgClassName
{
background-color: #E1B720;
}
</style>
border-color css
<style>
span { border-color: #E1B720; }
span { border-color: rgb(225,183,32); }
td.TdClassName
{
border-color: #E1B720;
}
.TagClassName
{
border-color: #E1B720;
}
</style>