Shades of Gold Tips #EAAA19
Tints of Gold Tips #EAAA19
RGB
CMYK
RGB Variations
Color information
#EAAA19 (or 0xEAAA19) is known color: Gold Tips. HEX triplet: EA, AA and 19. RGB value is (234,170,25). Sum of RGB (Red+Green+Blue) = 234+170+25=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAA19 is #1555E6. Grayscale: #ADADAD. Windows color (decimal): -1398247 or 1682154. OLE color: 1682154.
HSL color Cylindrical-coordinate representation of color #EAAA19: hue angle of 41.63º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EAAA19 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 25 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.08 |
| HSL | 41.63º | 0.83% | 0.51% | - |
| HSV(B) | 41.63º | 0.89% | 0.92% | - |
| XYZ | 48.48 | 46.31 | 7.3 | - |
| YUV | 172.61 | 44.7 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 25 | 0 | 0.27 | 0.89 | 0.08 | 41.63 | 0.83 | 0.51 |
| Hex | EA | AA | 19 | 0 | 1B | 59 | 8 | 2A | 53 | 33 |
| Octal | 352 | 252 | 31 | 0 | 33 | 131 | 10 | 52 | 123 | 63 |
| Binary | 11101010 | 10101010 | 11001 | 0 | 11011 | 1011001 | 1000 | 101010 | 1010011 | 110011 |
Color Harmonies of #EAAA19
Complementary color
Monochromatic Colors of #EAAA19
Black with #EAAA19
Text Example
Text Example
White with #EAAA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA19; }
p { color: rgb(234,170,25); }
H1.HeaderClassName
{
color: #EAAA19;
}
.AnyTagClassName
{
color: #EAAA19;
}
</style>
background-color css
<style>
a { background-color: #EAAA19; }
a { background-color: rgb(234,170,25); }
div.DivClassName
{
background-color: #EAAA19;
}
.BgClassName
{
background-color: #EAAA19;
}
</style>
border-color css
<style>
span { border-color: #EAAA19; }
span { border-color: rgb(234,170,25); }
td.TdClassName
{
border-color: #EAAA19;
}
.TagClassName
{
border-color: #EAAA19;
}
</style>