Shades of Gold Tips #E1BC26
Tints of Gold Tips #E1BC26
RGB
CMYK
RGB Variations
Color information
#E1BC26 (or 0xE1BC26) is known color: Gold Tips. HEX triplet: E1, BC and 26. RGB value is (225,188,38). Sum of RGB (Red+Green+Blue) = 225+188+38=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 38 (15.23% from 255 or 8.43% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BC26 is #1E43D9. Grayscale: #B6B6B6. Windows color (decimal): -1983450 or 2538721. OLE color: 2538721.
HSL color Cylindrical-coordinate representation of color #E1BC26: hue angle of 48.13º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1BC26 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 38 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.12 |
| HSL | 48.13º | 0.76% | 0.52% | - |
| HSV(B) | 48.13º | 0.83% | 0.88% | - |
| XYZ | 49.38 | 52.11 | 9.29 | - |
| YUV | 181.96 | 46.76 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 38 | 0 | 0.16 | 0.83 | 0.12 | 48.13 | 0.76 | 0.52 |
| Hex | E1 | BC | 26 | 0 | 10 | 53 | C | 30 | 4C | 34 |
| Octal | 341 | 274 | 46 | 0 | 20 | 123 | 14 | 60 | 114 | 64 |
| Binary | 11100001 | 10111100 | 100110 | 0 | 10000 | 1010011 | 1100 | 110000 | 1001100 | 110100 |
Color Harmonies of #E1BC26
Complementary color
Monochromatic Colors of #E1BC26
Black with #E1BC26
Text Example
Text Example
White with #E1BC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BC26; }
p { color: rgb(225,188,38); }
H1.HeaderClassName
{
color: #E1BC26;
}
.AnyTagClassName
{
color: #E1BC26;
}
</style>
background-color css
<style>
a { background-color: #E1BC26; }
a { background-color: rgb(225,188,38); }
div.DivClassName
{
background-color: #E1BC26;
}
.BgClassName
{
background-color: #E1BC26;
}
</style>
border-color css
<style>
span { border-color: #E1BC26; }
span { border-color: rgb(225,188,38); }
td.TdClassName
{
border-color: #E1BC26;
}
.TagClassName
{
border-color: #E1BC26;
}
</style>