Shades of Gold Tips #E6B110
Tints of Gold Tips #E6B110
RGB
CMYK
RGB Variations
Color information
#E6B110 (or 0xE6B110) is known color: Gold Tips. HEX triplet: E6, B1 and 10. RGB value is (230,177,16). Sum of RGB (Red+Green+Blue) = 230+177+16=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6B110 is #194EEF. Grayscale: #AFAFAF. Windows color (decimal): -1658608 or 1094118. OLE color: 1094118.
HSL color Cylindrical-coordinate representation of color #E6B110: hue angle of 45.14º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6B110 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 16 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.10 |
| HSL | 45.14º | 0.87% | 0.48% | - |
| HSV(B) | 45.14º | 0.93% | 0.9% | - |
| XYZ | 48.45 | 48.3 | 7.26 | - |
| YUV | 174.49 | 38.56 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 16 | 0 | 0.23 | 0.93 | 0.10 | 45.14 | 0.87 | 0.48 |
| Hex | E6 | B1 | 10 | 0 | 17 | 5D | A | 2D | 57 | 30 |
| Octal | 346 | 261 | 20 | 0 | 27 | 135 | 12 | 55 | 127 | 60 |
| Binary | 11100110 | 10110001 | 10000 | 0 | 10111 | 1011101 | 1010 | 101101 | 1010111 | 110000 |
Color Harmonies of #E6B110
Complementary color
Monochromatic Colors of #E6B110
Black with #E6B110
Text Example
Text Example
White with #E6B110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B110; }
p { color: rgb(230,177,16); }
H1.HeaderClassName
{
color: #E6B110;
}
.AnyTagClassName
{
color: #E6B110;
}
</style>
background-color css
<style>
a { background-color: #E6B110; }
a { background-color: rgb(230,177,16); }
div.DivClassName
{
background-color: #E6B110;
}
.BgClassName
{
background-color: #E6B110;
}
</style>
border-color css
<style>
span { border-color: #E6B110; }
span { border-color: rgb(230,177,16); }
td.TdClassName
{
border-color: #E6B110;
}
.TagClassName
{
border-color: #E6B110;
}
</style>