Shades of Gold Tips #EAB031
Tints of Gold Tips #EAB031
RGB
CMYK
RGB Variations
Color information
#EAB031 (or 0xEAB031) is known color: Gold Tips. HEX triplet: EA, B0 and 31. RGB value is (234,176,49). Sum of RGB (Red+Green+Blue) = 234+176+49=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB031 is #154FCE. Grayscale: #B3B3B3. Windows color (decimal): -1396687 or 3256554. OLE color: 3256554.
HSL color Cylindrical-coordinate representation of color #EAB031: hue angle of 41.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAB031 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 49 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.08 |
| HSL | 41.19º | 0.81% | 0.55% | - |
| HSV(B) | 41.19º | 0.79% | 0.92% | - |
| XYZ | 50.01 | 48.76 | 9.68 | - |
| YUV | 178.86 | 54.72 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 49 | 0 | 0.25 | 0.79 | 0.08 | 41.19 | 0.81 | 0.55 |
| Hex | EA | B0 | 31 | 0 | 19 | 4F | 8 | 29 | 51 | 37 |
| Octal | 352 | 260 | 61 | 0 | 31 | 117 | 10 | 51 | 121 | 67 |
| Binary | 11101010 | 10110000 | 110001 | 0 | 11001 | 1001111 | 1000 | 101001 | 1010001 | 110111 |
Color Harmonies of #EAB031
Complementary color
Monochromatic Colors of #EAB031
Black with #EAB031
Text Example
Text Example
White with #EAB031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB031; }
p { color: rgb(234,176,49); }
H1.HeaderClassName
{
color: #EAB031;
}
.AnyTagClassName
{
color: #EAB031;
}
</style>
background-color css
<style>
a { background-color: #EAB031; }
a { background-color: rgb(234,176,49); }
div.DivClassName
{
background-color: #EAB031;
}
.BgClassName
{
background-color: #EAB031;
}
</style>
border-color css
<style>
span { border-color: #EAB031; }
span { border-color: rgb(234,176,49); }
td.TdClassName
{
border-color: #EAB031;
}
.TagClassName
{
border-color: #EAB031;
}
</style>