Shades of Gold Tips #EAA627
Tints of Gold Tips #EAA627
RGB
CMYK
RGB Variations
Color information
#EAA627 (or 0xEAA627) is known color: Gold Tips. HEX triplet: EA, A6 and 27. RGB value is (234,166,39). Sum of RGB (Red+Green+Blue) = 234+166+39=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA627 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA627 is #1559D8. Grayscale: #ACACAC. Windows color (decimal): -1399257 or 2598634. OLE color: 2598634.
HSL color Cylindrical-coordinate representation of color #EAA627: hue angle of 39.08º 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 #EAA627 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 39 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.08 |
| HSL | 39.08º | 0.82% | 0.54% | - |
| HSV(B) | 39.08º | 0.83% | 0.92% | - |
| XYZ | 47.93 | 44.91 | 8.06 | - |
| YUV | 171.85 | 53.03 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 39 | 0 | 0.29 | 0.83 | 0.08 | 39.08 | 0.82 | 0.54 |
| Hex | EA | A6 | 27 | 0 | 1D | 53 | 8 | 27 | 52 | 36 |
| Octal | 352 | 246 | 47 | 0 | 35 | 123 | 10 | 47 | 122 | 66 |
| Binary | 11101010 | 10100110 | 100111 | 0 | 11101 | 1010011 | 1000 | 100111 | 1010010 | 110110 |
Color Harmonies of #EAA627
Complementary color
Monochromatic Colors of #EAA627
Black with #EAA627
Text Example
Text Example
White with #EAA627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA627; }
p { color: rgb(234,166,39); }
H1.HeaderClassName
{
color: #EAA627;
}
.AnyTagClassName
{
color: #EAA627;
}
</style>
background-color css
<style>
a { background-color: #EAA627; }
a { background-color: rgb(234,166,39); }
div.DivClassName
{
background-color: #EAA627;
}
.BgClassName
{
background-color: #EAA627;
}
</style>
border-color css
<style>
span { border-color: #EAA627; }
span { border-color: rgb(234,166,39); }
td.TdClassName
{
border-color: #EAA627;
}
.TagClassName
{
border-color: #EAA627;
}
</style>