Shades of Gold Tips #E8B024
Tints of Gold Tips #E8B024
RGB
CMYK
RGB Variations
Color information
#E8B024 (or 0xE8B024) is known color: Gold Tips. HEX triplet: E8, B0 and 24. RGB value is (232,176,36). Sum of RGB (Red+Green+Blue) = 232+176+36=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 36 (14.45% from 255 or 8.11% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8B024 is #174FDB. Grayscale: #B1B1B1. Windows color (decimal): -1527772 or 2404584. OLE color: 2404584.
HSL color Cylindrical-coordinate representation of color #E8B024: hue angle of 42.86º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8B024 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 36 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.09 |
| HSL | 42.86º | 0.81% | 0.53% | - |
| HSV(B) | 42.86º | 0.84% | 0.91% | - |
| XYZ | 49.12 | 48.33 | 8.41 | - |
| YUV | 176.78 | 48.55 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 36 | 0 | 0.24 | 0.84 | 0.09 | 42.86 | 0.81 | 0.53 |
| Hex | E8 | B0 | 24 | 0 | 18 | 54 | 9 | 2B | 51 | 35 |
| Octal | 350 | 260 | 44 | 0 | 30 | 124 | 11 | 53 | 121 | 65 |
| Binary | 11101000 | 10110000 | 100100 | 0 | 11000 | 1010100 | 1001 | 101011 | 1010001 | 110101 |
Color Harmonies of #E8B024
Complementary color
Monochromatic Colors of #E8B024
Black with #E8B024
Text Example
Text Example
White with #E8B024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B024; }
p { color: rgb(232,176,36); }
H1.HeaderClassName
{
color: #E8B024;
}
.AnyTagClassName
{
color: #E8B024;
}
</style>
background-color css
<style>
a { background-color: #E8B024; }
a { background-color: rgb(232,176,36); }
div.DivClassName
{
background-color: #E8B024;
}
.BgClassName
{
background-color: #E8B024;
}
</style>
border-color css
<style>
span { border-color: #E8B024; }
span { border-color: rgb(232,176,36); }
td.TdClassName
{
border-color: #E8B024;
}
.TagClassName
{
border-color: #E8B024;
}
</style>