Shades of Gold Tips #E2B21E
Tints of Gold Tips #E2B21E
RGB
CMYK
RGB Variations
Color information
#E2B21E (or 0xE2B21E) is known color: Gold Tips. HEX triplet: E2, B2 and 1E. RGB value is (226,178,30). Sum of RGB (Red+Green+Blue) = 226+178+30=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B21E is #1D4DE1. Grayscale: #B0B0B0. Windows color (decimal): -1920482 or 2011874. OLE color: 2011874.
HSL color Cylindrical-coordinate representation of color #E2B21E: hue angle of 45.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2B21E is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 30 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.11 |
| HSL | 45.31º | 0.77% | 0.5% | - |
| HSV(B) | 45.31º | 0.87% | 0.89% | - |
| XYZ | 47.52 | 48.1 | 8.01 | - |
| YUV | 175.48 | 45.9 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 30 | 0 | 0.21 | 0.87 | 0.11 | 45.31 | 0.77 | 0.5 |
| Hex | E2 | B2 | 1E | 0 | 15 | 57 | B | 2D | 4D | 32 |
| Octal | 342 | 262 | 36 | 0 | 25 | 127 | 13 | 55 | 115 | 62 |
| Binary | 11100010 | 10110010 | 11110 | 0 | 10101 | 1010111 | 1011 | 101101 | 1001101 | 110010 |
Color Harmonies of #E2B21E
Complementary color
Monochromatic Colors of #E2B21E
Black with #E2B21E
Text Example
Text Example
White with #E2B21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B21E; }
p { color: rgb(226,178,30); }
H1.HeaderClassName
{
color: #E2B21E;
}
.AnyTagClassName
{
color: #E2B21E;
}
</style>
background-color css
<style>
a { background-color: #E2B21E; }
a { background-color: rgb(226,178,30); }
div.DivClassName
{
background-color: #E2B21E;
}
.BgClassName
{
background-color: #E2B21E;
}
</style>
border-color css
<style>
span { border-color: #E2B21E; }
span { border-color: rgb(226,178,30); }
td.TdClassName
{
border-color: #E2B21E;
}
.TagClassName
{
border-color: #E2B21E;
}
</style>