Shades of Gold Tips #EAB322
Tints of Gold Tips #EAB322
RGB
CMYK
RGB Variations
Color information
#EAB322 (or 0xEAB322) is known color: Gold Tips. HEX triplet: EA, B3 and 22. RGB value is (234,179,34). Sum of RGB (Red+Green+Blue) = 234+179+34=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB322 is #154CDD. Grayscale: #B3B3B3. Windows color (decimal): -1395934 or 2274282. OLE color: 2274282.
HSL color Cylindrical-coordinate representation of color #EAB322: hue angle of 43.5º degrees, saturation: 0.83, 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 #EAB322 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 34 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.08 |
| HSL | 43.5º | 0.83% | 0.53% | - |
| HSV(B) | 43.5º | 0.85% | 0.92% | - |
| XYZ | 50.34 | 49.85 | 8.48 | - |
| YUV | 178.92 | 46.22 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 34 | 0 | 0.24 | 0.85 | 0.08 | 43.5 | 0.83 | 0.53 |
| Hex | EA | B3 | 22 | 0 | 18 | 55 | 8 | 2C | 53 | 35 |
| Octal | 352 | 263 | 42 | 0 | 30 | 125 | 10 | 54 | 123 | 65 |
| Binary | 11101010 | 10110011 | 100010 | 0 | 11000 | 1010101 | 1000 | 101100 | 1010011 | 110101 |
Color Harmonies of #EAB322
Complementary color
Monochromatic Colors of #EAB322
Black with #EAB322
Text Example
Text Example
White with #EAB322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB322; }
p { color: rgb(234,179,34); }
H1.HeaderClassName
{
color: #EAB322;
}
.AnyTagClassName
{
color: #EAB322;
}
</style>
background-color css
<style>
a { background-color: #EAB322; }
a { background-color: rgb(234,179,34); }
div.DivClassName
{
background-color: #EAB322;
}
.BgClassName
{
background-color: #EAB322;
}
</style>
border-color css
<style>
span { border-color: #EAB322; }
span { border-color: rgb(234,179,34); }
td.TdClassName
{
border-color: #EAB322;
}
.TagClassName
{
border-color: #EAB322;
}
</style>