Shades of Gold Tips #E3B521
Tints of Gold Tips #E3B521
RGB
CMYK
RGB Variations
Color information
#E3B521 (or 0xE3B521) is known color: Gold Tips. HEX triplet: E3, B5 and 21. RGB value is (227,181,33). Sum of RGB (Red+Green+Blue) = 227+181+33=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3B521 is #1C4ADE. Grayscale: #B2B2B2. Windows color (decimal): -1854175 or 2209251. OLE color: 2209251.
HSL color Cylindrical-coordinate representation of color #E3B521: hue angle of 45.77º degrees, saturation: 0.78, 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 #E3B521 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 181 | 33 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.11 |
| HSL | 45.77º | 0.78% | 0.51% | - |
| HSV(B) | 45.77º | 0.85% | 0.89% | - |
| XYZ | 48.48 | 49.49 | 8.44 | - |
| YUV | 177.88 | 46.24 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 181 | 33 | 0 | 0.20 | 0.85 | 0.11 | 45.77 | 0.78 | 0.51 |
| Hex | E3 | B5 | 21 | 0 | 14 | 55 | B | 2E | 4E | 33 |
| Octal | 343 | 265 | 41 | 0 | 24 | 125 | 13 | 56 | 116 | 63 |
| Binary | 11100011 | 10110101 | 100001 | 0 | 10100 | 1010101 | 1011 | 101110 | 1001110 | 110011 |
Color Harmonies of #E3B521
Complementary color
Monochromatic Colors of #E3B521
Black with #E3B521
Text Example
Text Example
White with #E3B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B521; }
p { color: rgb(227,181,33); }
H1.HeaderClassName
{
color: #E3B521;
}
.AnyTagClassName
{
color: #E3B521;
}
</style>
background-color css
<style>
a { background-color: #E3B521; }
a { background-color: rgb(227,181,33); }
div.DivClassName
{
background-color: #E3B521;
}
.BgClassName
{
background-color: #E3B521;
}
</style>
border-color css
<style>
span { border-color: #E3B521; }
span { border-color: rgb(227,181,33); }
td.TdClassName
{
border-color: #E3B521;
}
.TagClassName
{
border-color: #E3B521;
}
</style>