Shades of Gold Tips #E2B928
Tints of Gold Tips #E2B928
RGB
CMYK
RGB Variations
Color information
#E2B928 (or 0xE2B928) is known color: Gold Tips. HEX triplet: E2, B9 and 28. RGB value is (226,185,40). Sum of RGB (Red+Green+Blue) = 226+185+40=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B928 is #1D46D7. Grayscale: #B5B5B5. Windows color (decimal): -1918680 or 2669026. OLE color: 2669026.
HSL color Cylindrical-coordinate representation of color #E2B928: hue angle of 46.77º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2B928 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 40 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.11 |
| HSL | 46.77º | 0.76% | 0.52% | - |
| HSV(B) | 46.77º | 0.82% | 0.89% | - |
| XYZ | 49.1 | 51.02 | 9.27 | - |
| YUV | 180.73 | 48.58 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 40 | 0 | 0.18 | 0.82 | 0.11 | 46.77 | 0.76 | 0.52 |
| Hex | E2 | B9 | 28 | 0 | 12 | 52 | B | 2F | 4C | 34 |
| Octal | 342 | 271 | 50 | 0 | 22 | 122 | 13 | 57 | 114 | 64 |
| Binary | 11100010 | 10111001 | 101000 | 0 | 10010 | 1010010 | 1011 | 101111 | 1001100 | 110100 |
Color Harmonies of #E2B928
Complementary color
Monochromatic Colors of #E2B928
Black with #E2B928
Text Example
Text Example
White with #E2B928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B928; }
p { color: rgb(226,185,40); }
H1.HeaderClassName
{
color: #E2B928;
}
.AnyTagClassName
{
color: #E2B928;
}
</style>
background-color css
<style>
a { background-color: #E2B928; }
a { background-color: rgb(226,185,40); }
div.DivClassName
{
background-color: #E2B928;
}
.BgClassName
{
background-color: #E2B928;
}
</style>
border-color css
<style>
span { border-color: #E2B928; }
span { border-color: rgb(226,185,40); }
td.TdClassName
{
border-color: #E2B928;
}
.TagClassName
{
border-color: #E2B928;
}
</style>