Shades of Gold Tips #EAB524
Tints of Gold Tips #EAB524
RGB
CMYK
RGB Variations
Color information
#EAB524 (or 0xEAB524) is known color: Gold Tips. HEX triplet: EA, B5 and 24. RGB value is (234,181,36). Sum of RGB (Red+Green+Blue) = 234+181+36=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB524 is #154ADB. Grayscale: #B4B4B4. Windows color (decimal): -1395420 or 2405866. OLE color: 2405866.
HSL color Cylindrical-coordinate representation of color #EAB524: hue angle of 43.94º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAB524 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 36 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.08 |
| HSL | 43.94º | 0.83% | 0.53% | - |
| HSV(B) | 43.94º | 0.85% | 0.92% | - |
| XYZ | 50.77 | 50.67 | 8.77 | - |
| YUV | 180.32 | 46.56 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 36 | 0 | 0.23 | 0.85 | 0.08 | 43.94 | 0.83 | 0.53 |
| Hex | EA | B5 | 24 | 0 | 17 | 55 | 8 | 2C | 52 | 35 |
| Octal | 352 | 265 | 44 | 0 | 27 | 125 | 10 | 54 | 122 | 65 |
| Binary | 11101010 | 10110101 | 100100 | 0 | 10111 | 1010101 | 1000 | 101100 | 1010010 | 110101 |
Color Harmonies of #EAB524
Complementary color
Monochromatic Colors of #EAB524
Black with #EAB524
Text Example
Text Example
White with #EAB524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB524; }
p { color: rgb(234,181,36); }
H1.HeaderClassName
{
color: #EAB524;
}
.AnyTagClassName
{
color: #EAB524;
}
</style>
background-color css
<style>
a { background-color: #EAB524; }
a { background-color: rgb(234,181,36); }
div.DivClassName
{
background-color: #EAB524;
}
.BgClassName
{
background-color: #EAB524;
}
</style>
border-color css
<style>
span { border-color: #EAB524; }
span { border-color: rgb(234,181,36); }
td.TdClassName
{
border-color: #EAB524;
}
.TagClassName
{
border-color: #EAB524;
}
</style>