Shades of Gold Tips #E4B618
Tints of Gold Tips #E4B618
RGB
CMYK
RGB Variations
Color information
#E4B618 (or 0xE4B618) is known color: Gold Tips. HEX triplet: E4, B6 and 18. RGB value is (228,182,24). Sum of RGB (Red+Green+Blue) = 228+182+24=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4B618 is #1B49E7. Grayscale: #B2B2B2. Windows color (decimal): -1788392 or 1619684. OLE color: 1619684.
HSL color Cylindrical-coordinate representation of color #E4B618: hue angle of 46.47º 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 #E4B618 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 182 | 24 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.11 |
| HSL | 46.47º | 0.81% | 0.49% | - |
| HSV(B) | 46.47º | 0.89% | 0.89% | - |
| XYZ | 48.89 | 50.02 | 7.94 | - |
| YUV | 177.74 | 41.24 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 182 | 24 | 0 | 0.20 | 0.89 | 0.11 | 46.47 | 0.81 | 0.49 |
| Hex | E4 | B6 | 18 | 0 | 14 | 59 | B | 2E | 51 | 31 |
| Octal | 344 | 266 | 30 | 0 | 24 | 131 | 13 | 56 | 121 | 61 |
| Binary | 11100100 | 10110110 | 11000 | 0 | 10100 | 1011001 | 1011 | 101110 | 1010001 | 110001 |
Color Harmonies of #E4B618
Complementary color
Monochromatic Colors of #E4B618
Black with #E4B618
Text Example
Text Example
White with #E4B618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B618; }
p { color: rgb(228,182,24); }
H1.HeaderClassName
{
color: #E4B618;
}
.AnyTagClassName
{
color: #E4B618;
}
</style>
background-color css
<style>
a { background-color: #E4B618; }
a { background-color: rgb(228,182,24); }
div.DivClassName
{
background-color: #E4B618;
}
.BgClassName
{
background-color: #E4B618;
}
</style>
border-color css
<style>
span { border-color: #E4B618; }
span { border-color: rgb(228,182,24); }
td.TdClassName
{
border-color: #E4B618;
}
.TagClassName
{
border-color: #E4B618;
}
</style>