Shades of Gold Tips #E6B516
Tints of Gold Tips #E6B516
RGB
CMYK
RGB Variations
Color information
#E6B516 (or 0xE6B516) is known color: Gold Tips. HEX triplet: E6, B5 and 16. RGB value is (230,181,22). Sum of RGB (Red+Green+Blue) = 230+181+22=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B516 is #194AE9. Grayscale: #B2B2B2. Windows color (decimal): -1657578 or 1488358. OLE color: 1488358.
HSL color Cylindrical-coordinate representation of color #E6B516: hue angle of 45.87º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6B516 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 22 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.10 |
| HSL | 45.87º | 0.83% | 0.49% | - |
| HSV(B) | 45.87º | 0.9% | 0.9% | - |
| XYZ | 49.3 | 49.93 | 7.8 | - |
| YUV | 177.53 | 40.23 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 22 | 0 | 0.21 | 0.90 | 0.10 | 45.87 | 0.83 | 0.49 |
| Hex | E6 | B5 | 16 | 0 | 15 | 5A | A | 2E | 53 | 31 |
| Octal | 346 | 265 | 26 | 0 | 25 | 132 | 12 | 56 | 123 | 61 |
| Binary | 11100110 | 10110101 | 10110 | 0 | 10101 | 1011010 | 1010 | 101110 | 1010011 | 110001 |
Color Harmonies of #E6B516
Complementary color
Monochromatic Colors of #E6B516
Black with #E6B516
Text Example
Text Example
White with #E6B516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B516; }
p { color: rgb(230,181,22); }
H1.HeaderClassName
{
color: #E6B516;
}
.AnyTagClassName
{
color: #E6B516;
}
</style>
background-color css
<style>
a { background-color: #E6B516; }
a { background-color: rgb(230,181,22); }
div.DivClassName
{
background-color: #E6B516;
}
.BgClassName
{
background-color: #E6B516;
}
</style>
border-color css
<style>
span { border-color: #E6B516; }
span { border-color: rgb(230,181,22); }
td.TdClassName
{
border-color: #E6B516;
}
.TagClassName
{
border-color: #E6B516;
}
</style>