Shades of Gold Tips #E1B61E
Tints of Gold Tips #E1B61E
RGB
CMYK
RGB Variations
Color information
#E1B61E (or 0xE1B61E) is known color: Gold Tips. HEX triplet: E1, B6 and 1E. RGB value is (225,182,30). Sum of RGB (Red+Green+Blue) = 225+182+30=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B61E is #1E49E1. Grayscale: #B2B2B2. Windows color (decimal): -1984994 or 2012897. OLE color: 2012897.
HSL color Cylindrical-coordinate representation of color #E1B61E: hue angle of 46.77º 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 #E1B61E is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 182 | 30 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.12 |
| HSL | 46.77º | 0.76% | 0.5% | - |
| HSV(B) | 46.77º | 0.87% | 0.88% | - |
| XYZ | 48.01 | 49.56 | 8.26 | - |
| YUV | 177.53 | 44.75 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 30 | 0 | 0.19 | 0.87 | 0.12 | 46.77 | 0.76 | 0.5 |
| Hex | E1 | B6 | 1E | 0 | 13 | 57 | C | 2F | 4C | 32 |
| Octal | 341 | 266 | 36 | 0 | 23 | 127 | 14 | 57 | 114 | 62 |
| Binary | 11100001 | 10110110 | 11110 | 0 | 10011 | 1010111 | 1100 | 101111 | 1001100 | 110010 |
Color Harmonies of #E1B61E
Complementary color
Monochromatic Colors of #E1B61E
Black with #E1B61E
Text Example
Text Example
White with #E1B61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B61E; }
p { color: rgb(225,182,30); }
H1.HeaderClassName
{
color: #E1B61E;
}
.AnyTagClassName
{
color: #E1B61E;
}
</style>
background-color css
<style>
a { background-color: #E1B61E; }
a { background-color: rgb(225,182,30); }
div.DivClassName
{
background-color: #E1B61E;
}
.BgClassName
{
background-color: #E1B61E;
}
</style>
border-color css
<style>
span { border-color: #E1B61E; }
span { border-color: rgb(225,182,30); }
td.TdClassName
{
border-color: #E1B61E;
}
.TagClassName
{
border-color: #E1B61E;
}
</style>