Shades of Gold Tips #EAA628
Tints of Gold Tips #EAA628
RGB
CMYK
RGB Variations
Color information
#EAA628 (or 0xEAA628) is known color: Gold Tips. HEX triplet: EA, A6 and 28. RGB value is (234,166,40). Sum of RGB (Red+Green+Blue) = 234+166+40=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA628 is #1559D7. Grayscale: #ACACAC. Windows color (decimal): -1399256 or 2664170. OLE color: 2664170.
HSL color Cylindrical-coordinate representation of color #EAA628: hue angle of 38.97º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAA628 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 40 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.08 |
| HSL | 38.97º | 0.82% | 0.54% | - |
| HSV(B) | 38.97º | 0.83% | 0.92% | - |
| XYZ | 47.95 | 44.92 | 8.15 | - |
| YUV | 171.97 | 53.53 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 40 | 0 | 0.29 | 0.83 | 0.08 | 38.97 | 0.82 | 0.54 |
| Hex | EA | A6 | 28 | 0 | 1D | 53 | 8 | 27 | 52 | 36 |
| Octal | 352 | 246 | 50 | 0 | 35 | 123 | 10 | 47 | 122 | 66 |
| Binary | 11101010 | 10100110 | 101000 | 0 | 11101 | 1010011 | 1000 | 100111 | 1010010 | 110110 |
Color Harmonies of #EAA628
Complementary color
Monochromatic Colors of #EAA628
Black with #EAA628
Text Example
Text Example
White with #EAA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA628; }
p { color: rgb(234,166,40); }
H1.HeaderClassName
{
color: #EAA628;
}
.AnyTagClassName
{
color: #EAA628;
}
</style>
background-color css
<style>
a { background-color: #EAA628; }
a { background-color: rgb(234,166,40); }
div.DivClassName
{
background-color: #EAA628;
}
.BgClassName
{
background-color: #EAA628;
}
</style>
border-color css
<style>
span { border-color: #EAA628; }
span { border-color: rgb(234,166,40); }
td.TdClassName
{
border-color: #EAA628;
}
.TagClassName
{
border-color: #EAA628;
}
</style>