Shades of Gold Tips #E6B319
Tints of Gold Tips #E6B319
RGB
CMYK
RGB Variations
Color information
#E6B319 (or 0xE6B319) is known color: Gold Tips. HEX triplet: E6, B3 and 19. RGB value is (230,179,25). Sum of RGB (Red+Green+Blue) = 230+179+25=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 25 (10.16% from 255 or 5.76% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B319 is #194CE6. Grayscale: #B1B1B1. Windows color (decimal): -1658087 or 1684454. OLE color: 1684454.
HSL color Cylindrical-coordinate representation of color #E6B319: hue angle of 45.07º 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 #E6B319 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 25 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.10 |
| HSL | 45.07º | 0.8% | 0.5% | - |
| HSV(B) | 45.07º | 0.89% | 0.9% | - |
| XYZ | 48.93 | 49.13 | 7.82 | - |
| YUV | 176.69 | 42.4 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 25 | 0 | 0.22 | 0.89 | 0.10 | 45.07 | 0.8 | 0.5 |
| Hex | E6 | B3 | 19 | 0 | 16 | 59 | A | 2D | 50 | 32 |
| Octal | 346 | 263 | 31 | 0 | 26 | 131 | 12 | 55 | 120 | 62 |
| Binary | 11100110 | 10110011 | 11001 | 0 | 10110 | 1011001 | 1010 | 101101 | 1010000 | 110010 |
Color Harmonies of #E6B319
Complementary color
Monochromatic Colors of #E6B319
Black with #E6B319
Text Example
Text Example
White with #E6B319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B319; }
p { color: rgb(230,179,25); }
H1.HeaderClassName
{
color: #E6B319;
}
.AnyTagClassName
{
color: #E6B319;
}
</style>
background-color css
<style>
a { background-color: #E6B319; }
a { background-color: rgb(230,179,25); }
div.DivClassName
{
background-color: #E6B319;
}
.BgClassName
{
background-color: #E6B319;
}
</style>
border-color css
<style>
span { border-color: #E6B319; }
span { border-color: rgb(230,179,25); }
td.TdClassName
{
border-color: #E6B319;
}
.TagClassName
{
border-color: #E6B319;
}
</style>