Shades of Gold Tips #E5B01C
Tints of Gold Tips #E5B01C
RGB
CMYK
RGB Variations
Color information
#E5B01C (or 0xE5B01C) is known color: Gold Tips. HEX triplet: E5, B0 and 1C. RGB value is (229,176,28). Sum of RGB (Red+Green+Blue) = 229+176+28=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B01C is #1A4FE3. Grayscale: #AFAFAF. Windows color (decimal): -1724388 or 1880293. OLE color: 1880293.
HSL color Cylindrical-coordinate representation of color #E5B01C: hue angle of 44.18º degrees, saturation: 0.79, 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 #E5B01C is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 28 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.10 |
| HSL | 44.18º | 0.79% | 0.5% | - |
| HSV(B) | 44.18º | 0.88% | 0.9% | - |
| XYZ | 48.05 | 47.79 | 7.79 | - |
| YUV | 174.98 | 45.06 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 28 | 0 | 0.23 | 0.88 | 0.10 | 44.18 | 0.79 | 0.5 |
| Hex | E5 | B0 | 1C | 0 | 17 | 58 | A | 2C | 4F | 32 |
| Octal | 345 | 260 | 34 | 0 | 27 | 130 | 12 | 54 | 117 | 62 |
| Binary | 11100101 | 10110000 | 11100 | 0 | 10111 | 1011000 | 1010 | 101100 | 1001111 | 110010 |
Color Harmonies of #E5B01C
Complementary color
Monochromatic Colors of #E5B01C
Black with #E5B01C
Text Example
Text Example
White with #E5B01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B01C; }
p { color: rgb(229,176,28); }
H1.HeaderClassName
{
color: #E5B01C;
}
.AnyTagClassName
{
color: #E5B01C;
}
</style>
background-color css
<style>
a { background-color: #E5B01C; }
a { background-color: rgb(229,176,28); }
div.DivClassName
{
background-color: #E5B01C;
}
.BgClassName
{
background-color: #E5B01C;
}
</style>
border-color css
<style>
span { border-color: #E5B01C; }
span { border-color: rgb(229,176,28); }
td.TdClassName
{
border-color: #E5B01C;
}
.TagClassName
{
border-color: #E5B01C;
}
</style>