Shades of Gold Tips #E2B825
Tints of Gold Tips #E2B825
RGB
CMYK
RGB Variations
Color information
#E2B825 (or 0xE2B825) is known color: Gold Tips. HEX triplet: E2, B8 and 25. RGB value is (226,184,37). Sum of RGB (Red+Green+Blue) = 226+184+37=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 37 (14.84% from 255 or 8.28% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B825 is #1D47DA. Grayscale: #B4B4B4. Windows color (decimal): -1918939 or 2472162. OLE color: 2472162.
HSL color Cylindrical-coordinate representation of color #E2B825: hue angle of 46.67º 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 #E2B825 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 37 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.11 |
| HSL | 46.67º | 0.77% | 0.52% | - |
| HSV(B) | 46.67º | 0.84% | 0.89% | - |
| XYZ | 48.84 | 50.58 | 8.94 | - |
| YUV | 179.8 | 47.41 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 37 | 0 | 0.19 | 0.84 | 0.11 | 46.67 | 0.77 | 0.52 |
| Hex | E2 | B8 | 25 | 0 | 13 | 54 | B | 2F | 4D | 34 |
| Octal | 342 | 270 | 45 | 0 | 23 | 124 | 13 | 57 | 115 | 64 |
| Binary | 11100010 | 10111000 | 100101 | 0 | 10011 | 1010100 | 1011 | 101111 | 1001101 | 110100 |
Color Harmonies of #E2B825
Complementary color
Monochromatic Colors of #E2B825
Black with #E2B825
Text Example
Text Example
White with #E2B825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B825; }
p { color: rgb(226,184,37); }
H1.HeaderClassName
{
color: #E2B825;
}
.AnyTagClassName
{
color: #E2B825;
}
</style>
background-color css
<style>
a { background-color: #E2B825; }
a { background-color: rgb(226,184,37); }
div.DivClassName
{
background-color: #E2B825;
}
.BgClassName
{
background-color: #E2B825;
}
</style>
border-color css
<style>
span { border-color: #E2B825; }
span { border-color: rgb(226,184,37); }
td.TdClassName
{
border-color: #E2B825;
}
.TagClassName
{
border-color: #E2B825;
}
</style>