Shades of Gold Tips #E2B41C
Tints of Gold Tips #E2B41C
RGB
CMYK
RGB Variations
Color information
#E2B41C (or 0xE2B41C) is known color: Gold Tips. HEX triplet: E2, B4 and 1C. RGB value is (226,180,28). Sum of RGB (Red+Green+Blue) = 226+180+28=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B41C is #1D4BE3. Grayscale: #B1B1B1. Windows color (decimal): -1919972 or 1881314. OLE color: 1881314.
HSL color Cylindrical-coordinate representation of color #E2B41C: hue angle of 46.06º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2B41C is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 28 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.11 |
| HSL | 46.06º | 0.78% | 0.5% | - |
| HSV(B) | 46.06º | 0.88% | 0.89% | - |
| XYZ | 47.89 | 48.9 | 8.01 | - |
| YUV | 176.43 | 44.24 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 28 | 0 | 0.20 | 0.88 | 0.11 | 46.06 | 0.78 | 0.5 |
| Hex | E2 | B4 | 1C | 0 | 14 | 58 | B | 2E | 4E | 32 |
| Octal | 342 | 264 | 34 | 0 | 24 | 130 | 13 | 56 | 116 | 62 |
| Binary | 11100010 | 10110100 | 11100 | 0 | 10100 | 1011000 | 1011 | 101110 | 1001110 | 110010 |
Color Harmonies of #E2B41C
Complementary color
Monochromatic Colors of #E2B41C
Black with #E2B41C
Text Example
Text Example
White with #E2B41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B41C; }
p { color: rgb(226,180,28); }
H1.HeaderClassName
{
color: #E2B41C;
}
.AnyTagClassName
{
color: #E2B41C;
}
</style>
background-color css
<style>
a { background-color: #E2B41C; }
a { background-color: rgb(226,180,28); }
div.DivClassName
{
background-color: #E2B41C;
}
.BgClassName
{
background-color: #E2B41C;
}
</style>
border-color css
<style>
span { border-color: #E2B41C; }
span { border-color: rgb(226,180,28); }
td.TdClassName
{
border-color: #E2B41C;
}
.TagClassName
{
border-color: #E2B41C;
}
</style>