Shades of Gold Tips #EAB51C
Tints of Gold Tips #EAB51C
RGB
CMYK
RGB Variations
Color information
#EAB51C (or 0xEAB51C) is known color: Gold Tips. HEX triplet: EA, B5 and 1C. RGB value is (234,181,28). Sum of RGB (Red+Green+Blue) = 234+181+28=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB51C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB51C is #154AE3. Grayscale: #B4B4B4. Windows color (decimal): -1395428 or 1881578. OLE color: 1881578.
HSL color Cylindrical-coordinate representation of color #EAB51C: hue angle of 44.56º 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 #EAB51C is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 28 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.08 |
| HSL | 44.56º | 0.83% | 0.51% | - |
| HSV(B) | 44.56º | 0.88% | 0.92% | - |
| XYZ | 50.67 | 50.62 | 8.2 | - |
| YUV | 179.41 | 42.56 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 28 | 0 | 0.23 | 0.88 | 0.08 | 44.56 | 0.83 | 0.51 |
| Hex | EA | B5 | 1C | 0 | 17 | 58 | 8 | 2D | 53 | 33 |
| Octal | 352 | 265 | 34 | 0 | 27 | 130 | 10 | 55 | 123 | 63 |
| Binary | 11101010 | 10110101 | 11100 | 0 | 10111 | 1011000 | 1000 | 101101 | 1010011 | 110011 |
Color Harmonies of #EAB51C
Complementary color
Monochromatic Colors of #EAB51C
Black with #EAB51C
Text Example
Text Example
White with #EAB51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB51C; }
p { color: rgb(234,181,28); }
H1.HeaderClassName
{
color: #EAB51C;
}
.AnyTagClassName
{
color: #EAB51C;
}
</style>
background-color css
<style>
a { background-color: #EAB51C; }
a { background-color: rgb(234,181,28); }
div.DivClassName
{
background-color: #EAB51C;
}
.BgClassName
{
background-color: #EAB51C;
}
</style>
border-color css
<style>
span { border-color: #EAB51C; }
span { border-color: rgb(234,181,28); }
td.TdClassName
{
border-color: #EAB51C;
}
.TagClassName
{
border-color: #EAB51C;
}
</style>