Shades of Gold Tips #E6AF1E
Tints of Gold Tips #E6AF1E
RGB
CMYK
RGB Variations
Color information
#E6AF1E (or 0xE6AF1E) is known color: Gold Tips. HEX triplet: E6, AF and 1E. RGB value is (230,175,30). Sum of RGB (Red+Green+Blue) = 230+175+30=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AF1E is #1950E1. Grayscale: #AFAFAF. Windows color (decimal): -1659106 or 2011110. OLE color: 2011110.
HSL color Cylindrical-coordinate representation of color #E6AF1E: hue angle of 43.5º 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 #E6AF1E is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 30 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.10 |
| HSL | 43.5º | 0.8% | 0.51% | - |
| HSV(B) | 43.5º | 0.87% | 0.9% | - |
| XYZ | 48.2 | 47.58 | 7.87 | - |
| YUV | 174.92 | 46.22 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 30 | 0 | 0.24 | 0.87 | 0.10 | 43.5 | 0.8 | 0.51 |
| Hex | E6 | AF | 1E | 0 | 18 | 57 | A | 2C | 50 | 33 |
| Octal | 346 | 257 | 36 | 0 | 30 | 127 | 12 | 54 | 120 | 63 |
| Binary | 11100110 | 10101111 | 11110 | 0 | 11000 | 1010111 | 1010 | 101100 | 1010000 | 110011 |
Color Harmonies of #E6AF1E
Complementary color
Monochromatic Colors of #E6AF1E
Black with #E6AF1E
Text Example
Text Example
White with #E6AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF1E; }
p { color: rgb(230,175,30); }
H1.HeaderClassName
{
color: #E6AF1E;
}
.AnyTagClassName
{
color: #E6AF1E;
}
</style>
background-color css
<style>
a { background-color: #E6AF1E; }
a { background-color: rgb(230,175,30); }
div.DivClassName
{
background-color: #E6AF1E;
}
.BgClassName
{
background-color: #E6AF1E;
}
</style>
border-color css
<style>
span { border-color: #E6AF1E; }
span { border-color: rgb(230,175,30); }
td.TdClassName
{
border-color: #E6AF1E;
}
.TagClassName
{
border-color: #E6AF1E;
}
</style>