Shades of Gold Tips #E8B030
Tints of Gold Tips #E8B030
RGB
CMYK
RGB Variations
Color information
#E8B030 (or 0xE8B030) is known color: Gold Tips. HEX triplet: E8, B0 and 30. RGB value is (232,176,48). Sum of RGB (Red+Green+Blue) = 232+176+48=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 48 (19.14% from 255 or 10.53% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8B030 is #174FCF. Grayscale: #B2B2B2. Windows color (decimal): -1527760 or 3191016. OLE color: 3191016.
HSL color Cylindrical-coordinate representation of color #E8B030: hue angle of 41.74º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E8B030 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 48 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.09 |
| HSL | 41.74º | 0.8% | 0.55% | - |
| HSV(B) | 41.74º | 0.79% | 0.91% | - |
| XYZ | 49.34 | 48.42 | 9.54 | - |
| YUV | 178.15 | 54.55 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 48 | 0 | 0.24 | 0.79 | 0.09 | 41.74 | 0.8 | 0.55 |
| Hex | E8 | B0 | 30 | 0 | 18 | 4F | 9 | 2A | 50 | 37 |
| Octal | 350 | 260 | 60 | 0 | 30 | 117 | 11 | 52 | 120 | 67 |
| Binary | 11101000 | 10110000 | 110000 | 0 | 11000 | 1001111 | 1001 | 101010 | 1010000 | 110111 |
Color Harmonies of #E8B030
Complementary color
Monochromatic Colors of #E8B030
Black with #E8B030
Text Example
Text Example
White with #E8B030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B030; }
p { color: rgb(232,176,48); }
H1.HeaderClassName
{
color: #E8B030;
}
.AnyTagClassName
{
color: #E8B030;
}
</style>
background-color css
<style>
a { background-color: #E8B030; }
a { background-color: rgb(232,176,48); }
div.DivClassName
{
background-color: #E8B030;
}
.BgClassName
{
background-color: #E8B030;
}
</style>
border-color css
<style>
span { border-color: #E8B030; }
span { border-color: rgb(232,176,48); }
td.TdClassName
{
border-color: #E8B030;
}
.TagClassName
{
border-color: #E8B030;
}
</style>