Shades of Gold Tips #E2B326
Tints of Gold Tips #E2B326
RGB
CMYK
RGB Variations
Color information
#E2B326 (or 0xE2B326) is known color: Gold Tips. HEX triplet: E2, B3 and 26. RGB value is (226,179,38). Sum of RGB (Red+Green+Blue) = 226+179+38=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 38 (15.23% from 255 or 8.58% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B326 is #1D4CD9. Grayscale: #B1B1B1. Windows color (decimal): -1920218 or 2536418. OLE color: 2536418.
HSL color Cylindrical-coordinate representation of color #E2B326: hue angle of 45º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2B326 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 38 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.11 |
| HSL | 45º | 0.76% | 0.52% | - |
| HSV(B) | 45º | 0.83% | 0.89% | - |
| XYZ | 47.83 | 48.55 | 8.68 | - |
| YUV | 176.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 38 | 0 | 0.21 | 0.83 | 0.11 | 45 | 0.76 | 0.52 |
| Hex | E2 | B3 | 26 | 0 | 15 | 53 | B | 2D | 4C | 34 |
| Octal | 342 | 263 | 46 | 0 | 25 | 123 | 13 | 55 | 114 | 64 |
| Binary | 11100010 | 10110011 | 100110 | 0 | 10101 | 1010011 | 1011 | 101101 | 1001100 | 110100 |
Color Harmonies of #E2B326
Complementary color
Monochromatic Colors of #E2B326
Black with #E2B326
Text Example
Text Example
White with #E2B326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B326; }
p { color: rgb(226,179,38); }
H1.HeaderClassName
{
color: #E2B326;
}
.AnyTagClassName
{
color: #E2B326;
}
</style>
background-color css
<style>
a { background-color: #E2B326; }
a { background-color: rgb(226,179,38); }
div.DivClassName
{
background-color: #E2B326;
}
.BgClassName
{
background-color: #E2B326;
}
</style>
border-color css
<style>
span { border-color: #E2B326; }
span { border-color: rgb(226,179,38); }
td.TdClassName
{
border-color: #E2B326;
}
.TagClassName
{
border-color: #E2B326;
}
</style>