Shades of Gold Tips #EAB316
Tints of Gold Tips #EAB316
RGB
CMYK
RGB Variations
Color information
#EAB316 (or 0xEAB316) is known color: Gold Tips. HEX triplet: EA, B3 and 16. RGB value is (234,179,22). Sum of RGB (Red+Green+Blue) = 234+179+22=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB316 is #154CE9. Grayscale: #B2B2B2. Windows color (decimal): -1395946 or 1487850. OLE color: 1487850.
HSL color Cylindrical-coordinate representation of color #EAB316: hue angle of 44.43º 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 #EAB316 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.08 |
| HSL | 44.43º | 0.83% | 0.5% | - |
| HSV(B) | 44.43º | 0.91% | 0.92% | - |
| XYZ | 50.2 | 49.79 | 7.72 | - |
| YUV | 177.55 | 40.22 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 22 | 0 | 0.24 | 0.91 | 0.08 | 44.43 | 0.83 | 0.5 |
| Hex | EA | B3 | 16 | 0 | 18 | 5B | 8 | 2C | 53 | 32 |
| Octal | 352 | 263 | 26 | 0 | 30 | 133 | 10 | 54 | 123 | 62 |
| Binary | 11101010 | 10110011 | 10110 | 0 | 11000 | 1011011 | 1000 | 101100 | 1010011 | 110010 |
Color Harmonies of #EAB316
Complementary color
Monochromatic Colors of #EAB316
Black with #EAB316
Text Example
Text Example
White with #EAB316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB316; }
p { color: rgb(234,179,22); }
H1.HeaderClassName
{
color: #EAB316;
}
.AnyTagClassName
{
color: #EAB316;
}
</style>
background-color css
<style>
a { background-color: #EAB316; }
a { background-color: rgb(234,179,22); }
div.DivClassName
{
background-color: #EAB316;
}
.BgClassName
{
background-color: #EAB316;
}
</style>
border-color css
<style>
span { border-color: #EAB316; }
span { border-color: rgb(234,179,22); }
td.TdClassName
{
border-color: #EAB316;
}
.TagClassName
{
border-color: #EAB316;
}
</style>