Shades of Gold Tips #E2B11A
Tints of Gold Tips #E2B11A
RGB
CMYK
RGB Variations
Color information
#E2B11A (or 0xE2B11A) is known color: Gold Tips. HEX triplet: E2, B1 and 1A. RGB value is (226,177,26). Sum of RGB (Red+Green+Blue) = 226+177+26=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B11A is #1D4EE5. Grayscale: #AFAFAF. Windows color (decimal): -1920742 or 1749474. OLE color: 1749474.
HSL color Cylindrical-coordinate representation of color #E2B11A: hue angle of 45.3º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2B11A is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 26 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.11 |
| HSL | 45.3º | 0.79% | 0.49% | - |
| HSV(B) | 45.3º | 0.88% | 0.89% | - |
| XYZ | 47.27 | 47.69 | 7.69 | - |
| YUV | 174.44 | 44.23 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 26 | 0 | 0.22 | 0.88 | 0.11 | 45.3 | 0.79 | 0.49 |
| Hex | E2 | B1 | 1A | 0 | 16 | 58 | B | 2D | 4F | 31 |
| Octal | 342 | 261 | 32 | 0 | 26 | 130 | 13 | 55 | 117 | 61 |
| Binary | 11100010 | 10110001 | 11010 | 0 | 10110 | 1011000 | 1011 | 101101 | 1001111 | 110001 |
Color Harmonies of #E2B11A
Complementary color
Monochromatic Colors of #E2B11A
Black with #E2B11A
Text Example
Text Example
White with #E2B11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B11A; }
p { color: rgb(226,177,26); }
H1.HeaderClassName
{
color: #E2B11A;
}
.AnyTagClassName
{
color: #E2B11A;
}
</style>
background-color css
<style>
a { background-color: #E2B11A; }
a { background-color: rgb(226,177,26); }
div.DivClassName
{
background-color: #E2B11A;
}
.BgClassName
{
background-color: #E2B11A;
}
</style>
border-color css
<style>
span { border-color: #E2B11A; }
span { border-color: rgb(226,177,26); }
td.TdClassName
{
border-color: #E2B11A;
}
.TagClassName
{
border-color: #E2B11A;
}
</style>