Shades of Gold Tips #EAA426
Tints of Gold Tips #EAA426
RGB
CMYK
RGB Variations
Color information
#EAA426 (or 0xEAA426) is known color: Gold Tips. HEX triplet: EA, A4 and 26. RGB value is (234,164,38). Sum of RGB (Red+Green+Blue) = 234+164+38=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA426 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA426 is #155BD9. Grayscale: #ABABAB. Windows color (decimal): -1399770 or 2532586. OLE color: 2532586.
HSL color Cylindrical-coordinate representation of color #EAA426: hue angle of 38.57º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EAA426 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 38 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.08 |
| HSL | 38.57º | 0.82% | 0.53% | - |
| HSV(B) | 38.57º | 0.84% | 0.92% | - |
| XYZ | 47.56 | 44.18 | 7.86 | - |
| YUV | 170.57 | 53.19 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 38 | 0 | 0.30 | 0.84 | 0.08 | 38.57 | 0.82 | 0.53 |
| Hex | EA | A4 | 26 | 0 | 1E | 54 | 8 | 27 | 52 | 35 |
| Octal | 352 | 244 | 46 | 0 | 36 | 124 | 10 | 47 | 122 | 65 |
| Binary | 11101010 | 10100100 | 100110 | 0 | 11110 | 1010100 | 1000 | 100111 | 1010010 | 110101 |
Color Harmonies of #EAA426
Complementary color
Monochromatic Colors of #EAA426
Black with #EAA426
Text Example
Text Example
White with #EAA426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA426; }
p { color: rgb(234,164,38); }
H1.HeaderClassName
{
color: #EAA426;
}
.AnyTagClassName
{
color: #EAA426;
}
</style>
background-color css
<style>
a { background-color: #EAA426; }
a { background-color: rgb(234,164,38); }
div.DivClassName
{
background-color: #EAA426;
}
.BgClassName
{
background-color: #EAA426;
}
</style>
border-color css
<style>
span { border-color: #EAA426; }
span { border-color: rgb(234,164,38); }
td.TdClassName
{
border-color: #EAA426;
}
.TagClassName
{
border-color: #EAA426;
}
</style>