Shades of Gold Tips #E3B324
Tints of Gold Tips #E3B324
RGB
CMYK
RGB Variations
Color information
#E3B324 (or 0xE3B324) is known color: Gold Tips. HEX triplet: E3, B3 and 24. RGB value is (227,179,36). Sum of RGB (Red+Green+Blue) = 227+179+36=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 36 (14.45% from 255 or 8.14% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3B324 is #1C4CDB. Grayscale: #B1B1B1. Windows color (decimal): -1854684 or 2405347. OLE color: 2405347.
HSL color Cylindrical-coordinate representation of color #E3B324: hue angle of 44.92º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E3B324 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 179 | 36 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.11 |
| HSL | 44.92º | 0.77% | 0.52% | - |
| HSV(B) | 44.92º | 0.84% | 0.89% | - |
| XYZ | 48.12 | 48.7 | 8.53 | - |
| YUV | 177.05 | 48.4 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 179 | 36 | 0 | 0.21 | 0.84 | 0.11 | 44.92 | 0.77 | 0.52 |
| Hex | E3 | B3 | 24 | 0 | 15 | 54 | B | 2D | 4D | 34 |
| Octal | 343 | 263 | 44 | 0 | 25 | 124 | 13 | 55 | 115 | 64 |
| Binary | 11100011 | 10110011 | 100100 | 0 | 10101 | 1010100 | 1011 | 101101 | 1001101 | 110100 |
Color Harmonies of #E3B324
Complementary color
Monochromatic Colors of #E3B324
Black with #E3B324
Text Example
Text Example
White with #E3B324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B324; }
p { color: rgb(227,179,36); }
H1.HeaderClassName
{
color: #E3B324;
}
.AnyTagClassName
{
color: #E3B324;
}
</style>
background-color css
<style>
a { background-color: #E3B324; }
a { background-color: rgb(227,179,36); }
div.DivClassName
{
background-color: #E3B324;
}
.BgClassName
{
background-color: #E3B324;
}
</style>
border-color css
<style>
span { border-color: #E3B324; }
span { border-color: rgb(227,179,36); }
td.TdClassName
{
border-color: #E3B324;
}
.TagClassName
{
border-color: #E3B324;
}
</style>