Shades of Gold Tips #EEA825
Tints of Gold Tips #EEA825
RGB
CMYK
RGB Variations
Color information
#EEA825 (or 0xEEA825) is known color: Gold Tips. HEX triplet: EE, A8 and 25. RGB value is (238,168,37). Sum of RGB (Red+Green+Blue) = 238+168+37=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 37 (14.84% from 255 or 8.35% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA825 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA825 is #1157DA. Grayscale: #AEAEAE. Windows color (decimal): -1136603 or 2468078. OLE color: 2468078.
HSL color Cylindrical-coordinate representation of color #EEA825: hue angle of 39.1º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEA825 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 37 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.07 |
| HSL | 39.1º | 0.86% | 0.54% | - |
| HSV(B) | 39.1º | 0.84% | 0.93% | - |
| XYZ | 49.6 | 46.32 | 8.08 | - |
| YUV | 174 | 50.69 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 37 | 0 | 0.29 | 0.84 | 0.07 | 39.1 | 0.86 | 0.54 |
| Hex | EE | A8 | 25 | 0 | 1D | 54 | 7 | 27 | 56 | 36 |
| Octal | 356 | 250 | 45 | 0 | 35 | 124 | 7 | 47 | 126 | 66 |
| Binary | 11101110 | 10101000 | 100101 | 0 | 11101 | 1010100 | 111 | 100111 | 1010110 | 110110 |
Color Harmonies of #EEA825
Complementary color
Monochromatic Colors of #EEA825
Black with #EEA825
Text Example
Text Example
White with #EEA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA825; }
p { color: rgb(238,168,37); }
H1.HeaderClassName
{
color: #EEA825;
}
.AnyTagClassName
{
color: #EEA825;
}
</style>
background-color css
<style>
a { background-color: #EEA825; }
a { background-color: rgb(238,168,37); }
div.DivClassName
{
background-color: #EEA825;
}
.BgClassName
{
background-color: #EEA825;
}
</style>
border-color css
<style>
span { border-color: #EEA825; }
span { border-color: rgb(238,168,37); }
td.TdClassName
{
border-color: #EEA825;
}
.TagClassName
{
border-color: #EEA825;
}
</style>