Shades of Gold Tips #EAB215
Tints of Gold Tips #EAB215
RGB
CMYK
RGB Variations
Color information
#EAB215 (or 0xEAB215) is known color: Gold Tips. HEX triplet: EA, B2 and 15. RGB value is (234,178,21). Sum of RGB (Red+Green+Blue) = 234+178+21=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB215 is #154DEA. Grayscale: #B1B1B1. Windows color (decimal): -1396203 or 1422058. OLE color: 1422058.
HSL color Cylindrical-coordinate representation of color #EAB215: hue angle of 44.23º 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 #EAB215 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 21 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.08 |
| HSL | 44.23º | 0.84% | 0.5% | - |
| HSV(B) | 44.23º | 0.91% | 0.92% | - |
| XYZ | 49.99 | 49.39 | 7.61 | - |
| YUV | 176.85 | 40.05 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 21 | 0 | 0.24 | 0.91 | 0.08 | 44.23 | 0.84 | 0.5 |
| Hex | EA | B2 | 15 | 0 | 18 | 5B | 8 | 2C | 54 | 32 |
| Octal | 352 | 262 | 25 | 0 | 30 | 133 | 10 | 54 | 124 | 62 |
| Binary | 11101010 | 10110010 | 10101 | 0 | 11000 | 1011011 | 1000 | 101100 | 1010100 | 110010 |
Color Harmonies of #EAB215
Complementary color
Monochromatic Colors of #EAB215
Black with #EAB215
Text Example
Text Example
White with #EAB215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB215; }
p { color: rgb(234,178,21); }
H1.HeaderClassName
{
color: #EAB215;
}
.AnyTagClassName
{
color: #EAB215;
}
</style>
background-color css
<style>
a { background-color: #EAB215; }
a { background-color: rgb(234,178,21); }
div.DivClassName
{
background-color: #EAB215;
}
.BgClassName
{
background-color: #EAB215;
}
</style>
border-color css
<style>
span { border-color: #EAB215; }
span { border-color: rgb(234,178,21); }
td.TdClassName
{
border-color: #EAB215;
}
.TagClassName
{
border-color: #EAB215;
}
</style>