Shades of Gold Tips #E4B921
Tints of Gold Tips #E4B921
RGB
CMYK
RGB Variations
Color information
#E4B921 (or 0xE4B921) is known color: Gold Tips. HEX triplet: E4, B9 and 21. RGB value is (228,185,33). Sum of RGB (Red+Green+Blue) = 228+185+33=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4B921 is #1B46DE. Grayscale: #B5B5B5. Windows color (decimal): -1787615 or 2210276. OLE color: 2210276.
HSL color Cylindrical-coordinate representation of color #E4B921: hue angle of 46.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4B921 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 185 | 33 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.11 |
| HSL | 46.77º | 0.78% | 0.51% | - |
| HSV(B) | 46.77º | 0.86% | 0.89% | - |
| XYZ | 49.62 | 51.3 | 8.73 | - |
| YUV | 180.53 | 44.75 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 185 | 33 | 0 | 0.19 | 0.86 | 0.11 | 46.77 | 0.78 | 0.51 |
| Hex | E4 | B9 | 21 | 0 | 13 | 56 | B | 2F | 4E | 33 |
| Octal | 344 | 271 | 41 | 0 | 23 | 126 | 13 | 57 | 116 | 63 |
| Binary | 11100100 | 10111001 | 100001 | 0 | 10011 | 1010110 | 1011 | 101111 | 1001110 | 110011 |
Color Harmonies of #E4B921
Complementary color
Monochromatic Colors of #E4B921
Black with #E4B921
Text Example
Text Example
White with #E4B921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B921; }
p { color: rgb(228,185,33); }
H1.HeaderClassName
{
color: #E4B921;
}
.AnyTagClassName
{
color: #E4B921;
}
</style>
background-color css
<style>
a { background-color: #E4B921; }
a { background-color: rgb(228,185,33); }
div.DivClassName
{
background-color: #E4B921;
}
.BgClassName
{
background-color: #E4B921;
}
</style>
border-color css
<style>
span { border-color: #E4B921; }
span { border-color: rgb(228,185,33); }
td.TdClassName
{
border-color: #E4B921;
}
.TagClassName
{
border-color: #E4B921;
}
</style>