Shades of Gold Tips #EAB622
Tints of Gold Tips #EAB622
RGB
CMYK
RGB Variations
Color information
#EAB622 (or 0xEAB622) is known color: Gold Tips. HEX triplet: EA, B6 and 22. RGB value is (234,182,34). Sum of RGB (Red+Green+Blue) = 234+182+34=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB622 is #1549DD. Grayscale: #B5B5B5. Windows color (decimal): -1395166 or 2275050. OLE color: 2275050.
HSL color Cylindrical-coordinate representation of color #EAB622: hue angle of 44.4º 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 #EAB622 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 34 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.08 |
| HSL | 44.4º | 0.83% | 0.53% | - |
| HSV(B) | 44.4º | 0.85% | 0.92% | - |
| XYZ | 50.95 | 51.06 | 8.68 | - |
| YUV | 180.68 | 45.23 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 34 | 0 | 0.22 | 0.85 | 0.08 | 44.4 | 0.83 | 0.53 |
| Hex | EA | B6 | 22 | 0 | 16 | 55 | 8 | 2C | 53 | 35 |
| Octal | 352 | 266 | 42 | 0 | 26 | 125 | 10 | 54 | 123 | 65 |
| Binary | 11101010 | 10110110 | 100010 | 0 | 10110 | 1010101 | 1000 | 101100 | 1010011 | 110101 |
Color Harmonies of #EAB622
Complementary color
Monochromatic Colors of #EAB622
Black with #EAB622
Text Example
Text Example
White with #EAB622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB622; }
p { color: rgb(234,182,34); }
H1.HeaderClassName
{
color: #EAB622;
}
.AnyTagClassName
{
color: #EAB622;
}
</style>
background-color css
<style>
a { background-color: #EAB622; }
a { background-color: rgb(234,182,34); }
div.DivClassName
{
background-color: #EAB622;
}
.BgClassName
{
background-color: #EAB622;
}
</style>
border-color css
<style>
span { border-color: #EAB622; }
span { border-color: rgb(234,182,34); }
td.TdClassName
{
border-color: #EAB622;
}
.TagClassName
{
border-color: #EAB622;
}
</style>