Shades of Gold Tips #E5B42B
Tints of Gold Tips #E5B42B
RGB
CMYK
RGB Variations
Color information
#E5B42B (or 0xE5B42B) is known color: Gold Tips. HEX triplet: E5, B4 and 2B. RGB value is (229,180,43). Sum of RGB (Red+Green+Blue) = 229+180+43=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 43 (17.19% from 255 or 9.51% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B42B is #1A4BD4. Grayscale: #B3B3B3. Windows color (decimal): -1723349 or 2864357. OLE color: 2864357.
HSL color Cylindrical-coordinate representation of color #E5B42B: hue angle of 44.19º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5B42B is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 43 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.10 |
| HSL | 44.19º | 0.78% | 0.53% | - |
| HSV(B) | 44.19º | 0.81% | 0.9% | - |
| XYZ | 49.07 | 49.47 | 9.25 | - |
| YUV | 179.03 | 51.23 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 43 | 0 | 0.21 | 0.81 | 0.10 | 44.19 | 0.78 | 0.53 |
| Hex | E5 | B4 | 2B | 0 | 15 | 51 | A | 2C | 4E | 35 |
| Octal | 345 | 264 | 53 | 0 | 25 | 121 | 12 | 54 | 116 | 65 |
| Binary | 11100101 | 10110100 | 101011 | 0 | 10101 | 1010001 | 1010 | 101100 | 1001110 | 110101 |
Color Harmonies of #E5B42B
Complementary color
Monochromatic Colors of #E5B42B
Black with #E5B42B
Text Example
Text Example
White with #E5B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B42B; }
p { color: rgb(229,180,43); }
H1.HeaderClassName
{
color: #E5B42B;
}
.AnyTagClassName
{
color: #E5B42B;
}
</style>
background-color css
<style>
a { background-color: #E5B42B; }
a { background-color: rgb(229,180,43); }
div.DivClassName
{
background-color: #E5B42B;
}
.BgClassName
{
background-color: #E5B42B;
}
</style>
border-color css
<style>
span { border-color: #E5B42B; }
span { border-color: rgb(229,180,43); }
td.TdClassName
{
border-color: #E5B42B;
}
.TagClassName
{
border-color: #E5B42B;
}
</style>