Shades of Gold Tips #E3BA23
Tints of Gold Tips #E3BA23
RGB
CMYK
RGB Variations
Color information
#E3BA23 (or 0xE3BA23) is known color: Gold Tips. HEX triplet: E3, BA and 23. RGB value is (227,186,35). Sum of RGB (Red+Green+Blue) = 227+186+35=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 35 (14.06% from 255 or 7.81% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BA23 is #1C45DC. Grayscale: #B5B5B5. Windows color (decimal): -1852893 or 2341603. OLE color: 2341603.
HSL color Cylindrical-coordinate representation of color #E3BA23: hue angle of 47.19º 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 #E3BA23 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 35 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.11 |
| HSL | 47.19º | 0.77% | 0.51% | - |
| HSV(B) | 47.19º | 0.85% | 0.89% | - |
| XYZ | 49.54 | 51.57 | 8.93 | - |
| YUV | 181.05 | 45.58 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 35 | 0 | 0.18 | 0.85 | 0.11 | 47.19 | 0.77 | 0.51 |
| Hex | E3 | BA | 23 | 0 | 12 | 55 | B | 2F | 4D | 33 |
| Octal | 343 | 272 | 43 | 0 | 22 | 125 | 13 | 57 | 115 | 63 |
| Binary | 11100011 | 10111010 | 100011 | 0 | 10010 | 1010101 | 1011 | 101111 | 1001101 | 110011 |
Color Harmonies of #E3BA23
Complementary color
Monochromatic Colors of #E3BA23
Black with #E3BA23
Text Example
Text Example
White with #E3BA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA23; }
p { color: rgb(227,186,35); }
H1.HeaderClassName
{
color: #E3BA23;
}
.AnyTagClassName
{
color: #E3BA23;
}
</style>
background-color css
<style>
a { background-color: #E3BA23; }
a { background-color: rgb(227,186,35); }
div.DivClassName
{
background-color: #E3BA23;
}
.BgClassName
{
background-color: #E3BA23;
}
</style>
border-color css
<style>
span { border-color: #E3BA23; }
span { border-color: rgb(227,186,35); }
td.TdClassName
{
border-color: #E3BA23;
}
.TagClassName
{
border-color: #E3BA23;
}
</style>