Shades of Gold Tips #E1B31E
Tints of Gold Tips #E1B31E
RGB
CMYK
RGB Variations
Color information
#E1B31E (or 0xE1B31E) is known color: Gold Tips. HEX triplet: E1, B3 and 1E. RGB value is (225,179,30). Sum of RGB (Red+Green+Blue) = 225+179+30=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B31E is #1E4CE1. Grayscale: #B0B0B0. Windows color (decimal): -1985762 or 2012129. OLE color: 2012129.
HSL color Cylindrical-coordinate representation of color #E1B31E: hue angle of 45.85º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1B31E is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 30 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.12 |
| HSL | 45.85º | 0.76% | 0.5% | - |
| HSV(B) | 45.85º | 0.87% | 0.88% | - |
| XYZ | 47.41 | 48.34 | 8.06 | - |
| YUV | 175.77 | 45.74 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 30 | 0 | 0.20 | 0.87 | 0.12 | 45.85 | 0.76 | 0.5 |
| Hex | E1 | B3 | 1E | 0 | 14 | 57 | C | 2E | 4C | 32 |
| Octal | 341 | 263 | 36 | 0 | 24 | 127 | 14 | 56 | 114 | 62 |
| Binary | 11100001 | 10110011 | 11110 | 0 | 10100 | 1010111 | 1100 | 101110 | 1001100 | 110010 |
Color Harmonies of #E1B31E
Complementary color
Monochromatic Colors of #E1B31E
Black with #E1B31E
Text Example
Text Example
White with #E1B31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B31E; }
p { color: rgb(225,179,30); }
H1.HeaderClassName
{
color: #E1B31E;
}
.AnyTagClassName
{
color: #E1B31E;
}
</style>
background-color css
<style>
a { background-color: #E1B31E; }
a { background-color: rgb(225,179,30); }
div.DivClassName
{
background-color: #E1B31E;
}
.BgClassName
{
background-color: #E1B31E;
}
</style>
border-color css
<style>
span { border-color: #E1B31E; }
span { border-color: rgb(225,179,30); }
td.TdClassName
{
border-color: #E1B31E;
}
.TagClassName
{
border-color: #E1B31E;
}
</style>