Shades of Gold Tips #E2B333
Tints of Gold Tips #E2B333
RGB
CMYK
RGB Variations
Color information
#E2B333 (or 0xE2B333) is known color: Gold Tips. HEX triplet: E2, B3 and 33. RGB value is (226,179,51). Sum of RGB (Red+Green+Blue) = 226+179+51=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B333 is #1D4CCC. Grayscale: #B3B3B3. Windows color (decimal): -1920205 or 3388386. OLE color: 3388386.
HSL color Cylindrical-coordinate representation of color #E2B333: hue angle of 43.89º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2B333 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 51 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.11 |
| HSL | 43.89º | 0.75% | 0.54% | - |
| HSV(B) | 43.89º | 0.77% | 0.89% | - |
| XYZ | 48.08 | 48.65 | 9.99 | - |
| YUV | 178.46 | 56.07 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 51 | 0 | 0.21 | 0.77 | 0.11 | 43.89 | 0.75 | 0.54 |
| Hex | E2 | B3 | 33 | 0 | 15 | 4D | B | 2C | 4B | 36 |
| Octal | 342 | 263 | 63 | 0 | 25 | 115 | 13 | 54 | 113 | 66 |
| Binary | 11100010 | 10110011 | 110011 | 0 | 10101 | 1001101 | 1011 | 101100 | 1001011 | 110110 |
Color Harmonies of #E2B333
Complementary color
Monochromatic Colors of #E2B333
Black with #E2B333
Text Example
Text Example
White with #E2B333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B333; }
p { color: rgb(226,179,51); }
H1.HeaderClassName
{
color: #E2B333;
}
.AnyTagClassName
{
color: #E2B333;
}
</style>
background-color css
<style>
a { background-color: #E2B333; }
a { background-color: rgb(226,179,51); }
div.DivClassName
{
background-color: #E2B333;
}
.BgClassName
{
background-color: #E2B333;
}
</style>
border-color css
<style>
span { border-color: #E2B333; }
span { border-color: rgb(226,179,51); }
td.TdClassName
{
border-color: #E2B333;
}
.TagClassName
{
border-color: #E2B333;
}
</style>