Shades of Gold Tips #E2BC23
Tints of Gold Tips #E2BC23
RGB
CMYK
RGB Variations
Color information
#E2BC23 (or 0xE2BC23) is known color: Gold Tips. HEX triplet: E2, BC and 23. RGB value is (226,188,35). Sum of RGB (Red+Green+Blue) = 226+188+35=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BC23 is #1D43DC. Grayscale: #B6B6B6. Windows color (decimal): -1917917 or 2342114. OLE color: 2342114.
HSL color Cylindrical-coordinate representation of color #E2BC23: hue angle of 48.06º 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 #E2BC23 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 35 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.11 |
| HSL | 48.06º | 0.77% | 0.51% | - |
| HSV(B) | 48.06º | 0.85% | 0.89% | - |
| XYZ | 49.65 | 52.26 | 9.06 | - |
| YUV | 181.92 | 45.09 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 35 | 0 | 0.17 | 0.85 | 0.11 | 48.06 | 0.77 | 0.51 |
| Hex | E2 | BC | 23 | 0 | 11 | 55 | B | 30 | 4D | 33 |
| Octal | 342 | 274 | 43 | 0 | 21 | 125 | 13 | 60 | 115 | 63 |
| Binary | 11100010 | 10111100 | 100011 | 0 | 10001 | 1010101 | 1011 | 110000 | 1001101 | 110011 |
Color Harmonies of #E2BC23
Complementary color
Monochromatic Colors of #E2BC23
Black with #E2BC23
Text Example
Text Example
White with #E2BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC23; }
p { color: rgb(226,188,35); }
H1.HeaderClassName
{
color: #E2BC23;
}
.AnyTagClassName
{
color: #E2BC23;
}
</style>
background-color css
<style>
a { background-color: #E2BC23; }
a { background-color: rgb(226,188,35); }
div.DivClassName
{
background-color: #E2BC23;
}
.BgClassName
{
background-color: #E2BC23;
}
</style>
border-color css
<style>
span { border-color: #E2BC23; }
span { border-color: rgb(226,188,35); }
td.TdClassName
{
border-color: #E2BC23;
}
.TagClassName
{
border-color: #E2BC23;
}
</style>