Shades of Gold Tips #E6AD1E
Tints of Gold Tips #E6AD1E
RGB
CMYK
RGB Variations
Color information
#E6AD1E (or 0xE6AD1E) is known color: Gold Tips. HEX triplet: E6, AD and 1E. RGB value is (230,173,30). Sum of RGB (Red+Green+Blue) = 230+173+30=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AD1E is #1952E1. Grayscale: #AEAEAE. Windows color (decimal): -1659618 or 2010598. OLE color: 2010598.
HSL color Cylindrical-coordinate representation of color #E6AD1E: hue angle of 42.9º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E6AD1E is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 30 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.10 |
| HSL | 42.9º | 0.8% | 0.51% | - |
| HSV(B) | 42.9º | 0.87% | 0.9% | - |
| XYZ | 47.81 | 46.8 | 7.74 | - |
| YUV | 173.74 | 46.88 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 30 | 0 | 0.25 | 0.87 | 0.10 | 42.9 | 0.8 | 0.51 |
| Hex | E6 | AD | 1E | 0 | 19 | 57 | A | 2B | 50 | 33 |
| Octal | 346 | 255 | 36 | 0 | 31 | 127 | 12 | 53 | 120 | 63 |
| Binary | 11100110 | 10101101 | 11110 | 0 | 11001 | 1010111 | 1010 | 101011 | 1010000 | 110011 |
Color Harmonies of #E6AD1E
Complementary color
Monochromatic Colors of #E6AD1E
Black with #E6AD1E
Text Example
Text Example
White with #E6AD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD1E; }
p { color: rgb(230,173,30); }
H1.HeaderClassName
{
color: #E6AD1E;
}
.AnyTagClassName
{
color: #E6AD1E;
}
</style>
background-color css
<style>
a { background-color: #E6AD1E; }
a { background-color: rgb(230,173,30); }
div.DivClassName
{
background-color: #E6AD1E;
}
.BgClassName
{
background-color: #E6AD1E;
}
</style>
border-color css
<style>
span { border-color: #E6AD1E; }
span { border-color: rgb(230,173,30); }
td.TdClassName
{
border-color: #E6AD1E;
}
.TagClassName
{
border-color: #E6AD1E;
}
</style>