Shades of Gold Tips #E2BC26
Tints of Gold Tips #E2BC26
RGB
CMYK
RGB Variations
Color information
#E2BC26 (or 0xE2BC26) is known color: Gold Tips. HEX triplet: E2, BC and 26. RGB value is (226,188,38). Sum of RGB (Red+Green+Blue) = 226+188+38=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 38 (15.23% from 255 or 8.41% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BC26 is #1D43D9. Grayscale: #B6B6B6. Windows color (decimal): -1917914 or 2538722. OLE color: 2538722.
HSL color Cylindrical-coordinate representation of color #E2BC26: hue angle of 47.87º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2BC26 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 38 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.11 |
| HSL | 47.87º | 0.76% | 0.52% | - |
| HSV(B) | 47.87º | 0.83% | 0.89% | - |
| XYZ | 49.7 | 52.28 | 9.3 | - |
| YUV | 182.26 | 46.59 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 38 | 0 | 0.17 | 0.83 | 0.11 | 47.87 | 0.76 | 0.52 |
| Hex | E2 | BC | 26 | 0 | 11 | 53 | B | 30 | 4C | 34 |
| Octal | 342 | 274 | 46 | 0 | 21 | 123 | 13 | 60 | 114 | 64 |
| Binary | 11100010 | 10111100 | 100110 | 0 | 10001 | 1010011 | 1011 | 110000 | 1001100 | 110100 |
Color Harmonies of #E2BC26
Complementary color
Monochromatic Colors of #E2BC26
Black with #E2BC26
Text Example
Text Example
White with #E2BC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC26; }
p { color: rgb(226,188,38); }
H1.HeaderClassName
{
color: #E2BC26;
}
.AnyTagClassName
{
color: #E2BC26;
}
</style>
background-color css
<style>
a { background-color: #E2BC26; }
a { background-color: rgb(226,188,38); }
div.DivClassName
{
background-color: #E2BC26;
}
.BgClassName
{
background-color: #E2BC26;
}
</style>
border-color css
<style>
span { border-color: #E2BC26; }
span { border-color: rgb(226,188,38); }
td.TdClassName
{
border-color: #E2BC26;
}
.TagClassName
{
border-color: #E2BC26;
}
</style>