Shades of Gold Tips #E6B01C
Tints of Gold Tips #E6B01C
RGB
CMYK
RGB Variations
Color information
#E6B01C (or 0xE6B01C) is known color: Gold Tips. HEX triplet: E6, B0 and 1C. RGB value is (230,176,28). Sum of RGB (Red+Green+Blue) = 230+176+28=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B01C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B01C is #194FE3. Grayscale: #AFAFAF. Windows color (decimal): -1658852 or 1880294. OLE color: 1880294.
HSL color Cylindrical-coordinate representation of color #E6B01C: hue angle of 43.96º 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 #E6B01C is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 28 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.10 |
| HSL | 43.96º | 0.8% | 0.51% | - |
| HSV(B) | 43.96º | 0.88% | 0.9% | - |
| XYZ | 48.37 | 47.96 | 7.81 | - |
| YUV | 175.27 | 44.89 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 28 | 0 | 0.23 | 0.88 | 0.10 | 43.96 | 0.8 | 0.51 |
| Hex | E6 | B0 | 1C | 0 | 17 | 58 | A | 2C | 50 | 33 |
| Octal | 346 | 260 | 34 | 0 | 27 | 130 | 12 | 54 | 120 | 63 |
| Binary | 11100110 | 10110000 | 11100 | 0 | 10111 | 1011000 | 1010 | 101100 | 1010000 | 110011 |
Color Harmonies of #E6B01C
Complementary color
Monochromatic Colors of #E6B01C
Black with #E6B01C
Text Example
Text Example
White with #E6B01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B01C; }
p { color: rgb(230,176,28); }
H1.HeaderClassName
{
color: #E6B01C;
}
.AnyTagClassName
{
color: #E6B01C;
}
</style>
background-color css
<style>
a { background-color: #E6B01C; }
a { background-color: rgb(230,176,28); }
div.DivClassName
{
background-color: #E6B01C;
}
.BgClassName
{
background-color: #E6B01C;
}
</style>
border-color css
<style>
span { border-color: #E6B01C; }
span { border-color: rgb(230,176,28); }
td.TdClassName
{
border-color: #E6B01C;
}
.TagClassName
{
border-color: #E6B01C;
}
</style>