Shades of Gold Tips #E1B031
Tints of Gold Tips #E1B031
RGB
CMYK
RGB Variations
Color information
#E1B031 (or 0xE1B031) is known color: Gold Tips. HEX triplet: E1, B0 and 31. RGB value is (225,176,49). Sum of RGB (Red+Green+Blue) = 225+176+49=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 49 (19.53% from 255 or 10.89% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B031 is #1E4FCE. Grayscale: #B0B0B0. Windows color (decimal): -1986511 or 3256545. OLE color: 3256545.
HSL color Cylindrical-coordinate representation of color #E1B031: hue angle of 43.3º 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 #E1B031 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 49 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.12 |
| HSL | 43.3º | 0.75% | 0.54% | - |
| HSV(B) | 43.3º | 0.78% | 0.88% | - |
| XYZ | 47.13 | 47.28 | 9.55 | - |
| YUV | 176.17 | 56.23 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 49 | 0 | 0.22 | 0.78 | 0.12 | 43.3 | 0.75 | 0.54 |
| Hex | E1 | B0 | 31 | 0 | 16 | 4E | C | 2B | 4B | 36 |
| Octal | 341 | 260 | 61 | 0 | 26 | 116 | 14 | 53 | 113 | 66 |
| Binary | 11100001 | 10110000 | 110001 | 0 | 10110 | 1001110 | 1100 | 101011 | 1001011 | 110110 |
Color Harmonies of #E1B031
Complementary color
Monochromatic Colors of #E1B031
Black with #E1B031
Text Example
Text Example
White with #E1B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B031; }
p { color: rgb(225,176,49); }
H1.HeaderClassName
{
color: #E1B031;
}
.AnyTagClassName
{
color: #E1B031;
}
</style>
background-color css
<style>
a { background-color: #E1B031; }
a { background-color: rgb(225,176,49); }
div.DivClassName
{
background-color: #E1B031;
}
.BgClassName
{
background-color: #E1B031;
}
</style>
border-color css
<style>
span { border-color: #E1B031; }
span { border-color: rgb(225,176,49); }
td.TdClassName
{
border-color: #E1B031;
}
.TagClassName
{
border-color: #E1B031;
}
</style>