Shades of Gold Tips #E5B21C
Tints of Gold Tips #E5B21C
RGB
CMYK
RGB Variations
Color information
#E5B21C (or 0xE5B21C) is known color: Gold Tips. HEX triplet: E5, B2 and 1C. RGB value is (229,178,28). Sum of RGB (Red+Green+Blue) = 229+178+28=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B21C is #1A4DE3. Grayscale: #B0B0B0. Windows color (decimal): -1723876 or 1880805. OLE color: 1880805.
HSL color Cylindrical-coordinate representation of color #E5B21C: hue angle of 44.78º 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 #E5B21C is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 178 | 28 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.10 |
| HSL | 44.78º | 0.79% | 0.5% | - |
| HSV(B) | 44.78º | 0.88% | 0.9% | - |
| XYZ | 48.44 | 48.58 | 7.92 | - |
| YUV | 176.15 | 44.4 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 178 | 28 | 0 | 0.22 | 0.88 | 0.10 | 44.78 | 0.79 | 0.5 |
| Hex | E5 | B2 | 1C | 0 | 16 | 58 | A | 2D | 4F | 32 |
| Octal | 345 | 262 | 34 | 0 | 26 | 130 | 12 | 55 | 117 | 62 |
| Binary | 11100101 | 10110010 | 11100 | 0 | 10110 | 1011000 | 1010 | 101101 | 1001111 | 110010 |
Color Harmonies of #E5B21C
Complementary color
Monochromatic Colors of #E5B21C
Black with #E5B21C
Text Example
Text Example
White with #E5B21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B21C; }
p { color: rgb(229,178,28); }
H1.HeaderClassName
{
color: #E5B21C;
}
.AnyTagClassName
{
color: #E5B21C;
}
</style>
background-color css
<style>
a { background-color: #E5B21C; }
a { background-color: rgb(229,178,28); }
div.DivClassName
{
background-color: #E5B21C;
}
.BgClassName
{
background-color: #E5B21C;
}
</style>
border-color css
<style>
span { border-color: #E5B21C; }
span { border-color: rgb(229,178,28); }
td.TdClassName
{
border-color: #E5B21C;
}
.TagClassName
{
border-color: #E5B21C;
}
</style>