Shades of Gold Tips #E2B020
Tints of Gold Tips #E2B020
RGB
CMYK
RGB Variations
Color information
#E2B020 (or 0xE2B020) is known color: Gold Tips. HEX triplet: E2, B0 and 20. RGB value is (226,176,32). Sum of RGB (Red+Green+Blue) = 226+176+32=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B020 is #1D4FDF. Grayscale: #AFAFAF. Windows color (decimal): -1920992 or 2142434. OLE color: 2142434.
HSL color Cylindrical-coordinate representation of color #E2B020: hue angle of 44.54º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2B020 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 32 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.11 |
| HSL | 44.54º | 0.77% | 0.51% | - |
| HSV(B) | 44.54º | 0.86% | 0.89% | - |
| XYZ | 47.15 | 47.32 | 8.02 | - |
| YUV | 174.53 | 47.57 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 32 | 0 | 0.22 | 0.86 | 0.11 | 44.54 | 0.77 | 0.51 |
| Hex | E2 | B0 | 20 | 0 | 16 | 56 | B | 2D | 4D | 33 |
| Octal | 342 | 260 | 40 | 0 | 26 | 126 | 13 | 55 | 115 | 63 |
| Binary | 11100010 | 10110000 | 100000 | 0 | 10110 | 1010110 | 1011 | 101101 | 1001101 | 110011 |
Color Harmonies of #E2B020
Complementary color
Monochromatic Colors of #E2B020
Black with #E2B020
Text Example
Text Example
White with #E2B020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B020; }
p { color: rgb(226,176,32); }
H1.HeaderClassName
{
color: #E2B020;
}
.AnyTagClassName
{
color: #E2B020;
}
</style>
background-color css
<style>
a { background-color: #E2B020; }
a { background-color: rgb(226,176,32); }
div.DivClassName
{
background-color: #E2B020;
}
.BgClassName
{
background-color: #E2B020;
}
</style>
border-color css
<style>
span { border-color: #E2B020; }
span { border-color: rgb(226,176,32); }
td.TdClassName
{
border-color: #E2B020;
}
.TagClassName
{
border-color: #E2B020;
}
</style>