Shades of Gold Tips #E2B325
Tints of Gold Tips #E2B325
RGB
CMYK
RGB Variations
Color information
#E2B325 (or 0xE2B325) is known color: Gold Tips. HEX triplet: E2, B3 and 25. RGB value is (226,179,37). Sum of RGB (Red+Green+Blue) = 226+179+37=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B325 is #1D4CDA. Grayscale: #B1B1B1. Windows color (decimal): -1920219 or 2470882. OLE color: 2470882.
HSL color Cylindrical-coordinate representation of color #E2B325: hue angle of 45.08º 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 #E2B325 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 37 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.11 |
| HSL | 45.08º | 0.77% | 0.52% | - |
| HSV(B) | 45.08º | 0.84% | 0.89% | - |
| XYZ | 47.82 | 48.54 | 8.6 | - |
| YUV | 176.87 | 49.07 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 37 | 0 | 0.21 | 0.84 | 0.11 | 45.08 | 0.77 | 0.52 |
| Hex | E2 | B3 | 25 | 0 | 15 | 54 | B | 2D | 4D | 34 |
| Octal | 342 | 263 | 45 | 0 | 25 | 124 | 13 | 55 | 115 | 64 |
| Binary | 11100010 | 10110011 | 100101 | 0 | 10101 | 1010100 | 1011 | 101101 | 1001101 | 110100 |
Color Harmonies of #E2B325
Complementary color
Monochromatic Colors of #E2B325
Black with #E2B325
Text Example
Text Example
White with #E2B325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B325; }
p { color: rgb(226,179,37); }
H1.HeaderClassName
{
color: #E2B325;
}
.AnyTagClassName
{
color: #E2B325;
}
</style>
background-color css
<style>
a { background-color: #E2B325; }
a { background-color: rgb(226,179,37); }
div.DivClassName
{
background-color: #E2B325;
}
.BgClassName
{
background-color: #E2B325;
}
</style>
border-color css
<style>
span { border-color: #E2B325; }
span { border-color: rgb(226,179,37); }
td.TdClassName
{
border-color: #E2B325;
}
.TagClassName
{
border-color: #E2B325;
}
</style>