Shades of Gold Tips #E5B924
Tints of Gold Tips #E5B924
RGB
CMYK
RGB Variations
Color information
#E5B924 (or 0xE5B924) is known color: Gold Tips. HEX triplet: E5, B9 and 24. RGB value is (229,185,36). Sum of RGB (Red+Green+Blue) = 229+185+36=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 36 (14.45% from 255 or 8% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B924 is #1A46DB. Grayscale: #B5B5B5. Windows color (decimal): -1722076 or 2406885. OLE color: 2406885.
HSL color Cylindrical-coordinate representation of color #E5B924: hue angle of 46.32º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5B924 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 36 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.10 |
| HSL | 46.32º | 0.79% | 0.52% | - |
| HSV(B) | 46.32º | 0.84% | 0.9% | - |
| XYZ | 49.98 | 51.48 | 8.97 | - |
| YUV | 181.17 | 46.08 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 36 | 0 | 0.19 | 0.84 | 0.10 | 46.32 | 0.79 | 0.52 |
| Hex | E5 | B9 | 24 | 0 | 13 | 54 | A | 2E | 4F | 34 |
| Octal | 345 | 271 | 44 | 0 | 23 | 124 | 12 | 56 | 117 | 64 |
| Binary | 11100101 | 10111001 | 100100 | 0 | 10011 | 1010100 | 1010 | 101110 | 1001111 | 110100 |
Color Harmonies of #E5B924
Complementary color
Monochromatic Colors of #E5B924
Black with #E5B924
Text Example
Text Example
White with #E5B924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B924; }
p { color: rgb(229,185,36); }
H1.HeaderClassName
{
color: #E5B924;
}
.AnyTagClassName
{
color: #E5B924;
}
</style>
background-color css
<style>
a { background-color: #E5B924; }
a { background-color: rgb(229,185,36); }
div.DivClassName
{
background-color: #E5B924;
}
.BgClassName
{
background-color: #E5B924;
}
</style>
border-color css
<style>
span { border-color: #E5B924; }
span { border-color: rgb(229,185,36); }
td.TdClassName
{
border-color: #E5B924;
}
.TagClassName
{
border-color: #E5B924;
}
</style>