Shades of Gold Tips #E2BC24
Tints of Gold Tips #E2BC24
RGB
CMYK
RGB Variations
Color information
#E2BC24 (or 0xE2BC24) is known color: Gold Tips. HEX triplet: E2, BC and 24. RGB value is (226,188,36). Sum of RGB (Red+Green+Blue) = 226+188+36=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 36 (14.45% from 255 or 8% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BC24 is #1D43DB. Grayscale: #B6B6B6. Windows color (decimal): -1917916 or 2407650. OLE color: 2407650.
HSL color Cylindrical-coordinate representation of color #E2BC24: hue angle of 48º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2BC24 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 36 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.11 |
| HSL | 48º | 0.77% | 0.51% | - |
| HSV(B) | 48º | 0.84% | 0.89% | - |
| XYZ | 49.67 | 52.26 | 9.14 | - |
| YUV | 182.03 | 45.59 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 36 | 0 | 0.17 | 0.84 | 0.11 | 48 | 0.77 | 0.51 |
| Hex | E2 | BC | 24 | 0 | 11 | 54 | B | 30 | 4D | 33 |
| Octal | 342 | 274 | 44 | 0 | 21 | 124 | 13 | 60 | 115 | 63 |
| Binary | 11100010 | 10111100 | 100100 | 0 | 10001 | 1010100 | 1011 | 110000 | 1001101 | 110011 |
Color Harmonies of #E2BC24
Complementary color
Monochromatic Colors of #E2BC24
Black with #E2BC24
Text Example
Text Example
White with #E2BC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC24; }
p { color: rgb(226,188,36); }
H1.HeaderClassName
{
color: #E2BC24;
}
.AnyTagClassName
{
color: #E2BC24;
}
</style>
background-color css
<style>
a { background-color: #E2BC24; }
a { background-color: rgb(226,188,36); }
div.DivClassName
{
background-color: #E2BC24;
}
.BgClassName
{
background-color: #E2BC24;
}
</style>
border-color css
<style>
span { border-color: #E2BC24; }
span { border-color: rgb(226,188,36); }
td.TdClassName
{
border-color: #E2BC24;
}
.TagClassName
{
border-color: #E2BC24;
}
</style>