Shades of Gold Tips #E5B016
Tints of Gold Tips #E5B016
RGB
CMYK
RGB Variations
Color information
#E5B016 (or 0xE5B016) is known color: Gold Tips. HEX triplet: E5, B0 and 16. RGB value is (229,176,22). Sum of RGB (Red+Green+Blue) = 229+176+22=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5B016 is #1A4FE9. Grayscale: #AEAEAE. Windows color (decimal): -1724394 or 1487077. OLE color: 1487077.
HSL color Cylindrical-coordinate representation of color #E5B016: hue angle of 44.64º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5B016 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 22 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.10 |
| HSL | 44.64º | 0.82% | 0.49% | - |
| HSV(B) | 44.64º | 0.9% | 0.9% | - |
| XYZ | 47.98 | 47.77 | 7.45 | - |
| YUV | 174.29 | 42.06 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 22 | 0 | 0.23 | 0.90 | 0.10 | 44.64 | 0.82 | 0.49 |
| Hex | E5 | B0 | 16 | 0 | 17 | 5A | A | 2D | 52 | 31 |
| Octal | 345 | 260 | 26 | 0 | 27 | 132 | 12 | 55 | 122 | 61 |
| Binary | 11100101 | 10110000 | 10110 | 0 | 10111 | 1011010 | 1010 | 101101 | 1010010 | 110001 |
Color Harmonies of #E5B016
Complementary color
Monochromatic Colors of #E5B016
Black with #E5B016
Text Example
Text Example
White with #E5B016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B016; }
p { color: rgb(229,176,22); }
H1.HeaderClassName
{
color: #E5B016;
}
.AnyTagClassName
{
color: #E5B016;
}
</style>
background-color css
<style>
a { background-color: #E5B016; }
a { background-color: rgb(229,176,22); }
div.DivClassName
{
background-color: #E5B016;
}
.BgClassName
{
background-color: #E5B016;
}
</style>
border-color css
<style>
span { border-color: #E5B016; }
span { border-color: rgb(229,176,22); }
td.TdClassName
{
border-color: #E5B016;
}
.TagClassName
{
border-color: #E5B016;
}
</style>