Shades of Gold Tips #E2B824
Tints of Gold Tips #E2B824
RGB
CMYK
RGB Variations
Color information
#E2B824 (or 0xE2B824) is known color: Gold Tips. HEX triplet: E2, B8 and 24. RGB value is (226,184,36). Sum of RGB (Red+Green+Blue) = 226+184+36=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 36 (14.45% from 255 or 8.07% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B824 is #1D47DB. Grayscale: #B4B4B4. Windows color (decimal): -1918940 or 2406626. OLE color: 2406626.
HSL color Cylindrical-coordinate representation of color #E2B824: hue angle of 46.74º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2B824 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 36 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.11 |
| HSL | 46.74º | 0.77% | 0.51% | - |
| HSV(B) | 46.74º | 0.84% | 0.89% | - |
| XYZ | 48.82 | 50.58 | 8.86 | - |
| YUV | 179.69 | 46.91 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 36 | 0 | 0.19 | 0.84 | 0.11 | 46.74 | 0.77 | 0.51 |
| Hex | E2 | B8 | 24 | 0 | 13 | 54 | B | 2F | 4D | 33 |
| Octal | 342 | 270 | 44 | 0 | 23 | 124 | 13 | 57 | 115 | 63 |
| Binary | 11100010 | 10111000 | 100100 | 0 | 10011 | 1010100 | 1011 | 101111 | 1001101 | 110011 |
Color Harmonies of #E2B824
Complementary color
Monochromatic Colors of #E2B824
Black with #E2B824
Text Example
Text Example
White with #E2B824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B824; }
p { color: rgb(226,184,36); }
H1.HeaderClassName
{
color: #E2B824;
}
.AnyTagClassName
{
color: #E2B824;
}
</style>
background-color css
<style>
a { background-color: #E2B824; }
a { background-color: rgb(226,184,36); }
div.DivClassName
{
background-color: #E2B824;
}
.BgClassName
{
background-color: #E2B824;
}
</style>
border-color css
<style>
span { border-color: #E2B824; }
span { border-color: rgb(226,184,36); }
td.TdClassName
{
border-color: #E2B824;
}
.TagClassName
{
border-color: #E2B824;
}
</style>