Shades of Gold Tips #EAB229
Tints of Gold Tips #EAB229
RGB
CMYK
RGB Variations
Color information
#EAB229 (or 0xEAB229) is known color: Gold Tips. HEX triplet: EA, B2 and 29. RGB value is (234,178,41). Sum of RGB (Red+Green+Blue) = 234+178+41=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB229 is #154DD6. Grayscale: #B3B3B3. Windows color (decimal): -1396183 or 2732778. OLE color: 2732778.
HSL color Cylindrical-coordinate representation of color #EAB229: hue angle of 42.59º 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 #EAB229 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 41 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.08 |
| HSL | 42.59º | 0.82% | 0.54% | - |
| HSV(B) | 42.59º | 0.82% | 0.92% | - |
| XYZ | 50.25 | 49.49 | 9 | - |
| YUV | 179.13 | 50.05 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 41 | 0 | 0.24 | 0.82 | 0.08 | 42.59 | 0.82 | 0.54 |
| Hex | EA | B2 | 29 | 0 | 18 | 52 | 8 | 2B | 52 | 36 |
| Octal | 352 | 262 | 51 | 0 | 30 | 122 | 10 | 53 | 122 | 66 |
| Binary | 11101010 | 10110010 | 101001 | 0 | 11000 | 1010010 | 1000 | 101011 | 1010010 | 110110 |
Color Harmonies of #EAB229
Complementary color
Monochromatic Colors of #EAB229
Black with #EAB229
Text Example
Text Example
White with #EAB229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB229; }
p { color: rgb(234,178,41); }
H1.HeaderClassName
{
color: #EAB229;
}
.AnyTagClassName
{
color: #EAB229;
}
</style>
background-color css
<style>
a { background-color: #EAB229; }
a { background-color: rgb(234,178,41); }
div.DivClassName
{
background-color: #EAB229;
}
.BgClassName
{
background-color: #EAB229;
}
</style>
border-color css
<style>
span { border-color: #EAB229; }
span { border-color: rgb(234,178,41); }
td.TdClassName
{
border-color: #EAB229;
}
.TagClassName
{
border-color: #EAB229;
}
</style>