Shades of Gold Tips #E5B71C
Tints of Gold Tips #E5B71C
RGB
CMYK
RGB Variations
Color information
#E5B71C (or 0xE5B71C) is known color: Gold Tips. HEX triplet: E5, B7 and 1C. RGB value is (229,183,28). Sum of RGB (Red+Green+Blue) = 229+183+28=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B71C is #1A48E3. Grayscale: #B3B3B3. Windows color (decimal): -1722596 or 1882085. OLE color: 1882085.
HSL color Cylindrical-coordinate representation of color #E5B71C: hue angle of 46.27º 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 #E5B71C is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 183 | 28 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.10 |
| HSL | 46.27º | 0.79% | 0.5% | - |
| HSV(B) | 46.27º | 0.88% | 0.9% | - |
| XYZ | 49.46 | 50.61 | 8.26 | - |
| YUV | 179.08 | 42.74 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 28 | 0 | 0.20 | 0.88 | 0.10 | 46.27 | 0.79 | 0.5 |
| Hex | E5 | B7 | 1C | 0 | 14 | 58 | A | 2E | 4F | 32 |
| Octal | 345 | 267 | 34 | 0 | 24 | 130 | 12 | 56 | 117 | 62 |
| Binary | 11100101 | 10110111 | 11100 | 0 | 10100 | 1011000 | 1010 | 101110 | 1001111 | 110010 |
Color Harmonies of #E5B71C
Complementary color
Monochromatic Colors of #E5B71C
Black with #E5B71C
Text Example
Text Example
White with #E5B71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B71C; }
p { color: rgb(229,183,28); }
H1.HeaderClassName
{
color: #E5B71C;
}
.AnyTagClassName
{
color: #E5B71C;
}
</style>
background-color css
<style>
a { background-color: #E5B71C; }
a { background-color: rgb(229,183,28); }
div.DivClassName
{
background-color: #E5B71C;
}
.BgClassName
{
background-color: #E5B71C;
}
</style>
border-color css
<style>
span { border-color: #E5B71C; }
span { border-color: rgb(229,183,28); }
td.TdClassName
{
border-color: #E5B71C;
}
.TagClassName
{
border-color: #E5B71C;
}
</style>