Shades of Gold Tips #EAB01C
Tints of Gold Tips #EAB01C
RGB
CMYK
RGB Variations
Color information
#EAB01C (or 0xEAB01C) is known color: Gold Tips. HEX triplet: EA, B0 and 1C. RGB value is (234,176,28). Sum of RGB (Red+Green+Blue) = 234+176+28=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 28 (11.33% from 255 or 6.39% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB01C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB01C is #154FE3. Grayscale: #B1B1B1. Windows color (decimal): -1396708 or 1880298. OLE color: 1880298.
HSL color Cylindrical-coordinate representation of color #EAB01C: hue angle of 43.11º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAB01C is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 28 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.08 |
| HSL | 43.11º | 0.83% | 0.51% | - |
| HSV(B) | 43.11º | 0.88% | 0.92% | - |
| XYZ | 49.67 | 48.63 | 7.87 | - |
| YUV | 176.47 | 44.22 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 28 | 0 | 0.25 | 0.88 | 0.08 | 43.11 | 0.83 | 0.51 |
| Hex | EA | B0 | 1C | 0 | 19 | 58 | 8 | 2B | 53 | 33 |
| Octal | 352 | 260 | 34 | 0 | 31 | 130 | 10 | 53 | 123 | 63 |
| Binary | 11101010 | 10110000 | 11100 | 0 | 11001 | 1011000 | 1000 | 101011 | 1010011 | 110011 |
Color Harmonies of #EAB01C
Complementary color
Monochromatic Colors of #EAB01C
Black with #EAB01C
Text Example
Text Example
White with #EAB01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB01C; }
p { color: rgb(234,176,28); }
H1.HeaderClassName
{
color: #EAB01C;
}
.AnyTagClassName
{
color: #EAB01C;
}
</style>
background-color css
<style>
a { background-color: #EAB01C; }
a { background-color: rgb(234,176,28); }
div.DivClassName
{
background-color: #EAB01C;
}
.BgClassName
{
background-color: #EAB01C;
}
</style>
border-color css
<style>
span { border-color: #EAB01C; }
span { border-color: rgb(234,176,28); }
td.TdClassName
{
border-color: #EAB01C;
}
.TagClassName
{
border-color: #EAB01C;
}
</style>