Shades of Gold Tips #EAAF1A
Tints of Gold Tips #EAAF1A
RGB
CMYK
RGB Variations
Color information
#EAAF1A (or 0xEAAF1A) is known color: Gold Tips. HEX triplet: EA, AF and 1A. RGB value is (234,175,26). Sum of RGB (Red+Green+Blue) = 234+175+26=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 26 (10.55% from 255 or 5.98% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAF1A is #1550E5. Grayscale: #B0B0B0. Windows color (decimal): -1396966 or 1748970. OLE color: 1748970.
HSL color Cylindrical-coordinate representation of color #EAAF1A: hue angle of 42.98º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EAAF1A is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 26 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.08 |
| HSL | 42.98º | 0.83% | 0.51% | - |
| HSV(B) | 42.98º | 0.89% | 0.92% | - |
| XYZ | 49.45 | 48.23 | 7.68 | - |
| YUV | 175.66 | 43.55 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 26 | 0 | 0.25 | 0.89 | 0.08 | 42.98 | 0.83 | 0.51 |
| Hex | EA | AF | 1A | 0 | 19 | 59 | 8 | 2B | 53 | 33 |
| Octal | 352 | 257 | 32 | 0 | 31 | 131 | 10 | 53 | 123 | 63 |
| Binary | 11101010 | 10101111 | 11010 | 0 | 11001 | 1011001 | 1000 | 101011 | 1010011 | 110011 |
Color Harmonies of #EAAF1A
Complementary color
Monochromatic Colors of #EAAF1A
Black with #EAAF1A
Text Example
Text Example
White with #EAAF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAF1A; }
p { color: rgb(234,175,26); }
H1.HeaderClassName
{
color: #EAAF1A;
}
.AnyTagClassName
{
color: #EAAF1A;
}
</style>
background-color css
<style>
a { background-color: #EAAF1A; }
a { background-color: rgb(234,175,26); }
div.DivClassName
{
background-color: #EAAF1A;
}
.BgClassName
{
background-color: #EAAF1A;
}
</style>
border-color css
<style>
span { border-color: #EAAF1A; }
span { border-color: rgb(234,175,26); }
td.TdClassName
{
border-color: #EAAF1A;
}
.TagClassName
{
border-color: #EAAF1A;
}
</style>