Shades of Gold Tips #E9B130
Tints of Gold Tips #E9B130
RGB
CMYK
RGB Variations
Color information
#E9B130 (or 0xE9B130) is known color: Gold Tips. HEX triplet: E9, B1 and 30. RGB value is (233,177,48). Sum of RGB (Red+Green+Blue) = 233+177+48=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9B130 is #164ECF. Grayscale: #B3B3B3. Windows color (decimal): -1461968 or 3191273. OLE color: 3191273.
HSL color Cylindrical-coordinate representation of color #E9B130: hue angle of 41.84º degrees, saturation: 0.81, 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 #E9B130 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 177 | 48 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.09 |
| HSL | 41.84º | 0.81% | 0.55% | - |
| HSV(B) | 41.84º | 0.79% | 0.91% | - |
| XYZ | 49.86 | 48.98 | 9.62 | - |
| YUV | 179.04 | 54.05 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 177 | 48 | 0 | 0.24 | 0.79 | 0.09 | 41.84 | 0.81 | 0.55 |
| Hex | E9 | B1 | 30 | 0 | 18 | 4F | 9 | 2A | 51 | 37 |
| Octal | 351 | 261 | 60 | 0 | 30 | 117 | 11 | 52 | 121 | 67 |
| Binary | 11101001 | 10110001 | 110000 | 0 | 11000 | 1001111 | 1001 | 101010 | 1010001 | 110111 |
Color Harmonies of #E9B130
Complementary color
Monochromatic Colors of #E9B130
Black with #E9B130
Text Example
Text Example
White with #E9B130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B130; }
p { color: rgb(233,177,48); }
H1.HeaderClassName
{
color: #E9B130;
}
.AnyTagClassName
{
color: #E9B130;
}
</style>
background-color css
<style>
a { background-color: #E9B130; }
a { background-color: rgb(233,177,48); }
div.DivClassName
{
background-color: #E9B130;
}
.BgClassName
{
background-color: #E9B130;
}
</style>
border-color css
<style>
span { border-color: #E9B130; }
span { border-color: rgb(233,177,48); }
td.TdClassName
{
border-color: #E9B130;
}
.TagClassName
{
border-color: #E9B130;
}
</style>