Shades of Gold Tips #EAB313
Tints of Gold Tips #EAB313
RGB
CMYK
RGB Variations
Color information
#EAB313 (or 0xEAB313) is known color: Gold Tips. HEX triplet: EA, B3 and 13. RGB value is (234,179,19). Sum of RGB (Red+Green+Blue) = 234+179+19=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB313 is #154CEC. Grayscale: #B1B1B1. Windows color (decimal): -1395949 or 1291242. OLE color: 1291242.
HSL color Cylindrical-coordinate representation of color #EAB313: hue angle of 44.65º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAB313 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 19 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.08 |
| HSL | 44.65º | 0.85% | 0.5% | - |
| HSV(B) | 44.65º | 0.92% | 0.92% | - |
| XYZ | 50.17 | 49.78 | 7.58 | - |
| YUV | 177.21 | 38.72 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 19 | 0 | 0.24 | 0.92 | 0.08 | 44.65 | 0.85 | 0.5 |
| Hex | EA | B3 | 13 | 0 | 18 | 5C | 8 | 2D | 55 | 32 |
| Octal | 352 | 263 | 23 | 0 | 30 | 134 | 10 | 55 | 125 | 62 |
| Binary | 11101010 | 10110011 | 10011 | 0 | 11000 | 1011100 | 1000 | 101101 | 1010101 | 110010 |
Color Harmonies of #EAB313
Complementary color
Monochromatic Colors of #EAB313
Black with #EAB313
Text Example
Text Example
White with #EAB313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB313; }
p { color: rgb(234,179,19); }
H1.HeaderClassName
{
color: #EAB313;
}
.AnyTagClassName
{
color: #EAB313;
}
</style>
background-color css
<style>
a { background-color: #EAB313; }
a { background-color: rgb(234,179,19); }
div.DivClassName
{
background-color: #EAB313;
}
.BgClassName
{
background-color: #EAB313;
}
</style>
border-color css
<style>
span { border-color: #EAB313; }
span { border-color: rgb(234,179,19); }
td.TdClassName
{
border-color: #EAB313;
}
.TagClassName
{
border-color: #EAB313;
}
</style>