Shades of Gold Tips #E2B02C
Tints of Gold Tips #E2B02C
RGB
CMYK
RGB Variations
Color information
#E2B02C (or 0xE2B02C) is known color: Gold Tips. HEX triplet: E2, B0 and 2C. RGB value is (226,176,44). Sum of RGB (Red+Green+Blue) = 226+176+44=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B02C is #1D4FD3. Grayscale: #B0B0B0. Windows color (decimal): -1920980 or 2928866. OLE color: 2928866.
HSL color Cylindrical-coordinate representation of color #E2B02C: hue angle of 43.52º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2B02C is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 44 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.11 |
| HSL | 43.52º | 0.76% | 0.53% | - |
| HSV(B) | 43.52º | 0.81% | 0.89% | - |
| XYZ | 47.34 | 47.4 | 9.04 | - |
| YUV | 175.9 | 53.57 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 44 | 0 | 0.22 | 0.81 | 0.11 | 43.52 | 0.76 | 0.53 |
| Hex | E2 | B0 | 2C | 0 | 16 | 51 | B | 2C | 4C | 35 |
| Octal | 342 | 260 | 54 | 0 | 26 | 121 | 13 | 54 | 114 | 65 |
| Binary | 11100010 | 10110000 | 101100 | 0 | 10110 | 1010001 | 1011 | 101100 | 1001100 | 110101 |
Color Harmonies of #E2B02C
Complementary color
Monochromatic Colors of #E2B02C
Black with #E2B02C
Text Example
Text Example
White with #E2B02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B02C; }
p { color: rgb(226,176,44); }
H1.HeaderClassName
{
color: #E2B02C;
}
.AnyTagClassName
{
color: #E2B02C;
}
</style>
background-color css
<style>
a { background-color: #E2B02C; }
a { background-color: rgb(226,176,44); }
div.DivClassName
{
background-color: #E2B02C;
}
.BgClassName
{
background-color: #E2B02C;
}
</style>
border-color css
<style>
span { border-color: #E2B02C; }
span { border-color: rgb(226,176,44); }
td.TdClassName
{
border-color: #E2B02C;
}
.TagClassName
{
border-color: #E2B02C;
}
</style>