Shades of Gold Tips #E3B116
Tints of Gold Tips #E3B116
RGB
CMYK
RGB Variations
Color information
#E3B116 (or 0xE3B116) is known color: Gold Tips. HEX triplet: E3, B1 and 16. RGB value is (227,177,22). Sum of RGB (Red+Green+Blue) = 227+177+22=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3B116 is #1C4EE9. Grayscale: #AEAEAE. Windows color (decimal): -1855210 or 1487331. OLE color: 1487331.
HSL color Cylindrical-coordinate representation of color #E3B116: hue angle of 45.37º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3B116 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 177 | 22 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.11 |
| HSL | 45.37º | 0.82% | 0.49% | - |
| HSV(B) | 45.37º | 0.9% | 0.89% | - |
| XYZ | 47.55 | 47.83 | 7.49 | - |
| YUV | 174.28 | 42.07 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 177 | 22 | 0 | 0.22 | 0.90 | 0.11 | 45.37 | 0.82 | 0.49 |
| Hex | E3 | B1 | 16 | 0 | 16 | 5A | B | 2D | 52 | 31 |
| Octal | 343 | 261 | 26 | 0 | 26 | 132 | 13 | 55 | 122 | 61 |
| Binary | 11100011 | 10110001 | 10110 | 0 | 10110 | 1011010 | 1011 | 101101 | 1010010 | 110001 |
Color Harmonies of #E3B116
Complementary color
Monochromatic Colors of #E3B116
Black with #E3B116
Text Example
Text Example
White with #E3B116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B116; }
p { color: rgb(227,177,22); }
H1.HeaderClassName
{
color: #E3B116;
}
.AnyTagClassName
{
color: #E3B116;
}
</style>
background-color css
<style>
a { background-color: #E3B116; }
a { background-color: rgb(227,177,22); }
div.DivClassName
{
background-color: #E3B116;
}
.BgClassName
{
background-color: #E3B116;
}
</style>
border-color css
<style>
span { border-color: #E3B116; }
span { border-color: rgb(227,177,22); }
td.TdClassName
{
border-color: #E3B116;
}
.TagClassName
{
border-color: #E3B116;
}
</style>