Shades of Gold Tips #E3B428
Tints of Gold Tips #E3B428
RGB
CMYK
RGB Variations
Color information
#E3B428 (or 0xE3B428) is known color: Gold Tips. HEX triplet: E3, B4 and 28. RGB value is (227,180,40). Sum of RGB (Red+Green+Blue) = 227+180+40=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3B428 is #1C4BD7. Grayscale: #B2B2B2. Windows color (decimal): -1854424 or 2667747. OLE color: 2667747.
HSL color Cylindrical-coordinate representation of color #E3B428: 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.82%. Process color model (Four color, CMYK) of #E3B428 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 180 | 40 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.11 |
| HSL | 44.92º | 0.77% | 0.52% | - |
| HSV(B) | 44.92º | 0.82% | 0.89% | - |
| XYZ | 48.38 | 49.13 | 8.94 | - |
| YUV | 178.09 | 50.07 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 180 | 40 | 0 | 0.21 | 0.82 | 0.11 | 44.92 | 0.77 | 0.52 |
| Hex | E3 | B4 | 28 | 0 | 15 | 52 | B | 2D | 4D | 34 |
| Octal | 343 | 264 | 50 | 0 | 25 | 122 | 13 | 55 | 115 | 64 |
| Binary | 11100011 | 10110100 | 101000 | 0 | 10101 | 1010010 | 1011 | 101101 | 1001101 | 110100 |
Color Harmonies of #E3B428
Complementary color
Monochromatic Colors of #E3B428
Black with #E3B428
Text Example
Text Example
White with #E3B428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B428; }
p { color: rgb(227,180,40); }
H1.HeaderClassName
{
color: #E3B428;
}
.AnyTagClassName
{
color: #E3B428;
}
</style>
background-color css
<style>
a { background-color: #E3B428; }
a { background-color: rgb(227,180,40); }
div.DivClassName
{
background-color: #E3B428;
}
.BgClassName
{
background-color: #E3B428;
}
</style>
border-color css
<style>
span { border-color: #E3B428; }
span { border-color: rgb(227,180,40); }
td.TdClassName
{
border-color: #E3B428;
}
.TagClassName
{
border-color: #E3B428;
}
</style>