Shades of Gold Tips #EAB024
Tints of Gold Tips #EAB024
RGB
CMYK
RGB Variations
Color information
#EAB024 (or 0xEAB024) is known color: Gold Tips. HEX triplet: EA, B0 and 24. RGB value is (234,176,36). Sum of RGB (Red+Green+Blue) = 234+176+36=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 36 (14.45% from 255 or 8.07% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB024 is #154FDB. Grayscale: #B2B2B2. Windows color (decimal): -1396700 or 2404586. OLE color: 2404586.
HSL color Cylindrical-coordinate representation of color #EAB024: hue angle of 42.42º 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 #EAB024 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 36 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.08 |
| HSL | 42.42º | 0.83% | 0.53% | - |
| HSV(B) | 42.42º | 0.85% | 0.92% | - |
| XYZ | 49.78 | 48.67 | 8.44 | - |
| YUV | 177.38 | 48.22 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 36 | 0 | 0.25 | 0.85 | 0.08 | 42.42 | 0.83 | 0.53 |
| Hex | EA | B0 | 24 | 0 | 19 | 55 | 8 | 2A | 52 | 35 |
| Octal | 352 | 260 | 44 | 0 | 31 | 125 | 10 | 52 | 122 | 65 |
| Binary | 11101010 | 10110000 | 100100 | 0 | 11001 | 1010101 | 1000 | 101010 | 1010010 | 110101 |
Color Harmonies of #EAB024
Complementary color
Monochromatic Colors of #EAB024
Black with #EAB024
Text Example
Text Example
White with #EAB024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB024; }
p { color: rgb(234,176,36); }
H1.HeaderClassName
{
color: #EAB024;
}
.AnyTagClassName
{
color: #EAB024;
}
</style>
background-color css
<style>
a { background-color: #EAB024; }
a { background-color: rgb(234,176,36); }
div.DivClassName
{
background-color: #EAB024;
}
.BgClassName
{
background-color: #EAB024;
}
</style>
border-color css
<style>
span { border-color: #EAB024; }
span { border-color: rgb(234,176,36); }
td.TdClassName
{
border-color: #EAB024;
}
.TagClassName
{
border-color: #EAB024;
}
</style>