Shades of Gold Tips #EAB71E
Tints of Gold Tips #EAB71E
RGB
CMYK
RGB Variations
Color information
#EAB71E (or 0xEAB71E) is known color: Gold Tips. HEX triplet: EA, B7 and 1E. RGB value is (234,183,30). Sum of RGB (Red+Green+Blue) = 234+183+30=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB71E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB71E is #1548E1. Grayscale: #B5B5B5. Windows color (decimal): -1394914 or 2013162. OLE color: 2013162.
HSL color Cylindrical-coordinate representation of color #EAB71E: hue angle of 45º 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 #EAB71E is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 30 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.08 |
| HSL | 45º | 0.83% | 0.52% | - |
| HSV(B) | 45º | 0.87% | 0.92% | - |
| XYZ | 51.1 | 51.45 | 8.47 | - |
| YUV | 180.81 | 42.9 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 30 | 0 | 0.22 | 0.87 | 0.08 | 45 | 0.83 | 0.52 |
| Hex | EA | B7 | 1E | 0 | 16 | 57 | 8 | 2D | 53 | 34 |
| Octal | 352 | 267 | 36 | 0 | 26 | 127 | 10 | 55 | 123 | 64 |
| Binary | 11101010 | 10110111 | 11110 | 0 | 10110 | 1010111 | 1000 | 101101 | 1010011 | 110100 |
Color Harmonies of #EAB71E
Complementary color
Monochromatic Colors of #EAB71E
Black with #EAB71E
Text Example
Text Example
White with #EAB71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB71E; }
p { color: rgb(234,183,30); }
H1.HeaderClassName
{
color: #EAB71E;
}
.AnyTagClassName
{
color: #EAB71E;
}
</style>
background-color css
<style>
a { background-color: #EAB71E; }
a { background-color: rgb(234,183,30); }
div.DivClassName
{
background-color: #EAB71E;
}
.BgClassName
{
background-color: #EAB71E;
}
</style>
border-color css
<style>
span { border-color: #EAB71E; }
span { border-color: rgb(234,183,30); }
td.TdClassName
{
border-color: #EAB71E;
}
.TagClassName
{
border-color: #EAB71E;
}
</style>