Shades of Gold Tips #EAB821
Tints of Gold Tips #EAB821
RGB
CMYK
RGB Variations
Color information
#EAB821 (or 0xEAB821) is known color: Gold Tips. HEX triplet: EA, B8 and 21. RGB value is (234,184,33). Sum of RGB (Red+Green+Blue) = 234+184+33=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB821 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB821 is #1547DE. Grayscale: #B6B6B6. Windows color (decimal): -1394655 or 2210026. OLE color: 2210026.
HSL color Cylindrical-coordinate representation of color #EAB821: hue angle of 45.07º 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 #EAB821 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 33 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.08 |
| HSL | 45.07º | 0.83% | 0.52% | - |
| HSV(B) | 45.07º | 0.86% | 0.92% | - |
| XYZ | 51.35 | 51.88 | 8.75 | - |
| YUV | 181.74 | 44.07 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 33 | 0 | 0.21 | 0.86 | 0.08 | 45.07 | 0.83 | 0.52 |
| Hex | EA | B8 | 21 | 0 | 15 | 56 | 8 | 2D | 53 | 34 |
| Octal | 352 | 270 | 41 | 0 | 25 | 126 | 10 | 55 | 123 | 64 |
| Binary | 11101010 | 10111000 | 100001 | 0 | 10101 | 1010110 | 1000 | 101101 | 1010011 | 110100 |
Color Harmonies of #EAB821
Complementary color
Monochromatic Colors of #EAB821
Black with #EAB821
Text Example
Text Example
White with #EAB821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB821; }
p { color: rgb(234,184,33); }
H1.HeaderClassName
{
color: #EAB821;
}
.AnyTagClassName
{
color: #EAB821;
}
</style>
background-color css
<style>
a { background-color: #EAB821; }
a { background-color: rgb(234,184,33); }
div.DivClassName
{
background-color: #EAB821;
}
.BgClassName
{
background-color: #EAB821;
}
</style>
border-color css
<style>
span { border-color: #EAB821; }
span { border-color: rgb(234,184,33); }
td.TdClassName
{
border-color: #EAB821;
}
.TagClassName
{
border-color: #EAB821;
}
</style>