Shades of Gold Tips #EAB028
Tints of Gold Tips #EAB028
RGB
CMYK
RGB Variations
Color information
#EAB028 (or 0xEAB028) is known color: Gold Tips. HEX triplet: EA, B0 and 28. RGB value is (234,176,40). Sum of RGB (Red+Green+Blue) = 234+176+40=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB028 is #154FD7. Grayscale: #B2B2B2. Windows color (decimal): -1396696 or 2666730. OLE color: 2666730.
HSL color Cylindrical-coordinate representation of color #EAB028: hue angle of 42.06º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAB028 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 40 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.08 |
| HSL | 42.06º | 0.82% | 0.54% | - |
| HSV(B) | 42.06º | 0.83% | 0.92% | - |
| XYZ | 49.84 | 48.7 | 8.78 | - |
| YUV | 177.84 | 50.22 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 40 | 0 | 0.25 | 0.83 | 0.08 | 42.06 | 0.82 | 0.54 |
| Hex | EA | B0 | 28 | 0 | 19 | 53 | 8 | 2A | 52 | 36 |
| Octal | 352 | 260 | 50 | 0 | 31 | 123 | 10 | 52 | 122 | 66 |
| Binary | 11101010 | 10110000 | 101000 | 0 | 11001 | 1010011 | 1000 | 101010 | 1010010 | 110110 |
Color Harmonies of #EAB028
Complementary color
Monochromatic Colors of #EAB028
Black with #EAB028
Text Example
Text Example
White with #EAB028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB028; }
p { color: rgb(234,176,40); }
H1.HeaderClassName
{
color: #EAB028;
}
.AnyTagClassName
{
color: #EAB028;
}
</style>
background-color css
<style>
a { background-color: #EAB028; }
a { background-color: rgb(234,176,40); }
div.DivClassName
{
background-color: #EAB028;
}
.BgClassName
{
background-color: #EAB028;
}
</style>
border-color css
<style>
span { border-color: #EAB028; }
span { border-color: rgb(234,176,40); }
td.TdClassName
{
border-color: #EAB028;
}
.TagClassName
{
border-color: #EAB028;
}
</style>