Shades of Gold Tips #EAB124
Tints of Gold Tips #EAB124
RGB
CMYK
RGB Variations
Color information
#EAB124 (or 0xEAB124) is known color: Gold Tips. HEX triplet: EA, B1 and 24. RGB value is (234,177,36). Sum of RGB (Red+Green+Blue) = 234+177+36=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 36 (14.45% from 255 or 8.05% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB124 is #154EDB. Grayscale: #B2B2B2. Windows color (decimal): -1396444 or 2404842. OLE color: 2404842.
HSL color Cylindrical-coordinate representation of color #EAB124: hue angle of 42.73º 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 #EAB124 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 36 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.08 |
| HSL | 42.73º | 0.83% | 0.53% | - |
| HSV(B) | 42.73º | 0.85% | 0.92% | - |
| XYZ | 49.97 | 49.06 | 8.51 | - |
| YUV | 177.97 | 47.88 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 36 | 0 | 0.24 | 0.85 | 0.08 | 42.73 | 0.83 | 0.53 |
| Hex | EA | B1 | 24 | 0 | 18 | 55 | 8 | 2B | 52 | 35 |
| Octal | 352 | 261 | 44 | 0 | 30 | 125 | 10 | 53 | 122 | 65 |
| Binary | 11101010 | 10110001 | 100100 | 0 | 11000 | 1010101 | 1000 | 101011 | 1010010 | 110101 |
Color Harmonies of #EAB124
Complementary color
Monochromatic Colors of #EAB124
Black with #EAB124
Text Example
Text Example
White with #EAB124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB124; }
p { color: rgb(234,177,36); }
H1.HeaderClassName
{
color: #EAB124;
}
.AnyTagClassName
{
color: #EAB124;
}
</style>
background-color css
<style>
a { background-color: #EAB124; }
a { background-color: rgb(234,177,36); }
div.DivClassName
{
background-color: #EAB124;
}
.BgClassName
{
background-color: #EAB124;
}
</style>
border-color css
<style>
span { border-color: #EAB124; }
span { border-color: rgb(234,177,36); }
td.TdClassName
{
border-color: #EAB124;
}
.TagClassName
{
border-color: #EAB124;
}
</style>