Shades of Gold Tips #E3B424
Tints of Gold Tips #E3B424
RGB
CMYK
RGB Variations
Color information
#E3B424 (or 0xE3B424) is known color: Gold Tips. HEX triplet: E3, B4 and 24. RGB value is (227,180,36). Sum of RGB (Red+Green+Blue) = 227+180+36=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 36 (14.45% from 255 or 8.13% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3B424 is #1C4BDB. Grayscale: #B2B2B2. Windows color (decimal): -1854428 or 2405603. OLE color: 2405603.
HSL color Cylindrical-coordinate representation of color #E3B424: hue angle of 45.24º 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 #E3B424 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 180 | 36 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.11 |
| HSL | 45.24º | 0.77% | 0.52% | - |
| HSV(B) | 45.24º | 0.84% | 0.89% | - |
| XYZ | 48.32 | 49.1 | 8.6 | - |
| YUV | 177.64 | 48.07 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 180 | 36 | 0 | 0.21 | 0.84 | 0.11 | 45.24 | 0.77 | 0.52 |
| Hex | E3 | B4 | 24 | 0 | 15 | 54 | B | 2D | 4D | 34 |
| Octal | 343 | 264 | 44 | 0 | 25 | 124 | 13 | 55 | 115 | 64 |
| Binary | 11100011 | 10110100 | 100100 | 0 | 10101 | 1010100 | 1011 | 101101 | 1001101 | 110100 |
Color Harmonies of #E3B424
Complementary color
Monochromatic Colors of #E3B424
Black with #E3B424
Text Example
Text Example
White with #E3B424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B424; }
p { color: rgb(227,180,36); }
H1.HeaderClassName
{
color: #E3B424;
}
.AnyTagClassName
{
color: #E3B424;
}
</style>
background-color css
<style>
a { background-color: #E3B424; }
a { background-color: rgb(227,180,36); }
div.DivClassName
{
background-color: #E3B424;
}
.BgClassName
{
background-color: #E3B424;
}
</style>
border-color css
<style>
span { border-color: #E3B424; }
span { border-color: rgb(227,180,36); }
td.TdClassName
{
border-color: #E3B424;
}
.TagClassName
{
border-color: #E3B424;
}
</style>