Shades of Gold Tips #E6BA1C
Tints of Gold Tips #E6BA1C
RGB
CMYK
RGB Variations
Color information
#E6BA1C (or 0xE6BA1C) is known color: Gold Tips. HEX triplet: E6, BA and 1C. RGB value is (230,186,28). Sum of RGB (Red+Green+Blue) = 230+186+28=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BA1C is #1945E3. Grayscale: #B5B5B5. Windows color (decimal): -1656292 or 1882854. OLE color: 1882854.
HSL color Cylindrical-coordinate representation of color #E6BA1C: hue angle of 46.93º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6BA1C is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 28 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.10 |
| HSL | 46.93º | 0.8% | 0.51% | - |
| HSV(B) | 46.93º | 0.88% | 0.9% | - |
| XYZ | 50.4 | 52.02 | 8.48 | - |
| YUV | 181.14 | 41.58 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 28 | 0 | 0.19 | 0.88 | 0.10 | 46.93 | 0.8 | 0.51 |
| Hex | E6 | BA | 1C | 0 | 13 | 58 | A | 2F | 50 | 33 |
| Octal | 346 | 272 | 34 | 0 | 23 | 130 | 12 | 57 | 120 | 63 |
| Binary | 11100110 | 10111010 | 11100 | 0 | 10011 | 1011000 | 1010 | 101111 | 1010000 | 110011 |
Color Harmonies of #E6BA1C
Complementary color
Monochromatic Colors of #E6BA1C
Black with #E6BA1C
Text Example
Text Example
White with #E6BA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BA1C; }
p { color: rgb(230,186,28); }
H1.HeaderClassName
{
color: #E6BA1C;
}
.AnyTagClassName
{
color: #E6BA1C;
}
</style>
background-color css
<style>
a { background-color: #E6BA1C; }
a { background-color: rgb(230,186,28); }
div.DivClassName
{
background-color: #E6BA1C;
}
.BgClassName
{
background-color: #E6BA1C;
}
</style>
border-color css
<style>
span { border-color: #E6BA1C; }
span { border-color: rgb(230,186,28); }
td.TdClassName
{
border-color: #E6BA1C;
}
.TagClassName
{
border-color: #E6BA1C;
}
</style>