Shades of Gold Tips #E5B31B
Tints of Gold Tips #E5B31B
RGB
CMYK
RGB Variations
Color information
#E5B31B (or 0xE5B31B) is known color: Gold Tips. HEX triplet: E5, B3 and 1B. RGB value is (229,179,27). Sum of RGB (Red+Green+Blue) = 229+179+27=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 27 (10.94% from 255 or 6.21% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B31B is #1A4CE4. Grayscale: #B1B1B1. Windows color (decimal): -1723621 or 1815525. OLE color: 1815525.
HSL color Cylindrical-coordinate representation of color #E5B31B: hue angle of 45.15º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5B31B is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 27 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.10 |
| HSL | 45.15º | 0.8% | 0.5% | - |
| HSV(B) | 45.15º | 0.88% | 0.9% | - |
| XYZ | 48.63 | 48.98 | 7.93 | - |
| YUV | 176.62 | 43.57 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 27 | 0 | 0.22 | 0.88 | 0.10 | 45.15 | 0.8 | 0.5 |
| Hex | E5 | B3 | 1B | 0 | 16 | 58 | A | 2D | 50 | 32 |
| Octal | 345 | 263 | 33 | 0 | 26 | 130 | 12 | 55 | 120 | 62 |
| Binary | 11100101 | 10110011 | 11011 | 0 | 10110 | 1011000 | 1010 | 101101 | 1010000 | 110010 |
Color Harmonies of #E5B31B
Complementary color
Monochromatic Colors of #E5B31B
Black with #E5B31B
Text Example
Text Example
White with #E5B31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B31B; }
p { color: rgb(229,179,27); }
H1.HeaderClassName
{
color: #E5B31B;
}
.AnyTagClassName
{
color: #E5B31B;
}
</style>
background-color css
<style>
a { background-color: #E5B31B; }
a { background-color: rgb(229,179,27); }
div.DivClassName
{
background-color: #E5B31B;
}
.BgClassName
{
background-color: #E5B31B;
}
</style>
border-color css
<style>
span { border-color: #E5B31B; }
span { border-color: rgb(229,179,27); }
td.TdClassName
{
border-color: #E5B31B;
}
.TagClassName
{
border-color: #E5B31B;
}
</style>