Shades of Gold Tips #EAAA1D
Tints of Gold Tips #EAAA1D
RGB
CMYK
RGB Variations
Color information
#EAAA1D (or 0xEAAA1D) is known color: Gold Tips. HEX triplet: EA, AA and 1D. RGB value is (234,170,29). Sum of RGB (Red+Green+Blue) = 234+170+29=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA1D is #1555E2. Grayscale: #ADADAD. Windows color (decimal): -1398243 or 1944298. OLE color: 1944298.
HSL color Cylindrical-coordinate representation of color #EAAA1D: hue angle of 41.27º 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 #EAAA1D is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 29 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.08 |
| HSL | 41.27º | 0.83% | 0.52% | - |
| HSV(B) | 41.27º | 0.88% | 0.92% | - |
| XYZ | 48.53 | 46.33 | 7.55 | - |
| YUV | 173.06 | 46.7 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 29 | 0 | 0.27 | 0.88 | 0.08 | 41.27 | 0.83 | 0.52 |
| Hex | EA | AA | 1D | 0 | 1B | 58 | 8 | 29 | 53 | 34 |
| Octal | 352 | 252 | 35 | 0 | 33 | 130 | 10 | 51 | 123 | 64 |
| Binary | 11101010 | 10101010 | 11101 | 0 | 11011 | 1011000 | 1000 | 101001 | 1010011 | 110100 |
Color Harmonies of #EAAA1D
Complementary color
Monochromatic Colors of #EAAA1D
Black with #EAAA1D
Text Example
Text Example
White with #EAAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA1D; }
p { color: rgb(234,170,29); }
H1.HeaderClassName
{
color: #EAAA1D;
}
.AnyTagClassName
{
color: #EAAA1D;
}
</style>
background-color css
<style>
a { background-color: #EAAA1D; }
a { background-color: rgb(234,170,29); }
div.DivClassName
{
background-color: #EAAA1D;
}
.BgClassName
{
background-color: #EAAA1D;
}
</style>
border-color css
<style>
span { border-color: #EAAA1D; }
span { border-color: rgb(234,170,29); }
td.TdClassName
{
border-color: #EAAA1D;
}
.TagClassName
{
border-color: #EAAA1D;
}
</style>