Shades of Gold Tips #E2BB22
Tints of Gold Tips #E2BB22
RGB
CMYK
RGB Variations
Color information
#E2BB22 (or 0xE2BB22) is known color: Gold Tips. HEX triplet: E2, BB and 22. RGB value is (226,187,34). Sum of RGB (Red+Green+Blue) = 226+187+34=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BB22 is #1D44DD. Grayscale: #B5B5B5. Windows color (decimal): -1918174 or 2276322. OLE color: 2276322.
HSL color Cylindrical-coordinate representation of color #E2BB22: hue angle of 47.81º degrees, saturation: 0.77, 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 #E2BB22 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 34 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.11 |
| HSL | 47.81º | 0.77% | 0.51% | - |
| HSV(B) | 47.81º | 0.85% | 0.89% | - |
| XYZ | 49.42 | 51.82 | 8.91 | - |
| YUV | 181.22 | 44.92 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 34 | 0 | 0.17 | 0.85 | 0.11 | 47.81 | 0.77 | 0.51 |
| Hex | E2 | BB | 22 | 0 | 11 | 55 | B | 30 | 4D | 33 |
| Octal | 342 | 273 | 42 | 0 | 21 | 125 | 13 | 60 | 115 | 63 |
| Binary | 11100010 | 10111011 | 100010 | 0 | 10001 | 1010101 | 1011 | 110000 | 1001101 | 110011 |
Color Harmonies of #E2BB22
Complementary color
Monochromatic Colors of #E2BB22
Black with #E2BB22
Text Example
Text Example
White with #E2BB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BB22; }
p { color: rgb(226,187,34); }
H1.HeaderClassName
{
color: #E2BB22;
}
.AnyTagClassName
{
color: #E2BB22;
}
</style>
background-color css
<style>
a { background-color: #E2BB22; }
a { background-color: rgb(226,187,34); }
div.DivClassName
{
background-color: #E2BB22;
}
.BgClassName
{
background-color: #E2BB22;
}
</style>
border-color css
<style>
span { border-color: #E2BB22; }
span { border-color: rgb(226,187,34); }
td.TdClassName
{
border-color: #E2BB22;
}
.TagClassName
{
border-color: #E2BB22;
}
</style>