Shades of Gold Tips #EAB32E
Tints of Gold Tips #EAB32E
RGB
CMYK
RGB Variations
Color information
#EAB32E (or 0xEAB32E) is known color: Gold Tips. HEX triplet: EA, B3 and 2E. RGB value is (234,179,46). Sum of RGB (Red+Green+Blue) = 234+179+46=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB32E is #154CD1. Grayscale: #B4B4B4. Windows color (decimal): -1395922 or 3060714. OLE color: 3060714.
HSL color Cylindrical-coordinate representation of color #EAB32E: hue angle of 42.45º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAB32E is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 46 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.08 |
| HSL | 42.45º | 0.82% | 0.55% | - |
| HSV(B) | 42.45º | 0.8% | 0.92% | - |
| XYZ | 50.54 | 49.93 | 9.56 | - |
| YUV | 180.28 | 52.22 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 46 | 0 | 0.24 | 0.80 | 0.08 | 42.45 | 0.82 | 0.55 |
| Hex | EA | B3 | 2E | 0 | 18 | 50 | 8 | 2A | 52 | 37 |
| Octal | 352 | 263 | 56 | 0 | 30 | 120 | 10 | 52 | 122 | 67 |
| Binary | 11101010 | 10110011 | 101110 | 0 | 11000 | 1010000 | 1000 | 101010 | 1010010 | 110111 |
Color Harmonies of #EAB32E
Complementary color
Monochromatic Colors of #EAB32E
Black with #EAB32E
Text Example
Text Example
White with #EAB32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB32E; }
p { color: rgb(234,179,46); }
H1.HeaderClassName
{
color: #EAB32E;
}
.AnyTagClassName
{
color: #EAB32E;
}
</style>
background-color css
<style>
a { background-color: #EAB32E; }
a { background-color: rgb(234,179,46); }
div.DivClassName
{
background-color: #EAB32E;
}
.BgClassName
{
background-color: #EAB32E;
}
</style>
border-color css
<style>
span { border-color: #EAB32E; }
span { border-color: rgb(234,179,46); }
td.TdClassName
{
border-color: #EAB32E;
}
.TagClassName
{
border-color: #EAB32E;
}
</style>