Shades of Gold Tips #E4BC21
Tints of Gold Tips #E4BC21
RGB
CMYK
RGB Variations
Color information
#E4BC21 (or 0xE4BC21) is known color: Gold Tips. HEX triplet: E4, BC and 21. RGB value is (228,188,33). Sum of RGB (Red+Green+Blue) = 228+188+33=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BC21 is #1B43DE. Grayscale: #B6B6B6. Windows color (decimal): -1786847 or 2211044. OLE color: 2211044.
HSL color Cylindrical-coordinate representation of color #E4BC21: hue angle of 47.69º 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 #E4BC21 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 188 | 33 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.11 |
| HSL | 47.69º | 0.78% | 0.51% | - |
| HSV(B) | 47.69º | 0.86% | 0.89% | - |
| XYZ | 50.25 | 52.57 | 8.94 | - |
| YUV | 182.29 | 43.75 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 188 | 33 | 0 | 0.18 | 0.86 | 0.11 | 47.69 | 0.78 | 0.51 |
| Hex | E4 | BC | 21 | 0 | 12 | 56 | B | 30 | 4E | 33 |
| Octal | 344 | 274 | 41 | 0 | 22 | 126 | 13 | 60 | 116 | 63 |
| Binary | 11100100 | 10111100 | 100001 | 0 | 10010 | 1010110 | 1011 | 110000 | 1001110 | 110011 |
Color Harmonies of #E4BC21
Complementary color
Monochromatic Colors of #E4BC21
Black with #E4BC21
Text Example
Text Example
White with #E4BC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BC21; }
p { color: rgb(228,188,33); }
H1.HeaderClassName
{
color: #E4BC21;
}
.AnyTagClassName
{
color: #E4BC21;
}
</style>
background-color css
<style>
a { background-color: #E4BC21; }
a { background-color: rgb(228,188,33); }
div.DivClassName
{
background-color: #E4BC21;
}
.BgClassName
{
background-color: #E4BC21;
}
</style>
border-color css
<style>
span { border-color: #E4BC21; }
span { border-color: rgb(228,188,33); }
td.TdClassName
{
border-color: #E4BC21;
}
.TagClassName
{
border-color: #E4BC21;
}
</style>