Shades of Gold Tips #EAB114
Tints of Gold Tips #EAB114
RGB
CMYK
RGB Variations
Color information
#EAB114 (or 0xEAB114) is known color: Gold Tips. HEX triplet: EA, B1 and 14. RGB value is (234,177,20). Sum of RGB (Red+Green+Blue) = 234+177+20=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB114 is #154EEB. Grayscale: #B0B0B0. Windows color (decimal): -1396460 or 1356266. OLE color: 1356266.
HSL color Cylindrical-coordinate representation of color #EAB114: hue angle of 44.02º degrees, saturation: 0.84, 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 #EAB114 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 20 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.08 |
| HSL | 44.02º | 0.84% | 0.5% | - |
| HSV(B) | 44.02º | 0.91% | 0.92% | - |
| XYZ | 49.78 | 48.99 | 7.49 | - |
| YUV | 176.15 | 39.88 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 20 | 0 | 0.24 | 0.91 | 0.08 | 44.02 | 0.84 | 0.5 |
| Hex | EA | B1 | 14 | 0 | 18 | 5B | 8 | 2C | 54 | 32 |
| Octal | 352 | 261 | 24 | 0 | 30 | 133 | 10 | 54 | 124 | 62 |
| Binary | 11101010 | 10110001 | 10100 | 0 | 11000 | 1011011 | 1000 | 101100 | 1010100 | 110010 |
Color Harmonies of #EAB114
Complementary color
Monochromatic Colors of #EAB114
Black with #EAB114
Text Example
Text Example
White with #EAB114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB114; }
p { color: rgb(234,177,20); }
H1.HeaderClassName
{
color: #EAB114;
}
.AnyTagClassName
{
color: #EAB114;
}
</style>
background-color css
<style>
a { background-color: #EAB114; }
a { background-color: rgb(234,177,20); }
div.DivClassName
{
background-color: #EAB114;
}
.BgClassName
{
background-color: #EAB114;
}
</style>
border-color css
<style>
span { border-color: #EAB114; }
span { border-color: rgb(234,177,20); }
td.TdClassName
{
border-color: #EAB114;
}
.TagClassName
{
border-color: #EAB114;
}
</style>