Shades of Gold Tips #EAB121
Tints of Gold Tips #EAB121
RGB
CMYK
RGB Variations
Color information
#EAB121 (or 0xEAB121) is known color: Gold Tips. HEX triplet: EA, B1 and 21. RGB value is (234,177,33). Sum of RGB (Red+Green+Blue) = 234+177+33=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 33 (13.28% from 255 or 7.43% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB121 is #154EDE. Grayscale: #B2B2B2. Windows color (decimal): -1396447 or 2208234. OLE color: 2208234.
HSL color Cylindrical-coordinate representation of color #EAB121: hue angle of 42.99º 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 #EAB121 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 33 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.08 |
| HSL | 42.99º | 0.83% | 0.52% | - |
| HSV(B) | 42.99º | 0.86% | 0.92% | - |
| XYZ | 49.93 | 49.05 | 8.27 | - |
| YUV | 177.63 | 46.38 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 33 | 0 | 0.24 | 0.86 | 0.08 | 42.99 | 0.83 | 0.52 |
| Hex | EA | B1 | 21 | 0 | 18 | 56 | 8 | 2B | 53 | 34 |
| Octal | 352 | 261 | 41 | 0 | 30 | 126 | 10 | 53 | 123 | 64 |
| Binary | 11101010 | 10110001 | 100001 | 0 | 11000 | 1010110 | 1000 | 101011 | 1010011 | 110100 |
Color Harmonies of #EAB121
Complementary color
Monochromatic Colors of #EAB121
Black with #EAB121
Text Example
Text Example
White with #EAB121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB121; }
p { color: rgb(234,177,33); }
H1.HeaderClassName
{
color: #EAB121;
}
.AnyTagClassName
{
color: #EAB121;
}
</style>
background-color css
<style>
a { background-color: #EAB121; }
a { background-color: rgb(234,177,33); }
div.DivClassName
{
background-color: #EAB121;
}
.BgClassName
{
background-color: #EAB121;
}
</style>
border-color css
<style>
span { border-color: #EAB121; }
span { border-color: rgb(234,177,33); }
td.TdClassName
{
border-color: #EAB121;
}
.TagClassName
{
border-color: #EAB121;
}
</style>