Shades of Gold Tips #EAB314
Tints of Gold Tips #EAB314
RGB
CMYK
RGB Variations
Color information
#EAB314 (or 0xEAB314) is known color: Gold Tips. HEX triplet: EA, B3 and 14. RGB value is (234,179,20). Sum of RGB (Red+Green+Blue) = 234+179+20=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB314 is #154CEB. Grayscale: #B2B2B2. Windows color (decimal): -1395948 or 1356778. OLE color: 1356778.
HSL color Cylindrical-coordinate representation of color #EAB314: hue angle of 44.58º 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 #EAB314 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 20 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.08 |
| HSL | 44.58º | 0.84% | 0.5% | - |
| HSV(B) | 44.58º | 0.91% | 0.92% | - |
| XYZ | 50.18 | 49.78 | 7.63 | - |
| YUV | 177.32 | 39.22 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 20 | 0 | 0.24 | 0.91 | 0.08 | 44.58 | 0.84 | 0.5 |
| Hex | EA | B3 | 14 | 0 | 18 | 5B | 8 | 2D | 54 | 32 |
| Octal | 352 | 263 | 24 | 0 | 30 | 133 | 10 | 55 | 124 | 62 |
| Binary | 11101010 | 10110011 | 10100 | 0 | 11000 | 1011011 | 1000 | 101101 | 1010100 | 110010 |
Color Harmonies of #EAB314
Complementary color
Monochromatic Colors of #EAB314
Black with #EAB314
Text Example
Text Example
White with #EAB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB314; }
p { color: rgb(234,179,20); }
H1.HeaderClassName
{
color: #EAB314;
}
.AnyTagClassName
{
color: #EAB314;
}
</style>
background-color css
<style>
a { background-color: #EAB314; }
a { background-color: rgb(234,179,20); }
div.DivClassName
{
background-color: #EAB314;
}
.BgClassName
{
background-color: #EAB314;
}
</style>
border-color css
<style>
span { border-color: #EAB314; }
span { border-color: rgb(234,179,20); }
td.TdClassName
{
border-color: #EAB314;
}
.TagClassName
{
border-color: #EAB314;
}
</style>