Shades of Gold Tips #E6B119
Tints of Gold Tips #E6B119
RGB
CMYK
RGB Variations
Color information
#E6B119 (or 0xE6B119) is known color: Gold Tips. HEX triplet: E6, B1 and 19. RGB value is (230,177,25). Sum of RGB (Red+Green+Blue) = 230+177+25=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 25 (10.16% from 255 or 5.79% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6B119 is #194EE6. Grayscale: #B0B0B0. Windows color (decimal): -1658599 or 1683942. OLE color: 1683942.
HSL color Cylindrical-coordinate representation of color #E6B119: hue angle of 44.49º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6B119 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 25 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.10 |
| HSL | 44.49º | 0.8% | 0.5% | - |
| HSV(B) | 44.49º | 0.89% | 0.9% | - |
| XYZ | 48.53 | 48.34 | 7.69 | - |
| YUV | 175.52 | 43.06 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 25 | 0 | 0.23 | 0.89 | 0.10 | 44.49 | 0.8 | 0.5 |
| Hex | E6 | B1 | 19 | 0 | 17 | 59 | A | 2C | 50 | 32 |
| Octal | 346 | 261 | 31 | 0 | 27 | 131 | 12 | 54 | 120 | 62 |
| Binary | 11100110 | 10110001 | 11001 | 0 | 10111 | 1011001 | 1010 | 101100 | 1010000 | 110010 |
Color Harmonies of #E6B119
Complementary color
Monochromatic Colors of #E6B119
Black with #E6B119
Text Example
Text Example
White with #E6B119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B119; }
p { color: rgb(230,177,25); }
H1.HeaderClassName
{
color: #E6B119;
}
.AnyTagClassName
{
color: #E6B119;
}
</style>
background-color css
<style>
a { background-color: #E6B119; }
a { background-color: rgb(230,177,25); }
div.DivClassName
{
background-color: #E6B119;
}
.BgClassName
{
background-color: #E6B119;
}
</style>
border-color css
<style>
span { border-color: #E6B119; }
span { border-color: rgb(230,177,25); }
td.TdClassName
{
border-color: #E6B119;
}
.TagClassName
{
border-color: #E6B119;
}
</style>