Shades of Gold Tips #E4B82E
Tints of Gold Tips #E4B82E
RGB
CMYK
RGB Variations
Color information
#E4B82E (or 0xE4B82E) is known color: Gold Tips. HEX triplet: E4, B8 and 2E. RGB value is (228,184,46). Sum of RGB (Red+Green+Blue) = 228+184+46=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 46 (18.36% from 255 or 10.04% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4B82E is #1B47D1. Grayscale: #B6B6B6. Windows color (decimal): -1787858 or 3061988. OLE color: 3061988.
HSL color Cylindrical-coordinate representation of color #E4B82E: hue angle of 45.49º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E4B82E is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 184 | 46 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.11 |
| HSL | 45.49º | 0.77% | 0.54% | - |
| HSV(B) | 45.49º | 0.8% | 0.89% | - |
| XYZ | 49.63 | 50.97 | 9.81 | - |
| YUV | 181.42 | 51.58 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 184 | 46 | 0 | 0.19 | 0.80 | 0.11 | 45.49 | 0.77 | 0.54 |
| Hex | E4 | B8 | 2E | 0 | 13 | 50 | B | 2D | 4D | 36 |
| Octal | 344 | 270 | 56 | 0 | 23 | 120 | 13 | 55 | 115 | 66 |
| Binary | 11100100 | 10111000 | 101110 | 0 | 10011 | 1010000 | 1011 | 101101 | 1001101 | 110110 |
Color Harmonies of #E4B82E
Complementary color
Monochromatic Colors of #E4B82E
Black with #E4B82E
Text Example
Text Example
White with #E4B82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B82E; }
p { color: rgb(228,184,46); }
H1.HeaderClassName
{
color: #E4B82E;
}
.AnyTagClassName
{
color: #E4B82E;
}
</style>
background-color css
<style>
a { background-color: #E4B82E; }
a { background-color: rgb(228,184,46); }
div.DivClassName
{
background-color: #E4B82E;
}
.BgClassName
{
background-color: #E4B82E;
}
</style>
border-color css
<style>
span { border-color: #E4B82E; }
span { border-color: rgb(228,184,46); }
td.TdClassName
{
border-color: #E4B82E;
}
.TagClassName
{
border-color: #E4B82E;
}
</style>