Shades of Gold Tips #E2B014
Tints of Gold Tips #E2B014
RGB
CMYK
RGB Variations
Color information
#E2B014 (or 0xE2B014) is known color: Gold Tips. HEX triplet: E2, B0 and 14. RGB value is (226,176,20). Sum of RGB (Red+Green+Blue) = 226+176+20=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B014 is #1D4FEB. Grayscale: #ADADAD. Windows color (decimal): -1921004 or 1356002. OLE color: 1356002.
HSL color Cylindrical-coordinate representation of color #E2B014: hue angle of 45.44º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2B014 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 20 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.11 |
| HSL | 45.44º | 0.84% | 0.48% | - |
| HSV(B) | 45.44º | 0.91% | 0.89% | - |
| XYZ | 47.02 | 47.27 | 7.31 | - |
| YUV | 173.17 | 41.57 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 20 | 0 | 0.22 | 0.91 | 0.11 | 45.44 | 0.84 | 0.48 |
| Hex | E2 | B0 | 14 | 0 | 16 | 5B | B | 2D | 54 | 30 |
| Octal | 342 | 260 | 24 | 0 | 26 | 133 | 13 | 55 | 124 | 60 |
| Binary | 11100010 | 10110000 | 10100 | 0 | 10110 | 1011011 | 1011 | 101101 | 1010100 | 110000 |
Color Harmonies of #E2B014
Complementary color
Monochromatic Colors of #E2B014
Black with #E2B014
Text Example
Text Example
White with #E2B014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B014; }
p { color: rgb(226,176,20); }
H1.HeaderClassName
{
color: #E2B014;
}
.AnyTagClassName
{
color: #E2B014;
}
</style>
background-color css
<style>
a { background-color: #E2B014; }
a { background-color: rgb(226,176,20); }
div.DivClassName
{
background-color: #E2B014;
}
.BgClassName
{
background-color: #E2B014;
}
</style>
border-color css
<style>
span { border-color: #E2B014; }
span { border-color: rgb(226,176,20); }
td.TdClassName
{
border-color: #E2B014;
}
.TagClassName
{
border-color: #E2B014;
}
</style>