Shades of Gold Tips #EAAF1D
Tints of Gold Tips #EAAF1D
RGB
CMYK
RGB Variations
Color information
#EAAF1D (or 0xEAAF1D) is known color: Gold Tips. HEX triplet: EA, AF and 1D. RGB value is (234,175,29). Sum of RGB (Red+Green+Blue) = 234+175+29=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAF1D is #1550E2. Grayscale: #B0B0B0. Windows color (decimal): -1396963 or 1945578. OLE color: 1945578.
HSL color Cylindrical-coordinate representation of color #EAAF1D: hue angle of 42.73º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAAF1D is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 29 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.08 |
| HSL | 42.73º | 0.83% | 0.52% | - |
| HSV(B) | 42.73º | 0.88% | 0.92% | - |
| XYZ | 49.48 | 48.24 | 7.87 | - |
| YUV | 176 | 45.05 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 29 | 0 | 0.25 | 0.88 | 0.08 | 42.73 | 0.83 | 0.52 |
| Hex | EA | AF | 1D | 0 | 19 | 58 | 8 | 2B | 53 | 34 |
| Octal | 352 | 257 | 35 | 0 | 31 | 130 | 10 | 53 | 123 | 64 |
| Binary | 11101010 | 10101111 | 11101 | 0 | 11001 | 1011000 | 1000 | 101011 | 1010011 | 110100 |
Color Harmonies of #EAAF1D
Complementary color
Monochromatic Colors of #EAAF1D
Black with #EAAF1D
Text Example
Text Example
White with #EAAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAF1D; }
p { color: rgb(234,175,29); }
H1.HeaderClassName
{
color: #EAAF1D;
}
.AnyTagClassName
{
color: #EAAF1D;
}
</style>
background-color css
<style>
a { background-color: #EAAF1D; }
a { background-color: rgb(234,175,29); }
div.DivClassName
{
background-color: #EAAF1D;
}
.BgClassName
{
background-color: #EAAF1D;
}
</style>
border-color css
<style>
span { border-color: #EAAF1D; }
span { border-color: rgb(234,175,29); }
td.TdClassName
{
border-color: #EAAF1D;
}
.TagClassName
{
border-color: #EAAF1D;
}
</style>