Shades of Gold Tips #EAB416
Tints of Gold Tips #EAB416
RGB
CMYK
RGB Variations
Color information
#EAB416 (or 0xEAB416) is known color: Gold Tips. HEX triplet: EA, B4 and 16. RGB value is (234,180,22). Sum of RGB (Red+Green+Blue) = 234+180+22=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB416 is #154BE9. Grayscale: #B2B2B2. Windows color (decimal): -1395690 or 1488106. OLE color: 1488106.
HSL color Cylindrical-coordinate representation of color #EAB416: hue angle of 44.72º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAB416 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 22 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.08 |
| HSL | 44.72º | 0.83% | 0.5% | - |
| HSV(B) | 44.72º | 0.91% | 0.92% | - |
| XYZ | 50.4 | 50.19 | 7.79 | - |
| YUV | 178.13 | 39.89 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 22 | 0 | 0.23 | 0.91 | 0.08 | 44.72 | 0.83 | 0.5 |
| Hex | EA | B4 | 16 | 0 | 17 | 5B | 8 | 2D | 53 | 32 |
| Octal | 352 | 264 | 26 | 0 | 27 | 133 | 10 | 55 | 123 | 62 |
| Binary | 11101010 | 10110100 | 10110 | 0 | 10111 | 1011011 | 1000 | 101101 | 1010011 | 110010 |
Color Harmonies of #EAB416
Complementary color
Monochromatic Colors of #EAB416
Black with #EAB416
Text Example
Text Example
White with #EAB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB416; }
p { color: rgb(234,180,22); }
H1.HeaderClassName
{
color: #EAB416;
}
.AnyTagClassName
{
color: #EAB416;
}
</style>
background-color css
<style>
a { background-color: #EAB416; }
a { background-color: rgb(234,180,22); }
div.DivClassName
{
background-color: #EAB416;
}
.BgClassName
{
background-color: #EAB416;
}
</style>
border-color css
<style>
span { border-color: #EAB416; }
span { border-color: rgb(234,180,22); }
td.TdClassName
{
border-color: #EAB416;
}
.TagClassName
{
border-color: #EAB416;
}
</style>