Shades of Gold Tips #E2B318
Tints of Gold Tips #E2B318
RGB
CMYK
RGB Variations
Color information
#E2B318 (or 0xE2B318) is known color: Gold Tips. HEX triplet: E2, B3 and 18. RGB value is (226,179,24). Sum of RGB (Red+Green+Blue) = 226+179+24=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B318 is #1D4CE7. Grayscale: #B0B0B0. Windows color (decimal): -1920232 or 1618914. OLE color: 1618914.
HSL color Cylindrical-coordinate representation of color #E2B318: hue angle of 46.04º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2B318 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 24 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.11 |
| HSL | 46.04º | 0.81% | 0.49% | - |
| HSV(B) | 46.04º | 0.89% | 0.89% | - |
| XYZ | 47.65 | 48.47 | 7.71 | - |
| YUV | 175.38 | 42.57 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 24 | 0 | 0.21 | 0.89 | 0.11 | 46.04 | 0.81 | 0.49 |
| Hex | E2 | B3 | 18 | 0 | 15 | 59 | B | 2E | 51 | 31 |
| Octal | 342 | 263 | 30 | 0 | 25 | 131 | 13 | 56 | 121 | 61 |
| Binary | 11100010 | 10110011 | 11000 | 0 | 10101 | 1011001 | 1011 | 101110 | 1010001 | 110001 |
Color Harmonies of #E2B318
Complementary color
Monochromatic Colors of #E2B318
Black with #E2B318
Text Example
Text Example
White with #E2B318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B318; }
p { color: rgb(226,179,24); }
H1.HeaderClassName
{
color: #E2B318;
}
.AnyTagClassName
{
color: #E2B318;
}
</style>
background-color css
<style>
a { background-color: #E2B318; }
a { background-color: rgb(226,179,24); }
div.DivClassName
{
background-color: #E2B318;
}
.BgClassName
{
background-color: #E2B318;
}
</style>
border-color css
<style>
span { border-color: #E2B318; }
span { border-color: rgb(226,179,24); }
td.TdClassName
{
border-color: #E2B318;
}
.TagClassName
{
border-color: #E2B318;
}
</style>