Shades of Gold Tips #EAA71E
Tints of Gold Tips #EAA71E
RGB
CMYK
RGB Variations
Color information
#EAA71E (or 0xEAA71E) is known color: Gold Tips. HEX triplet: EA, A7 and 1E. RGB value is (234,167,30). Sum of RGB (Red+Green+Blue) = 234+167+30=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA71E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA71E is #1558E1. Grayscale: #ACACAC. Windows color (decimal): -1399010 or 2009066. OLE color: 2009066.
HSL color Cylindrical-coordinate representation of color #EAA71E: hue angle of 40.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EAA71E is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 30 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.08 |
| HSL | 40.29º | 0.83% | 0.52% | - |
| HSV(B) | 40.29º | 0.87% | 0.92% | - |
| XYZ | 47.98 | 45.22 | 7.43 | - |
| YUV | 171.42 | 48.2 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 30 | 0 | 0.29 | 0.87 | 0.08 | 40.29 | 0.83 | 0.52 |
| Hex | EA | A7 | 1E | 0 | 1D | 57 | 8 | 28 | 53 | 34 |
| Octal | 352 | 247 | 36 | 0 | 35 | 127 | 10 | 50 | 123 | 64 |
| Binary | 11101010 | 10100111 | 11110 | 0 | 11101 | 1010111 | 1000 | 101000 | 1010011 | 110100 |
Color Harmonies of #EAA71E
Complementary color
Monochromatic Colors of #EAA71E
Black with #EAA71E
Text Example
Text Example
White with #EAA71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA71E; }
p { color: rgb(234,167,30); }
H1.HeaderClassName
{
color: #EAA71E;
}
.AnyTagClassName
{
color: #EAA71E;
}
</style>
background-color css
<style>
a { background-color: #EAA71E; }
a { background-color: rgb(234,167,30); }
div.DivClassName
{
background-color: #EAA71E;
}
.BgClassName
{
background-color: #EAA71E;
}
</style>
border-color css
<style>
span { border-color: #EAA71E; }
span { border-color: rgb(234,167,30); }
td.TdClassName
{
border-color: #EAA71E;
}
.TagClassName
{
border-color: #EAA71E;
}
</style>