Shades of Gold Tips #EAB119
Tints of Gold Tips #EAB119
RGB
CMYK
RGB Variations
Color information
#EAB119 (or 0xEAB119) is known color: Gold Tips. HEX triplet: EA, B1 and 19. RGB value is (234,177,25). Sum of RGB (Red+Green+Blue) = 234+177+25=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB119 is #154EE6. Grayscale: #B1B1B1. Windows color (decimal): -1396455 or 1683946. OLE color: 1683946.
HSL color Cylindrical-coordinate representation of color #EAB119: hue angle of 43.64º 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 #EAB119 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 25 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.08 |
| HSL | 43.64º | 0.83% | 0.51% | - |
| HSV(B) | 43.64º | 0.89% | 0.92% | - |
| XYZ | 49.83 | 49.01 | 7.75 | - |
| YUV | 176.72 | 42.38 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 25 | 0 | 0.24 | 0.89 | 0.08 | 43.64 | 0.83 | 0.51 |
| Hex | EA | B1 | 19 | 0 | 18 | 59 | 8 | 2C | 53 | 33 |
| Octal | 352 | 261 | 31 | 0 | 30 | 131 | 10 | 54 | 123 | 63 |
| Binary | 11101010 | 10110001 | 11001 | 0 | 11000 | 1011001 | 1000 | 101100 | 1010011 | 110011 |
Color Harmonies of #EAB119
Complementary color
Monochromatic Colors of #EAB119
Black with #EAB119
Text Example
Text Example
White with #EAB119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB119; }
p { color: rgb(234,177,25); }
H1.HeaderClassName
{
color: #EAB119;
}
.AnyTagClassName
{
color: #EAB119;
}
</style>
background-color css
<style>
a { background-color: #EAB119; }
a { background-color: rgb(234,177,25); }
div.DivClassName
{
background-color: #EAB119;
}
.BgClassName
{
background-color: #EAB119;
}
</style>
border-color css
<style>
span { border-color: #EAB119; }
span { border-color: rgb(234,177,25); }
td.TdClassName
{
border-color: #EAB119;
}
.TagClassName
{
border-color: #EAB119;
}
</style>