Shades of Gold Tips #E8B81E
Tints of Gold Tips #E8B81E
RGB
CMYK
RGB Variations
Color information
#E8B81E (or 0xE8B81E) is known color: Gold Tips. HEX triplet: E8, B8 and 1E. RGB value is (232,184,30). Sum of RGB (Red+Green+Blue) = 232+184+30=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B81E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8B81E is #1747E1. Grayscale: #B5B5B5. Windows color (decimal): -1525730 or 2013416. OLE color: 2013416.
HSL color Cylindrical-coordinate representation of color #E8B81E: hue angle of 45.74º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8B81E is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 184 | 30 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.09 |
| HSL | 45.74º | 0.81% | 0.51% | - |
| HSV(B) | 45.74º | 0.87% | 0.91% | - |
| XYZ | 50.65 | 51.53 | 8.5 | - |
| YUV | 180.8 | 42.9 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 184 | 30 | 0 | 0.21 | 0.87 | 0.09 | 45.74 | 0.81 | 0.51 |
| Hex | E8 | B8 | 1E | 0 | 15 | 57 | 9 | 2E | 51 | 33 |
| Octal | 350 | 270 | 36 | 0 | 25 | 127 | 11 | 56 | 121 | 63 |
| Binary | 11101000 | 10111000 | 11110 | 0 | 10101 | 1010111 | 1001 | 101110 | 1010001 | 110011 |
Color Harmonies of #E8B81E
Complementary color
Monochromatic Colors of #E8B81E
Black with #E8B81E
Text Example
Text Example
White with #E8B81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B81E; }
p { color: rgb(232,184,30); }
H1.HeaderClassName
{
color: #E8B81E;
}
.AnyTagClassName
{
color: #E8B81E;
}
</style>
background-color css
<style>
a { background-color: #E8B81E; }
a { background-color: rgb(232,184,30); }
div.DivClassName
{
background-color: #E8B81E;
}
.BgClassName
{
background-color: #E8B81E;
}
</style>
border-color css
<style>
span { border-color: #E8B81E; }
span { border-color: rgb(232,184,30); }
td.TdClassName
{
border-color: #E8B81E;
}
.TagClassName
{
border-color: #E8B81E;
}
</style>