Shades of Gold Tips #EAB118
Tints of Gold Tips #EAB118
RGB
CMYK
RGB Variations
Color information
#EAB118 (or 0xEAB118) is known color: Gold Tips. HEX triplet: EA, B1 and 18. RGB value is (234,177,24). Sum of RGB (Red+Green+Blue) = 234+177+24=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB118 is #154EE7. Grayscale: #B1B1B1. Windows color (decimal): -1396456 or 1618410. OLE color: 1618410.
HSL color Cylindrical-coordinate representation of color #EAB118: hue angle of 43.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAB118 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 24 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.08 |
| HSL | 43.71º | 0.83% | 0.51% | - |
| HSV(B) | 43.71º | 0.9% | 0.92% | - |
| XYZ | 49.82 | 49 | 7.7 | - |
| YUV | 176.6 | 41.88 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 24 | 0 | 0.24 | 0.90 | 0.08 | 43.71 | 0.83 | 0.51 |
| Hex | EA | B1 | 18 | 0 | 18 | 5A | 8 | 2C | 53 | 33 |
| Octal | 352 | 261 | 30 | 0 | 30 | 132 | 10 | 54 | 123 | 63 |
| Binary | 11101010 | 10110001 | 11000 | 0 | 11000 | 1011010 | 1000 | 101100 | 1010011 | 110011 |
Color Harmonies of #EAB118
Complementary color
Monochromatic Colors of #EAB118
Black with #EAB118
Text Example
Text Example
White with #EAB118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB118; }
p { color: rgb(234,177,24); }
H1.HeaderClassName
{
color: #EAB118;
}
.AnyTagClassName
{
color: #EAB118;
}
</style>
background-color css
<style>
a { background-color: #EAB118; }
a { background-color: rgb(234,177,24); }
div.DivClassName
{
background-color: #EAB118;
}
.BgClassName
{
background-color: #EAB118;
}
</style>
border-color css
<style>
span { border-color: #EAB118; }
span { border-color: rgb(234,177,24); }
td.TdClassName
{
border-color: #EAB118;
}
.TagClassName
{
border-color: #EAB118;
}
</style>