Shades of Gold Tips #E2BC22
Tints of Gold Tips #E2BC22
RGB
CMYK
RGB Variations
Color information
#E2BC22 (or 0xE2BC22) is known color: Gold Tips. HEX triplet: E2, BC and 22. RGB value is (226,188,34). Sum of RGB (Red+Green+Blue) = 226+188+34=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BC22 is #1D43DD. Grayscale: #B6B6B6. Windows color (decimal): -1917918 or 2276578. OLE color: 2276578.
HSL color Cylindrical-coordinate representation of color #E2BC22: hue angle of 48.12º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2BC22 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 34 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.11 |
| HSL | 48.13º | 0.77% | 0.51% | - |
| HSV(B) | 48.13º | 0.85% | 0.89% | - |
| XYZ | 49.64 | 52.25 | 8.98 | - |
| YUV | 181.81 | 44.59 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 34 | 0 | 0.17 | 0.85 | 0.11 | 48.13 | 0.77 | 0.51 |
| Hex | E2 | BC | 22 | 0 | 11 | 55 | B | 30 | 4D | 33 |
| Octal | 342 | 274 | 42 | 0 | 21 | 125 | 13 | 60 | 115 | 63 |
| Binary | 11100010 | 10111100 | 100010 | 0 | 10001 | 1010101 | 1011 | 110000 | 1001101 | 110011 |
Color Harmonies of #E2BC22
Complementary color
Monochromatic Colors of #E2BC22
Black with #E2BC22
Text Example
Text Example
White with #E2BC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC22; }
p { color: rgb(226,188,34); }
H1.HeaderClassName
{
color: #E2BC22;
}
.AnyTagClassName
{
color: #E2BC22;
}
</style>
background-color css
<style>
a { background-color: #E2BC22; }
a { background-color: rgb(226,188,34); }
div.DivClassName
{
background-color: #E2BC22;
}
.BgClassName
{
background-color: #E2BC22;
}
</style>
border-color css
<style>
span { border-color: #E2BC22; }
span { border-color: rgb(226,188,34); }
td.TdClassName
{
border-color: #E2BC22;
}
.TagClassName
{
border-color: #E2BC22;
}
</style>