Shades of Gold Tips #E5B02D
Tints of Gold Tips #E5B02D
RGB
CMYK
RGB Variations
Color information
#E5B02D (or 0xE5B02D) is known color: Gold Tips. HEX triplet: E5, B0 and 2D. RGB value is (229,176,45). Sum of RGB (Red+Green+Blue) = 229+176+45=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B02D is #1A4FD2. Grayscale: #B1B1B1. Windows color (decimal): -1724371 or 2994405. OLE color: 2994405.
HSL color Cylindrical-coordinate representation of color #E5B02D: hue angle of 42.72º 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 #E5B02D is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 45 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.10 |
| HSL | 42.72º | 0.78% | 0.54% | - |
| HSV(B) | 42.72º | 0.8% | 0.9% | - |
| XYZ | 48.31 | 47.9 | 9.18 | - |
| YUV | 176.91 | 53.56 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 45 | 0 | 0.23 | 0.80 | 0.10 | 42.72 | 0.78 | 0.54 |
| Hex | E5 | B0 | 2D | 0 | 17 | 50 | A | 2B | 4E | 36 |
| Octal | 345 | 260 | 55 | 0 | 27 | 120 | 12 | 53 | 116 | 66 |
| Binary | 11100101 | 10110000 | 101101 | 0 | 10111 | 1010000 | 1010 | 101011 | 1001110 | 110110 |
Color Harmonies of #E5B02D
Complementary color
Monochromatic Colors of #E5B02D
Black with #E5B02D
Text Example
Text Example
White with #E5B02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B02D; }
p { color: rgb(229,176,45); }
H1.HeaderClassName
{
color: #E5B02D;
}
.AnyTagClassName
{
color: #E5B02D;
}
</style>
background-color css
<style>
a { background-color: #E5B02D; }
a { background-color: rgb(229,176,45); }
div.DivClassName
{
background-color: #E5B02D;
}
.BgClassName
{
background-color: #E5B02D;
}
</style>
border-color css
<style>
span { border-color: #E5B02D; }
span { border-color: rgb(229,176,45); }
td.TdClassName
{
border-color: #E5B02D;
}
.TagClassName
{
border-color: #E5B02D;
}
</style>