Shades of Gold Tips #E2B51D
Tints of Gold Tips #E2B51D
RGB
CMYK
RGB Variations
Color information
#E2B51D (or 0xE2B51D) is known color: Gold Tips. HEX triplet: E2, B5 and 1D. RGB value is (226,181,29). Sum of RGB (Red+Green+Blue) = 226+181+29=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B51D is #1D4AE2. Grayscale: #B1B1B1. Windows color (decimal): -1919715 or 1947106. OLE color: 1947106.
HSL color Cylindrical-coordinate representation of color #E2B51D: hue angle of 46.29º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2B51D is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 181 | 29 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.11 |
| HSL | 46.29º | 0.77% | 0.5% | - |
| HSV(B) | 46.29º | 0.87% | 0.89% | - |
| XYZ | 48.11 | 49.31 | 8.14 | - |
| YUV | 177.13 | 44.41 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 29 | 0 | 0.20 | 0.87 | 0.11 | 46.29 | 0.77 | 0.5 |
| Hex | E2 | B5 | 1D | 0 | 14 | 57 | B | 2E | 4D | 32 |
| Octal | 342 | 265 | 35 | 0 | 24 | 127 | 13 | 56 | 115 | 62 |
| Binary | 11100010 | 10110101 | 11101 | 0 | 10100 | 1010111 | 1011 | 101110 | 1001101 | 110010 |
Color Harmonies of #E2B51D
Complementary color
Monochromatic Colors of #E2B51D
Black with #E2B51D
Text Example
Text Example
White with #E2B51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B51D; }
p { color: rgb(226,181,29); }
H1.HeaderClassName
{
color: #E2B51D;
}
.AnyTagClassName
{
color: #E2B51D;
}
</style>
background-color css
<style>
a { background-color: #E2B51D; }
a { background-color: rgb(226,181,29); }
div.DivClassName
{
background-color: #E2B51D;
}
.BgClassName
{
background-color: #E2B51D;
}
</style>
border-color css
<style>
span { border-color: #E2B51D; }
span { border-color: rgb(226,181,29); }
td.TdClassName
{
border-color: #E2B51D;
}
.TagClassName
{
border-color: #E2B51D;
}
</style>