Shades of Gold Tips #EAAE1D
Tints of Gold Tips #EAAE1D
RGB
CMYK
RGB Variations
Color information
#EAAE1D (or 0xEAAE1D) is known color: Gold Tips. HEX triplet: EA, AE and 1D. RGB value is (234,174,29). Sum of RGB (Red+Green+Blue) = 234+174+29=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAE1D is #1551E2. Grayscale: #B0B0B0. Windows color (decimal): -1397219 or 1945322. OLE color: 1945322.
HSL color Cylindrical-coordinate representation of color #EAAE1D: hue angle of 42.44º 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 #EAAE1D is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 29 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.08 |
| HSL | 42.44º | 0.83% | 0.52% | - |
| HSV(B) | 42.44º | 0.88% | 0.92% | - |
| XYZ | 49.29 | 47.85 | 7.8 | - |
| YUV | 175.41 | 45.38 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 29 | 0 | 0.26 | 0.88 | 0.08 | 42.44 | 0.83 | 0.52 |
| Hex | EA | AE | 1D | 0 | 1A | 58 | 8 | 2A | 53 | 34 |
| Octal | 352 | 256 | 35 | 0 | 32 | 130 | 10 | 52 | 123 | 64 |
| Binary | 11101010 | 10101110 | 11101 | 0 | 11010 | 1011000 | 1000 | 101010 | 1010011 | 110100 |
Color Harmonies of #EAAE1D
Complementary color
Monochromatic Colors of #EAAE1D
Black with #EAAE1D
Text Example
Text Example
White with #EAAE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAE1D; }
p { color: rgb(234,174,29); }
H1.HeaderClassName
{
color: #EAAE1D;
}
.AnyTagClassName
{
color: #EAAE1D;
}
</style>
background-color css
<style>
a { background-color: #EAAE1D; }
a { background-color: rgb(234,174,29); }
div.DivClassName
{
background-color: #EAAE1D;
}
.BgClassName
{
background-color: #EAAE1D;
}
</style>
border-color css
<style>
span { border-color: #EAAE1D; }
span { border-color: rgb(234,174,29); }
td.TdClassName
{
border-color: #EAAE1D;
}
.TagClassName
{
border-color: #EAAE1D;
}
</style>