Shades of Gold Tips #EAA422
Tints of Gold Tips #EAA422
RGB
CMYK
RGB Variations
Color information
#EAA422 (or 0xEAA422) is known color: Gold Tips. HEX triplet: EA, A4 and 22. RGB value is (234,164,34). Sum of RGB (Red+Green+Blue) = 234+164+34=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA422 is #155BDD. Grayscale: #AAAAAA. Windows color (decimal): -1399774 or 2270442. OLE color: 2270442.
HSL color Cylindrical-coordinate representation of color #EAA422: hue angle of 39º 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 #EAA422 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 34 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.08 |
| HSL | 39º | 0.83% | 0.53% | - |
| HSV(B) | 39º | 0.85% | 0.92% | - |
| XYZ | 47.5 | 44.16 | 7.53 | - |
| YUV | 170.11 | 51.19 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 34 | 0 | 0.30 | 0.85 | 0.08 | 39 | 0.83 | 0.53 |
| Hex | EA | A4 | 22 | 0 | 1E | 55 | 8 | 27 | 53 | 35 |
| Octal | 352 | 244 | 42 | 0 | 36 | 125 | 10 | 47 | 123 | 65 |
| Binary | 11101010 | 10100100 | 100010 | 0 | 11110 | 1010101 | 1000 | 100111 | 1010011 | 110101 |
Color Harmonies of #EAA422
Complementary color
Monochromatic Colors of #EAA422
Black with #EAA422
Text Example
Text Example
White with #EAA422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA422; }
p { color: rgb(234,164,34); }
H1.HeaderClassName
{
color: #EAA422;
}
.AnyTagClassName
{
color: #EAA422;
}
</style>
background-color css
<style>
a { background-color: #EAA422; }
a { background-color: rgb(234,164,34); }
div.DivClassName
{
background-color: #EAA422;
}
.BgClassName
{
background-color: #EAA422;
}
</style>
border-color css
<style>
span { border-color: #EAA422; }
span { border-color: rgb(234,164,34); }
td.TdClassName
{
border-color: #EAA422;
}
.TagClassName
{
border-color: #EAA422;
}
</style>