Shades of Gold Tips #EAB127
Tints of Gold Tips #EAB127
RGB
CMYK
RGB Variations
Color information
#EAB127 (or 0xEAB127) is known color: Gold Tips. HEX triplet: EA, B1 and 27. RGB value is (234,177,39). Sum of RGB (Red+Green+Blue) = 234+177+39=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 39 (15.62% from 255 or 8.67% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB127 is #154ED8. Grayscale: #B2B2B2. Windows color (decimal): -1396441 or 2601450. OLE color: 2601450.
HSL color Cylindrical-coordinate representation of color #EAB127: hue angle of 42.46º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAB127 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 39 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.08 |
| HSL | 42.46º | 0.82% | 0.54% | - |
| HSV(B) | 42.46º | 0.83% | 0.92% | - |
| XYZ | 50.02 | 49.08 | 8.76 | - |
| YUV | 178.31 | 49.38 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 39 | 0 | 0.24 | 0.83 | 0.08 | 42.46 | 0.82 | 0.54 |
| Hex | EA | B1 | 27 | 0 | 18 | 53 | 8 | 2A | 52 | 36 |
| Octal | 352 | 261 | 47 | 0 | 30 | 123 | 10 | 52 | 122 | 66 |
| Binary | 11101010 | 10110001 | 100111 | 0 | 11000 | 1010011 | 1000 | 101010 | 1010010 | 110110 |
Color Harmonies of #EAB127
Complementary color
Monochromatic Colors of #EAB127
Black with #EAB127
Text Example
Text Example
White with #EAB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB127; }
p { color: rgb(234,177,39); }
H1.HeaderClassName
{
color: #EAB127;
}
.AnyTagClassName
{
color: #EAB127;
}
</style>
background-color css
<style>
a { background-color: #EAB127; }
a { background-color: rgb(234,177,39); }
div.DivClassName
{
background-color: #EAB127;
}
.BgClassName
{
background-color: #EAB127;
}
</style>
border-color css
<style>
span { border-color: #EAB127; }
span { border-color: rgb(234,177,39); }
td.TdClassName
{
border-color: #EAB127;
}
.TagClassName
{
border-color: #EAB127;
}
</style>