Shades of Gold Tips #EAB130
Tints of Gold Tips #EAB130
RGB
CMYK
RGB Variations
Color information
#EAB130 (or 0xEAB130) is known color: Gold Tips. HEX triplet: EA, B1 and 30. RGB value is (234,177,48). Sum of RGB (Red+Green+Blue) = 234+177+48=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB130 is #154ECF. Grayscale: #B3B3B3. Windows color (decimal): -1396432 or 3191274. OLE color: 3191274.
HSL color Cylindrical-coordinate representation of color #EAB130: hue angle of 41.61º degrees, saturation: 0.82, 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 #EAB130 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 48 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.08 |
| HSL | 41.61º | 0.82% | 0.55% | - |
| HSV(B) | 41.61º | 0.79% | 0.92% | - |
| XYZ | 50.19 | 49.15 | 9.64 | - |
| YUV | 179.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 48 | 0 | 0.24 | 0.79 | 0.08 | 41.61 | 0.82 | 0.55 |
| Hex | EA | B1 | 30 | 0 | 18 | 4F | 8 | 2A | 52 | 37 |
| Octal | 352 | 261 | 60 | 0 | 30 | 117 | 10 | 52 | 122 | 67 |
| Binary | 11101010 | 10110001 | 110000 | 0 | 11000 | 1001111 | 1000 | 101010 | 1010010 | 110111 |
Color Harmonies of #EAB130
Complementary color
Monochromatic Colors of #EAB130
Black with #EAB130
Text Example
Text Example
White with #EAB130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB130; }
p { color: rgb(234,177,48); }
H1.HeaderClassName
{
color: #EAB130;
}
.AnyTagClassName
{
color: #EAB130;
}
</style>
background-color css
<style>
a { background-color: #EAB130; }
a { background-color: rgb(234,177,48); }
div.DivClassName
{
background-color: #EAB130;
}
.BgClassName
{
background-color: #EAB130;
}
</style>
border-color css
<style>
span { border-color: #EAB130; }
span { border-color: rgb(234,177,48); }
td.TdClassName
{
border-color: #EAB130;
}
.TagClassName
{
border-color: #EAB130;
}
</style>