Shades of Gold Tips #EAA622
Tints of Gold Tips #EAA622
RGB
CMYK
RGB Variations
Color information
#EAA622 (or 0xEAA622) is known color: Gold Tips. HEX triplet: EA, A6 and 22. RGB value is (234,166,34). Sum of RGB (Red+Green+Blue) = 234+166+34=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA622 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA622 is #1559DD. Grayscale: #ABABAB. Windows color (decimal): -1399262 or 2270954. OLE color: 2270954.
HSL color Cylindrical-coordinate representation of color #EAA622: hue angle of 39.6º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAA622 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 34 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.08 |
| HSL | 39.6º | 0.83% | 0.53% | - |
| HSV(B) | 39.6º | 0.85% | 0.92% | - |
| XYZ | 47.86 | 44.88 | 7.65 | - |
| YUV | 171.28 | 50.53 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 34 | 0 | 0.29 | 0.85 | 0.08 | 39.6 | 0.83 | 0.53 |
| Hex | EA | A6 | 22 | 0 | 1D | 55 | 8 | 28 | 53 | 35 |
| Octal | 352 | 246 | 42 | 0 | 35 | 125 | 10 | 50 | 123 | 65 |
| Binary | 11101010 | 10100110 | 100010 | 0 | 11101 | 1010101 | 1000 | 101000 | 1010011 | 110101 |
Color Harmonies of #EAA622
Complementary color
Monochromatic Colors of #EAA622
Black with #EAA622
Text Example
Text Example
White with #EAA622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA622; }
p { color: rgb(234,166,34); }
H1.HeaderClassName
{
color: #EAA622;
}
.AnyTagClassName
{
color: #EAA622;
}
</style>
background-color css
<style>
a { background-color: #EAA622; }
a { background-color: rgb(234,166,34); }
div.DivClassName
{
background-color: #EAA622;
}
.BgClassName
{
background-color: #EAA622;
}
</style>
border-color css
<style>
span { border-color: #EAA622; }
span { border-color: rgb(234,166,34); }
td.TdClassName
{
border-color: #EAA622;
}
.TagClassName
{
border-color: #EAA622;
}
</style>