Shades of Gold Tips #E2B91F
Tints of Gold Tips #E2B91F
RGB
CMYK
RGB Variations
Color information
#E2B91F (or 0xE2B91F) is known color: Gold Tips. HEX triplet: E2, B9 and 1F. RGB value is (226,185,31). Sum of RGB (Red+Green+Blue) = 226+185+31=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 31 (12.5% from 255 or 7.01% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B91F is #1D46E0. Grayscale: #B4B4B4. Windows color (decimal): -1918689 or 2079202. OLE color: 2079202.
HSL color Cylindrical-coordinate representation of color #E2B91F: hue angle of 47.38º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2B91F is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 31 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.11 |
| HSL | 47.38º | 0.77% | 0.5% | - |
| HSV(B) | 47.38º | 0.86% | 0.89% | - |
| XYZ | 48.96 | 50.97 | 8.55 | - |
| YUV | 179.7 | 44.08 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 31 | 0 | 0.18 | 0.86 | 0.11 | 47.38 | 0.77 | 0.5 |
| Hex | E2 | B9 | 1F | 0 | 12 | 56 | B | 2F | 4D | 32 |
| Octal | 342 | 271 | 37 | 0 | 22 | 126 | 13 | 57 | 115 | 62 |
| Binary | 11100010 | 10111001 | 11111 | 0 | 10010 | 1010110 | 1011 | 101111 | 1001101 | 110010 |
Color Harmonies of #E2B91F
Complementary color
Monochromatic Colors of #E2B91F
Black with #E2B91F
Text Example
Text Example
White with #E2B91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B91F; }
p { color: rgb(226,185,31); }
H1.HeaderClassName
{
color: #E2B91F;
}
.AnyTagClassName
{
color: #E2B91F;
}
</style>
background-color css
<style>
a { background-color: #E2B91F; }
a { background-color: rgb(226,185,31); }
div.DivClassName
{
background-color: #E2B91F;
}
.BgClassName
{
background-color: #E2B91F;
}
</style>
border-color css
<style>
span { border-color: #E2B91F; }
span { border-color: rgb(226,185,31); }
td.TdClassName
{
border-color: #E2B91F;
}
.TagClassName
{
border-color: #E2B91F;
}
</style>