Shades of Gold Tips #EEA721
Tints of Gold Tips #EEA721
RGB
CMYK
RGB Variations
Color information
#EEA721 (or 0xEEA721) is known color: Gold Tips. HEX triplet: EE, A7 and 21. RGB value is (238,167,33). Sum of RGB (Red+Green+Blue) = 238+167+33=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA721 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA721 is #1158DE. Grayscale: #ADADAD. Windows color (decimal): -1136863 or 2205678. OLE color: 2205678.
HSL color Cylindrical-coordinate representation of color #EEA721: hue angle of 39.22º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EEA721 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 33 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.07 |
| HSL | 39.22º | 0.86% | 0.53% | - |
| HSV(B) | 39.22º | 0.86% | 0.93% | - |
| XYZ | 49.35 | 45.92 | 7.7 | - |
| YUV | 172.95 | 49.02 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 33 | 0 | 0.30 | 0.86 | 0.07 | 39.22 | 0.86 | 0.53 |
| Hex | EE | A7 | 21 | 0 | 1E | 56 | 7 | 27 | 56 | 35 |
| Octal | 356 | 247 | 41 | 0 | 36 | 126 | 7 | 47 | 126 | 65 |
| Binary | 11101110 | 10100111 | 100001 | 0 | 11110 | 1010110 | 111 | 100111 | 1010110 | 110101 |
Color Harmonies of #EEA721
Complementary color
Monochromatic Colors of #EEA721
Black with #EEA721
Text Example
Text Example
White with #EEA721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA721; }
p { color: rgb(238,167,33); }
H1.HeaderClassName
{
color: #EEA721;
}
.AnyTagClassName
{
color: #EEA721;
}
</style>
background-color css
<style>
a { background-color: #EEA721; }
a { background-color: rgb(238,167,33); }
div.DivClassName
{
background-color: #EEA721;
}
.BgClassName
{
background-color: #EEA721;
}
</style>
border-color css
<style>
span { border-color: #EEA721; }
span { border-color: rgb(238,167,33); }
td.TdClassName
{
border-color: #EEA721;
}
.TagClassName
{
border-color: #EEA721;
}
</style>