Shades of Gold Tips #EAA82C
Tints of Gold Tips #EAA82C
RGB
CMYK
RGB Variations
Color information
#EAA82C (or 0xEAA82C) is known color: Gold Tips. HEX triplet: EA, A8 and 2C. RGB value is (234,168,44). Sum of RGB (Red+Green+Blue) = 234+168+44=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA82C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA82C is #1557D3. Grayscale: #AEAEAE. Windows color (decimal): -1398740 or 2926826. OLE color: 2926826.
HSL color Cylindrical-coordinate representation of color #EAA82C: hue angle of 39.16º 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 #EAA82C is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 44 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.08 |
| HSL | 39.16º | 0.82% | 0.55% | - |
| HSV(B) | 39.16º | 0.81% | 0.92% | - |
| XYZ | 48.39 | 45.68 | 8.65 | - |
| YUV | 173.6 | 54.87 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 44 | 0 | 0.28 | 0.81 | 0.08 | 39.16 | 0.82 | 0.55 |
| Hex | EA | A8 | 2C | 0 | 1C | 51 | 8 | 27 | 52 | 37 |
| Octal | 352 | 250 | 54 | 0 | 34 | 121 | 10 | 47 | 122 | 67 |
| Binary | 11101010 | 10101000 | 101100 | 0 | 11100 | 1010001 | 1000 | 100111 | 1010010 | 110111 |
Color Harmonies of #EAA82C
Complementary color
Monochromatic Colors of #EAA82C
Black with #EAA82C
Text Example
Text Example
White with #EAA82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA82C; }
p { color: rgb(234,168,44); }
H1.HeaderClassName
{
color: #EAA82C;
}
.AnyTagClassName
{
color: #EAA82C;
}
</style>
background-color css
<style>
a { background-color: #EAA82C; }
a { background-color: rgb(234,168,44); }
div.DivClassName
{
background-color: #EAA82C;
}
.BgClassName
{
background-color: #EAA82C;
}
</style>
border-color css
<style>
span { border-color: #EAA82C; }
span { border-color: rgb(234,168,44); }
td.TdClassName
{
border-color: #EAA82C;
}
.TagClassName
{
border-color: #EAA82C;
}
</style>