Shades of Gold Tips #EAB329
Tints of Gold Tips #EAB329
RGB
CMYK
RGB Variations
Color information
#EAB329 (or 0xEAB329) is known color: Gold Tips. HEX triplet: EA, B3 and 29. RGB value is (234,179,41). Sum of RGB (Red+Green+Blue) = 234+179+41=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB329 is #154CD6. Grayscale: #B4B4B4. Windows color (decimal): -1395927 or 2733034. OLE color: 2733034.
HSL color Cylindrical-coordinate representation of color #EAB329: hue angle of 42.9º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAB329 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 41 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.08 |
| HSL | 42.9º | 0.82% | 0.54% | - |
| HSV(B) | 42.9º | 0.82% | 0.92% | - |
| XYZ | 50.45 | 49.89 | 9.07 | - |
| YUV | 179.71 | 49.72 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 41 | 0 | 0.24 | 0.82 | 0.08 | 42.9 | 0.82 | 0.54 |
| Hex | EA | B3 | 29 | 0 | 18 | 52 | 8 | 2B | 52 | 36 |
| Octal | 352 | 263 | 51 | 0 | 30 | 122 | 10 | 53 | 122 | 66 |
| Binary | 11101010 | 10110011 | 101001 | 0 | 11000 | 1010010 | 1000 | 101011 | 1010010 | 110110 |
Color Harmonies of #EAB329
Complementary color
Monochromatic Colors of #EAB329
Black with #EAB329
Text Example
Text Example
White with #EAB329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB329; }
p { color: rgb(234,179,41); }
H1.HeaderClassName
{
color: #EAB329;
}
.AnyTagClassName
{
color: #EAB329;
}
</style>
background-color css
<style>
a { background-color: #EAB329; }
a { background-color: rgb(234,179,41); }
div.DivClassName
{
background-color: #EAB329;
}
.BgClassName
{
background-color: #EAB329;
}
</style>
border-color css
<style>
span { border-color: #EAB329; }
span { border-color: rgb(234,179,41); }
td.TdClassName
{
border-color: #EAB329;
}
.TagClassName
{
border-color: #EAB329;
}
</style>