Shades of Gold Tips #EAB521
Tints of Gold Tips #EAB521
RGB
CMYK
RGB Variations
Color information
#EAB521 (or 0xEAB521) is known color: Gold Tips. HEX triplet: EA, B5 and 21. RGB value is (234,181,33). Sum of RGB (Red+Green+Blue) = 234+181+33=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB521 is #154ADE. Grayscale: #B4B4B4. Windows color (decimal): -1395423 or 2209258. OLE color: 2209258.
HSL color Cylindrical-coordinate representation of color #EAB521: hue angle of 44.18º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAB521 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 33 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.08 |
| HSL | 44.18º | 0.83% | 0.52% | - |
| HSV(B) | 44.18º | 0.86% | 0.92% | - |
| XYZ | 50.73 | 50.65 | 8.54 | - |
| YUV | 179.98 | 45.06 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 33 | 0 | 0.23 | 0.86 | 0.08 | 44.18 | 0.83 | 0.52 |
| Hex | EA | B5 | 21 | 0 | 17 | 56 | 8 | 2C | 53 | 34 |
| Octal | 352 | 265 | 41 | 0 | 27 | 126 | 10 | 54 | 123 | 64 |
| Binary | 11101010 | 10110101 | 100001 | 0 | 10111 | 1010110 | 1000 | 101100 | 1010011 | 110100 |
Color Harmonies of #EAB521
Complementary color
Monochromatic Colors of #EAB521
Black with #EAB521
Text Example
Text Example
White with #EAB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB521; }
p { color: rgb(234,181,33); }
H1.HeaderClassName
{
color: #EAB521;
}
.AnyTagClassName
{
color: #EAB521;
}
</style>
background-color css
<style>
a { background-color: #EAB521; }
a { background-color: rgb(234,181,33); }
div.DivClassName
{
background-color: #EAB521;
}
.BgClassName
{
background-color: #EAB521;
}
</style>
border-color css
<style>
span { border-color: #EAB521; }
span { border-color: rgb(234,181,33); }
td.TdClassName
{
border-color: #EAB521;
}
.TagClassName
{
border-color: #EAB521;
}
</style>