Shades of Gold Tips #E2B11B
Tints of Gold Tips #E2B11B
RGB
CMYK
RGB Variations
Color information
#E2B11B (or 0xE2B11B) is known color: Gold Tips. HEX triplet: E2, B1 and 1B. RGB value is (226,177,27). Sum of RGB (Red+Green+Blue) = 226+177+27=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B11B is #1D4EE4. Grayscale: #AFAFAF. Windows color (decimal): -1920741 or 1815010. OLE color: 1815010.
HSL color Cylindrical-coordinate representation of color #E2B11B: hue angle of 45.23º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2B11B is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 27 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.11 |
| HSL | 45.23º | 0.79% | 0.5% | - |
| HSV(B) | 45.23º | 0.88% | 0.89% | - |
| XYZ | 47.28 | 47.69 | 7.75 | - |
| YUV | 174.55 | 44.73 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 27 | 0 | 0.22 | 0.88 | 0.11 | 45.23 | 0.79 | 0.5 |
| Hex | E2 | B1 | 1B | 0 | 16 | 58 | B | 2D | 4F | 32 |
| Octal | 342 | 261 | 33 | 0 | 26 | 130 | 13 | 55 | 117 | 62 |
| Binary | 11100010 | 10110001 | 11011 | 0 | 10110 | 1011000 | 1011 | 101101 | 1001111 | 110010 |
Color Harmonies of #E2B11B
Complementary color
Monochromatic Colors of #E2B11B
Black with #E2B11B
Text Example
Text Example
White with #E2B11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B11B; }
p { color: rgb(226,177,27); }
H1.HeaderClassName
{
color: #E2B11B;
}
.AnyTagClassName
{
color: #E2B11B;
}
</style>
background-color css
<style>
a { background-color: #E2B11B; }
a { background-color: rgb(226,177,27); }
div.DivClassName
{
background-color: #E2B11B;
}
.BgClassName
{
background-color: #E2B11B;
}
</style>
border-color css
<style>
span { border-color: #E2B11B; }
span { border-color: rgb(226,177,27); }
td.TdClassName
{
border-color: #E2B11B;
}
.TagClassName
{
border-color: #E2B11B;
}
</style>