Shades of Gold Tips #EAAA2D
Tints of Gold Tips #EAAA2D
RGB
CMYK
RGB Variations
Color information
#EAAA2D (or 0xEAAA2D) is known color: Gold Tips. HEX triplet: EA, AA and 2D. RGB value is (234,170,45). Sum of RGB (Red+Green+Blue) = 234+170+45=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA2D is #1555D2. Grayscale: #AFAFAF. Windows color (decimal): -1398227 or 2992874. OLE color: 2992874.
HSL color Cylindrical-coordinate representation of color #EAAA2D: hue angle of 39.68º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAAA2D is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 45 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.08 |
| HSL | 39.68º | 0.82% | 0.55% | - |
| HSV(B) | 39.68º | 0.81% | 0.92% | - |
| XYZ | 48.78 | 46.43 | 8.87 | - |
| YUV | 174.89 | 54.7 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 45 | 0 | 0.27 | 0.81 | 0.08 | 39.68 | 0.82 | 0.55 |
| Hex | EA | AA | 2D | 0 | 1B | 51 | 8 | 28 | 52 | 37 |
| Octal | 352 | 252 | 55 | 0 | 33 | 121 | 10 | 50 | 122 | 67 |
| Binary | 11101010 | 10101010 | 101101 | 0 | 11011 | 1010001 | 1000 | 101000 | 1010010 | 110111 |
Color Harmonies of #EAAA2D
Complementary color
Monochromatic Colors of #EAAA2D
Black with #EAAA2D
Text Example
Text Example
White with #EAAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA2D; }
p { color: rgb(234,170,45); }
H1.HeaderClassName
{
color: #EAAA2D;
}
.AnyTagClassName
{
color: #EAAA2D;
}
</style>
background-color css
<style>
a { background-color: #EAAA2D; }
a { background-color: rgb(234,170,45); }
div.DivClassName
{
background-color: #EAAA2D;
}
.BgClassName
{
background-color: #EAAA2D;
}
</style>
border-color css
<style>
span { border-color: #EAAA2D; }
span { border-color: rgb(234,170,45); }
td.TdClassName
{
border-color: #EAAA2D;
}
.TagClassName
{
border-color: #EAAA2D;
}
</style>