Shades of Gold Tips #E5B11D
Tints of Gold Tips #E5B11D
RGB
CMYK
RGB Variations
Color information
#E5B11D (or 0xE5B11D) is known color: Gold Tips. HEX triplet: E5, B1 and 1D. RGB value is (229,177,29). Sum of RGB (Red+Green+Blue) = 229+177+29=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B11D is #1A4EE2. Grayscale: #B0B0B0. Windows color (decimal): -1724131 or 1946085. OLE color: 1946085.
HSL color Cylindrical-coordinate representation of color #E5B11D: hue angle of 44.4º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5B11D is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 29 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.10 |
| HSL | 44.4º | 0.79% | 0.51% | - |
| HSV(B) | 44.4º | 0.87% | 0.9% | - |
| XYZ | 48.26 | 48.19 | 7.92 | - |
| YUV | 175.68 | 45.23 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 29 | 0 | 0.23 | 0.87 | 0.10 | 44.4 | 0.79 | 0.51 |
| Hex | E5 | B1 | 1D | 0 | 17 | 57 | A | 2C | 4F | 33 |
| Octal | 345 | 261 | 35 | 0 | 27 | 127 | 12 | 54 | 117 | 63 |
| Binary | 11100101 | 10110001 | 11101 | 0 | 10111 | 1010111 | 1010 | 101100 | 1001111 | 110011 |
Color Harmonies of #E5B11D
Complementary color
Monochromatic Colors of #E5B11D
Black with #E5B11D
Text Example
Text Example
White with #E5B11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B11D; }
p { color: rgb(229,177,29); }
H1.HeaderClassName
{
color: #E5B11D;
}
.AnyTagClassName
{
color: #E5B11D;
}
</style>
background-color css
<style>
a { background-color: #E5B11D; }
a { background-color: rgb(229,177,29); }
div.DivClassName
{
background-color: #E5B11D;
}
.BgClassName
{
background-color: #E5B11D;
}
</style>
border-color css
<style>
span { border-color: #E5B11D; }
span { border-color: rgb(229,177,29); }
td.TdClassName
{
border-color: #E5B11D;
}
.TagClassName
{
border-color: #E5B11D;
}
</style>