Shades of Gold Tips #E1B52C
Tints of Gold Tips #E1B52C
RGB
CMYK
RGB Variations
Color information
#E1B52C (or 0xE1B52C) is known color: Gold Tips. HEX triplet: E1, B5 and 2C. RGB value is (225,181,44). Sum of RGB (Red+Green+Blue) = 225+181+44=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B52C is #1E4AD3. Grayscale: #B3B3B3. Windows color (decimal): -1985236 or 2930145. OLE color: 2930145.
HSL color Cylindrical-coordinate representation of color #E1B52C: hue angle of 45.41º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1B52C is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 44 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.12 |
| HSL | 45.41º | 0.75% | 0.53% | - |
| HSV(B) | 45.41º | 0.8% | 0.88% | - |
| XYZ | 48.03 | 49.24 | 9.36 | - |
| YUV | 178.54 | 52.08 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 44 | 0 | 0.20 | 0.80 | 0.12 | 45.41 | 0.75 | 0.53 |
| Hex | E1 | B5 | 2C | 0 | 14 | 50 | C | 2D | 4B | 35 |
| Octal | 341 | 265 | 54 | 0 | 24 | 120 | 14 | 55 | 113 | 65 |
| Binary | 11100001 | 10110101 | 101100 | 0 | 10100 | 1010000 | 1100 | 101101 | 1001011 | 110101 |
Color Harmonies of #E1B52C
Complementary color
Monochromatic Colors of #E1B52C
Black with #E1B52C
Text Example
Text Example
White with #E1B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B52C; }
p { color: rgb(225,181,44); }
H1.HeaderClassName
{
color: #E1B52C;
}
.AnyTagClassName
{
color: #E1B52C;
}
</style>
background-color css
<style>
a { background-color: #E1B52C; }
a { background-color: rgb(225,181,44); }
div.DivClassName
{
background-color: #E1B52C;
}
.BgClassName
{
background-color: #E1B52C;
}
</style>
border-color css
<style>
span { border-color: #E1B52C; }
span { border-color: rgb(225,181,44); }
td.TdClassName
{
border-color: #E1B52C;
}
.TagClassName
{
border-color: #E1B52C;
}
</style>