Shades of Gold Tips #E2B127
Tints of Gold Tips #E2B127
RGB
CMYK
RGB Variations
Color information
#E2B127 (or 0xE2B127) is known color: Gold Tips. HEX triplet: E2, B1 and 27. RGB value is (226,177,39). Sum of RGB (Red+Green+Blue) = 226+177+39=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 39 (15.62% from 255 or 8.82% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B127 is #1D4ED8. Grayscale: #B0B0B0. Windows color (decimal): -1920729 or 2601442. OLE color: 2601442.
HSL color Cylindrical-coordinate representation of color #E2B127: hue angle of 44.28º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2B127 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 39 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.11 |
| HSL | 44.28º | 0.76% | 0.52% | - |
| HSV(B) | 44.28º | 0.83% | 0.89% | - |
| XYZ | 47.45 | 47.76 | 8.64 | - |
| YUV | 175.92 | 50.73 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 39 | 0 | 0.22 | 0.83 | 0.11 | 44.28 | 0.76 | 0.52 |
| Hex | E2 | B1 | 27 | 0 | 16 | 53 | B | 2C | 4C | 34 |
| Octal | 342 | 261 | 47 | 0 | 26 | 123 | 13 | 54 | 114 | 64 |
| Binary | 11100010 | 10110001 | 100111 | 0 | 10110 | 1010011 | 1011 | 101100 | 1001100 | 110100 |
Color Harmonies of #E2B127
Complementary color
Monochromatic Colors of #E2B127
Black with #E2B127
Text Example
Text Example
White with #E2B127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B127; }
p { color: rgb(226,177,39); }
H1.HeaderClassName
{
color: #E2B127;
}
.AnyTagClassName
{
color: #E2B127;
}
</style>
background-color css
<style>
a { background-color: #E2B127; }
a { background-color: rgb(226,177,39); }
div.DivClassName
{
background-color: #E2B127;
}
.BgClassName
{
background-color: #E2B127;
}
</style>
border-color css
<style>
span { border-color: #E2B127; }
span { border-color: rgb(226,177,39); }
td.TdClassName
{
border-color: #E2B127;
}
.TagClassName
{
border-color: #E2B127;
}
</style>