Shades of Gold Tips #E6AD19
Tints of Gold Tips #E6AD19
RGB
CMYK
RGB Variations
Color information
#E6AD19 (or 0xE6AD19) is known color: Gold Tips. HEX triplet: E6, AD and 19. RGB value is (230,173,25). Sum of RGB (Red+Green+Blue) = 230+173+25=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AD19 is #1952E6. Grayscale: #ADADAD. Windows color (decimal): -1659623 or 1682918. OLE color: 1682918.
HSL color Cylindrical-coordinate representation of color #E6AD19: hue angle of 43.32º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6AD19 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 25 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.10 |
| HSL | 43.32º | 0.8% | 0.5% | - |
| HSV(B) | 43.32º | 0.89% | 0.9% | - |
| XYZ | 47.75 | 46.78 | 7.43 | - |
| YUV | 173.17 | 44.38 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 25 | 0 | 0.25 | 0.89 | 0.10 | 43.32 | 0.8 | 0.5 |
| Hex | E6 | AD | 19 | 0 | 19 | 59 | A | 2B | 50 | 32 |
| Octal | 346 | 255 | 31 | 0 | 31 | 131 | 12 | 53 | 120 | 62 |
| Binary | 11100110 | 10101101 | 11001 | 0 | 11001 | 1011001 | 1010 | 101011 | 1010000 | 110010 |
Color Harmonies of #E6AD19
Complementary color
Monochromatic Colors of #E6AD19
Black with #E6AD19
Text Example
Text Example
White with #E6AD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD19; }
p { color: rgb(230,173,25); }
H1.HeaderClassName
{
color: #E6AD19;
}
.AnyTagClassName
{
color: #E6AD19;
}
</style>
background-color css
<style>
a { background-color: #E6AD19; }
a { background-color: rgb(230,173,25); }
div.DivClassName
{
background-color: #E6AD19;
}
.BgClassName
{
background-color: #E6AD19;
}
</style>
border-color css
<style>
span { border-color: #E6AD19; }
span { border-color: rgb(230,173,25); }
td.TdClassName
{
border-color: #E6AD19;
}
.TagClassName
{
border-color: #E6AD19;
}
</style>