Shades of Gold Tips #E8AD1E
Tints of Gold Tips #E8AD1E
RGB
CMYK
RGB Variations
Color information
#E8AD1E (or 0xE8AD1E) is known color: Gold Tips. HEX triplet: E8, AD and 1E. RGB value is (232,173,30). Sum of RGB (Red+Green+Blue) = 232+173+30=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AD1E is #1752E1. Grayscale: #AEAEAE. Windows color (decimal): -1528546 or 2010600. OLE color: 2010600.
HSL color Cylindrical-coordinate representation of color #E8AD1E: hue angle of 42.48º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8AD1E is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 173 | 30 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.09 |
| HSL | 42.48º | 0.81% | 0.51% | - |
| HSV(B) | 42.48º | 0.87% | 0.91% | - |
| XYZ | 48.46 | 47.14 | 7.77 | - |
| YUV | 174.34 | 46.55 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 30 | 0 | 0.25 | 0.87 | 0.09 | 42.48 | 0.81 | 0.51 |
| Hex | E8 | AD | 1E | 0 | 19 | 57 | 9 | 2A | 51 | 33 |
| Octal | 350 | 255 | 36 | 0 | 31 | 127 | 11 | 52 | 121 | 63 |
| Binary | 11101000 | 10101101 | 11110 | 0 | 11001 | 1010111 | 1001 | 101010 | 1010001 | 110011 |
Color Harmonies of #E8AD1E
Complementary color
Monochromatic Colors of #E8AD1E
Black with #E8AD1E
Text Example
Text Example
White with #E8AD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AD1E; }
p { color: rgb(232,173,30); }
H1.HeaderClassName
{
color: #E8AD1E;
}
.AnyTagClassName
{
color: #E8AD1E;
}
</style>
background-color css
<style>
a { background-color: #E8AD1E; }
a { background-color: rgb(232,173,30); }
div.DivClassName
{
background-color: #E8AD1E;
}
.BgClassName
{
background-color: #E8AD1E;
}
</style>
border-color css
<style>
span { border-color: #E8AD1E; }
span { border-color: rgb(232,173,30); }
td.TdClassName
{
border-color: #E8AD1E;
}
.TagClassName
{
border-color: #E8AD1E;
}
</style>