Shades of Gold Tips #EAA91D
Tints of Gold Tips #EAA91D
RGB
CMYK
RGB Variations
Color information
#EAA91D (or 0xEAA91D) is known color: Gold Tips. HEX triplet: EA, A9 and 1D. RGB value is (234,169,29). Sum of RGB (Red+Green+Blue) = 234+169+29=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA91D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA91D is #1556E2. Grayscale: #ADADAD. Windows color (decimal): -1398499 or 1944042. OLE color: 1944042.
HSL color Cylindrical-coordinate representation of color #EAA91D: hue angle of 40.98º 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 #EAA91D is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 29 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.08 |
| HSL | 40.98º | 0.83% | 0.52% | - |
| HSV(B) | 40.98º | 0.88% | 0.92% | - |
| XYZ | 48.34 | 45.96 | 7.49 | - |
| YUV | 172.48 | 47.03 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 29 | 0 | 0.28 | 0.88 | 0.08 | 40.98 | 0.83 | 0.52 |
| Hex | EA | A9 | 1D | 0 | 1C | 58 | 8 | 29 | 53 | 34 |
| Octal | 352 | 251 | 35 | 0 | 34 | 130 | 10 | 51 | 123 | 64 |
| Binary | 11101010 | 10101001 | 11101 | 0 | 11100 | 1011000 | 1000 | 101001 | 1010011 | 110100 |
Color Harmonies of #EAA91D
Complementary color
Monochromatic Colors of #EAA91D
Black with #EAA91D
Text Example
Text Example
White with #EAA91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA91D; }
p { color: rgb(234,169,29); }
H1.HeaderClassName
{
color: #EAA91D;
}
.AnyTagClassName
{
color: #EAA91D;
}
</style>
background-color css
<style>
a { background-color: #EAA91D; }
a { background-color: rgb(234,169,29); }
div.DivClassName
{
background-color: #EAA91D;
}
.BgClassName
{
background-color: #EAA91D;
}
</style>
border-color css
<style>
span { border-color: #EAA91D; }
span { border-color: rgb(234,169,29); }
td.TdClassName
{
border-color: #EAA91D;
}
.TagClassName
{
border-color: #EAA91D;
}
</style>