Shades of Gold Tips #EAB218
Tints of Gold Tips #EAB218
RGB
CMYK
RGB Variations
Color information
#EAB218 (or 0xEAB218) is known color: Gold Tips. HEX triplet: EA, B2 and 18. RGB value is (234,178,24). Sum of RGB (Red+Green+Blue) = 234+178+24=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB218 is #154DE7. Grayscale: #B1B1B1. Windows color (decimal): -1396200 or 1618666. OLE color: 1618666.
HSL color Cylindrical-coordinate representation of color #EAB218: hue angle of 44º 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 #EAB218 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 24 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.08 |
| HSL | 44º | 0.83% | 0.51% | - |
| HSV(B) | 44º | 0.9% | 0.92% | - |
| XYZ | 50.02 | 49.4 | 7.76 | - |
| YUV | 177.19 | 41.55 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 24 | 0 | 0.24 | 0.90 | 0.08 | 44 | 0.83 | 0.51 |
| Hex | EA | B2 | 18 | 0 | 18 | 5A | 8 | 2C | 53 | 33 |
| Octal | 352 | 262 | 30 | 0 | 30 | 132 | 10 | 54 | 123 | 63 |
| Binary | 11101010 | 10110010 | 11000 | 0 | 11000 | 1011010 | 1000 | 101100 | 1010011 | 110011 |
Color Harmonies of #EAB218
Complementary color
Monochromatic Colors of #EAB218
Black with #EAB218
Text Example
Text Example
White with #EAB218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB218; }
p { color: rgb(234,178,24); }
H1.HeaderClassName
{
color: #EAB218;
}
.AnyTagClassName
{
color: #EAB218;
}
</style>
background-color css
<style>
a { background-color: #EAB218; }
a { background-color: rgb(234,178,24); }
div.DivClassName
{
background-color: #EAB218;
}
.BgClassName
{
background-color: #EAB218;
}
</style>
border-color css
<style>
span { border-color: #EAB218; }
span { border-color: rgb(234,178,24); }
td.TdClassName
{
border-color: #EAB218;
}
.TagClassName
{
border-color: #EAB218;
}
</style>