Shades of Gold Tips #EEA724
Tints of Gold Tips #EEA724
RGB
CMYK
RGB Variations
Color information
#EEA724 (or 0xEEA724) is known color: Gold Tips. HEX triplet: EE, A7 and 24. RGB value is (238,167,36). Sum of RGB (Red+Green+Blue) = 238+167+36=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 36 (14.45% from 255 or 8.16% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA724 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA724 is #1158DB. Grayscale: #ADADAD. Windows color (decimal): -1136860 or 2402286. OLE color: 2402286.
HSL color Cylindrical-coordinate representation of color #EEA724: hue angle of 38.91º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEA724 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 36 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.07 |
| HSL | 38.91º | 0.86% | 0.54% | - |
| HSV(B) | 38.91º | 0.85% | 0.93% | - |
| XYZ | 49.4 | 45.94 | 7.93 | - |
| YUV | 173.3 | 50.52 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 36 | 0 | 0.30 | 0.85 | 0.07 | 38.91 | 0.86 | 0.54 |
| Hex | EE | A7 | 24 | 0 | 1E | 55 | 7 | 27 | 56 | 36 |
| Octal | 356 | 247 | 44 | 0 | 36 | 125 | 7 | 47 | 126 | 66 |
| Binary | 11101110 | 10100111 | 100100 | 0 | 11110 | 1010101 | 111 | 100111 | 1010110 | 110110 |
Color Harmonies of #EEA724
Complementary color
Monochromatic Colors of #EEA724
Black with #EEA724
Text Example
Text Example
White with #EEA724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA724; }
p { color: rgb(238,167,36); }
H1.HeaderClassName
{
color: #EEA724;
}
.AnyTagClassName
{
color: #EEA724;
}
</style>
background-color css
<style>
a { background-color: #EEA724; }
a { background-color: rgb(238,167,36); }
div.DivClassName
{
background-color: #EEA724;
}
.BgClassName
{
background-color: #EEA724;
}
</style>
border-color css
<style>
span { border-color: #EEA724; }
span { border-color: rgb(238,167,36); }
td.TdClassName
{
border-color: #EEA724;
}
.TagClassName
{
border-color: #EEA724;
}
</style>