Shades of Gold Tips #E5B014
Tints of Gold Tips #E5B014
RGB
CMYK
RGB Variations
Color information
#E5B014 (or 0xE5B014) is known color: Gold Tips. HEX triplet: E5, B0 and 14. RGB value is (229,176,20). Sum of RGB (Red+Green+Blue) = 229+176+20=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5B014 is #1A4FEB. Grayscale: #AEAEAE. Windows color (decimal): -1724396 or 1356005. OLE color: 1356005.
HSL color Cylindrical-coordinate representation of color #E5B014: hue angle of 44.78º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5B014 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 20 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.10 |
| HSL | 44.78º | 0.84% | 0.49% | - |
| HSV(B) | 44.78º | 0.91% | 0.9% | - |
| XYZ | 47.96 | 47.76 | 7.35 | - |
| YUV | 174.06 | 41.06 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 20 | 0 | 0.23 | 0.91 | 0.10 | 44.78 | 0.84 | 0.49 |
| Hex | E5 | B0 | 14 | 0 | 17 | 5B | A | 2D | 54 | 31 |
| Octal | 345 | 260 | 24 | 0 | 27 | 133 | 12 | 55 | 124 | 61 |
| Binary | 11100101 | 10110000 | 10100 | 0 | 10111 | 1011011 | 1010 | 101101 | 1010100 | 110001 |
Color Harmonies of #E5B014
Complementary color
Monochromatic Colors of #E5B014
Black with #E5B014
Text Example
Text Example
White with #E5B014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B014; }
p { color: rgb(229,176,20); }
H1.HeaderClassName
{
color: #E5B014;
}
.AnyTagClassName
{
color: #E5B014;
}
</style>
background-color css
<style>
a { background-color: #E5B014; }
a { background-color: rgb(229,176,20); }
div.DivClassName
{
background-color: #E5B014;
}
.BgClassName
{
background-color: #E5B014;
}
</style>
border-color css
<style>
span { border-color: #E5B014; }
span { border-color: rgb(229,176,20); }
td.TdClassName
{
border-color: #E5B014;
}
.TagClassName
{
border-color: #E5B014;
}
</style>