Shades of Gold Tips #E5B32E
Tints of Gold Tips #E5B32E
RGB
CMYK
RGB Variations
Color information
#E5B32E (or 0xE5B32E) is known color: Gold Tips. HEX triplet: E5, B3 and 2E. RGB value is (229,179,46). Sum of RGB (Red+Green+Blue) = 229+179+46=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 46 (18.36% from 255 or 10.13% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B32E is #1A4CD1. Grayscale: #B3B3B3. Windows color (decimal): -1723602 or 3060709. OLE color: 3060709.
HSL color Cylindrical-coordinate representation of color #E5B32E: hue angle of 43.61º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5B32E is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 46 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.10 |
| HSL | 43.61º | 0.78% | 0.54% | - |
| HSV(B) | 43.61º | 0.8% | 0.9% | - |
| XYZ | 48.93 | 49.1 | 9.48 | - |
| YUV | 178.79 | 53.07 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 46 | 0 | 0.22 | 0.80 | 0.10 | 43.61 | 0.78 | 0.54 |
| Hex | E5 | B3 | 2E | 0 | 16 | 50 | A | 2C | 4E | 36 |
| Octal | 345 | 263 | 56 | 0 | 26 | 120 | 12 | 54 | 116 | 66 |
| Binary | 11100101 | 10110011 | 101110 | 0 | 10110 | 1010000 | 1010 | 101100 | 1001110 | 110110 |
Color Harmonies of #E5B32E
Complementary color
Monochromatic Colors of #E5B32E
Black with #E5B32E
Text Example
Text Example
White with #E5B32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B32E; }
p { color: rgb(229,179,46); }
H1.HeaderClassName
{
color: #E5B32E;
}
.AnyTagClassName
{
color: #E5B32E;
}
</style>
background-color css
<style>
a { background-color: #E5B32E; }
a { background-color: rgb(229,179,46); }
div.DivClassName
{
background-color: #E5B32E;
}
.BgClassName
{
background-color: #E5B32E;
}
</style>
border-color css
<style>
span { border-color: #E5B32E; }
span { border-color: rgb(229,179,46); }
td.TdClassName
{
border-color: #E5B32E;
}
.TagClassName
{
border-color: #E5B32E;
}
</style>