Shades of Gold Tips #E2B125
Tints of Gold Tips #E2B125
RGB
CMYK
RGB Variations
Color information
#E2B125 (or 0xE2B125) is known color: Gold Tips. HEX triplet: E2, B1 and 25. RGB value is (226,177,37). Sum of RGB (Red+Green+Blue) = 226+177+37=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B125 is #1D4EDA. Grayscale: #B0B0B0. Windows color (decimal): -1920731 or 2470370. OLE color: 2470370.
HSL color Cylindrical-coordinate representation of color #E2B125: hue angle of 44.44º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2B125 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 37 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.11 |
| HSL | 44.44º | 0.77% | 0.52% | - |
| HSV(B) | 44.44º | 0.84% | 0.89% | - |
| XYZ | 47.42 | 47.75 | 8.47 | - |
| YUV | 175.69 | 49.73 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 37 | 0 | 0.22 | 0.84 | 0.11 | 44.44 | 0.77 | 0.52 |
| Hex | E2 | B1 | 25 | 0 | 16 | 54 | B | 2C | 4D | 34 |
| Octal | 342 | 261 | 45 | 0 | 26 | 124 | 13 | 54 | 115 | 64 |
| Binary | 11100010 | 10110001 | 100101 | 0 | 10110 | 1010100 | 1011 | 101100 | 1001101 | 110100 |
Color Harmonies of #E2B125
Complementary color
Monochromatic Colors of #E2B125
Black with #E2B125
Text Example
Text Example
White with #E2B125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B125; }
p { color: rgb(226,177,37); }
H1.HeaderClassName
{
color: #E2B125;
}
.AnyTagClassName
{
color: #E2B125;
}
</style>
background-color css
<style>
a { background-color: #E2B125; }
a { background-color: rgb(226,177,37); }
div.DivClassName
{
background-color: #E2B125;
}
.BgClassName
{
background-color: #E2B125;
}
</style>
border-color css
<style>
span { border-color: #E2B125; }
span { border-color: rgb(226,177,37); }
td.TdClassName
{
border-color: #E2B125;
}
.TagClassName
{
border-color: #E2B125;
}
</style>