Shades of Gold Tips #E4B128
Tints of Gold Tips #E4B128
RGB
CMYK
RGB Variations
Color information
#E4B128 (or 0xE4B128) is known color: Gold Tips. HEX triplet: E4, B1 and 28. RGB value is (228,177,40). Sum of RGB (Red+Green+Blue) = 228+177+40=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4B128 is #1B4ED7. Grayscale: #B1B1B1. Windows color (decimal): -1789656 or 2666980. OLE color: 2666980.
HSL color Cylindrical-coordinate representation of color #E4B128: hue angle of 43.72º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4B128 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 177 | 40 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.11 |
| HSL | 43.72º | 0.78% | 0.53% | - |
| HSV(B) | 43.72º | 0.82% | 0.89% | - |
| XYZ | 48.1 | 48.09 | 8.75 | - |
| YUV | 176.63 | 50.9 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 177 | 40 | 0 | 0.22 | 0.82 | 0.11 | 43.72 | 0.78 | 0.53 |
| Hex | E4 | B1 | 28 | 0 | 16 | 52 | B | 2C | 4E | 35 |
| Octal | 344 | 261 | 50 | 0 | 26 | 122 | 13 | 54 | 116 | 65 |
| Binary | 11100100 | 10110001 | 101000 | 0 | 10110 | 1010010 | 1011 | 101100 | 1001110 | 110101 |
Color Harmonies of #E4B128
Complementary color
Monochromatic Colors of #E4B128
Black with #E4B128
Text Example
Text Example
White with #E4B128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B128; }
p { color: rgb(228,177,40); }
H1.HeaderClassName
{
color: #E4B128;
}
.AnyTagClassName
{
color: #E4B128;
}
</style>
background-color css
<style>
a { background-color: #E4B128; }
a { background-color: rgb(228,177,40); }
div.DivClassName
{
background-color: #E4B128;
}
.BgClassName
{
background-color: #E4B128;
}
</style>
border-color css
<style>
span { border-color: #E4B128; }
span { border-color: rgb(228,177,40); }
td.TdClassName
{
border-color: #E4B128;
}
.TagClassName
{
border-color: #E4B128;
}
</style>