Shades of Gold Tips #E2B015
Tints of Gold Tips #E2B015
RGB
CMYK
RGB Variations
Color information
#E2B015 (or 0xE2B015) is known color: Gold Tips. HEX triplet: E2, B0 and 15. RGB value is (226,176,21). Sum of RGB (Red+Green+Blue) = 226+176+21=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B015 is #1D4FEA. Grayscale: #ADADAD. Windows color (decimal): -1921003 or 1421538. OLE color: 1421538.
HSL color Cylindrical-coordinate representation of color #E2B015: hue angle of 45.37º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2B015 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 21 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.11 |
| HSL | 45.37º | 0.83% | 0.48% | - |
| HSV(B) | 45.37º | 0.91% | 0.89% | - |
| XYZ | 47.02 | 47.27 | 7.36 | - |
| YUV | 173.28 | 42.07 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 21 | 0 | 0.22 | 0.91 | 0.11 | 45.37 | 0.83 | 0.48 |
| Hex | E2 | B0 | 15 | 0 | 16 | 5B | B | 2D | 53 | 30 |
| Octal | 342 | 260 | 25 | 0 | 26 | 133 | 13 | 55 | 123 | 60 |
| Binary | 11100010 | 10110000 | 10101 | 0 | 10110 | 1011011 | 1011 | 101101 | 1010011 | 110000 |
Color Harmonies of #E2B015
Complementary color
Monochromatic Colors of #E2B015
Black with #E2B015
Text Example
Text Example
White with #E2B015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B015; }
p { color: rgb(226,176,21); }
H1.HeaderClassName
{
color: #E2B015;
}
.AnyTagClassName
{
color: #E2B015;
}
</style>
background-color css
<style>
a { background-color: #E2B015; }
a { background-color: rgb(226,176,21); }
div.DivClassName
{
background-color: #E2B015;
}
.BgClassName
{
background-color: #E2B015;
}
</style>
border-color css
<style>
span { border-color: #E2B015; }
span { border-color: rgb(226,176,21); }
td.TdClassName
{
border-color: #E2B015;
}
.TagClassName
{
border-color: #E2B015;
}
</style>