Shades of Gold Tips #EEA521
Tints of Gold Tips #EEA521
RGB
CMYK
RGB Variations
Color information
#EEA521 (or 0xEEA521) is known color: Gold Tips. HEX triplet: EE, A5 and 21. RGB value is (238,165,33). Sum of RGB (Red+Green+Blue) = 238+165+33=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA521 is #115ADE. Grayscale: #ACACAC. Windows color (decimal): -1137375 or 2205166. OLE color: 2205166.
HSL color Cylindrical-coordinate representation of color #EEA521: hue angle of 38.63º 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 #EEA521 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 33 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.07 |
| HSL | 38.63º | 0.86% | 0.53% | - |
| HSV(B) | 38.63º | 0.86% | 0.93% | - |
| XYZ | 48.99 | 45.2 | 7.58 | - |
| YUV | 171.78 | 49.68 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 33 | 0 | 0.31 | 0.86 | 0.07 | 38.63 | 0.86 | 0.53 |
| Hex | EE | A5 | 21 | 0 | 1F | 56 | 7 | 27 | 56 | 35 |
| Octal | 356 | 245 | 41 | 0 | 37 | 126 | 7 | 47 | 126 | 65 |
| Binary | 11101110 | 10100101 | 100001 | 0 | 11111 | 1010110 | 111 | 100111 | 1010110 | 110101 |
Color Harmonies of #EEA521
Complementary color
Monochromatic Colors of #EEA521
Black with #EEA521
Text Example
Text Example
White with #EEA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA521; }
p { color: rgb(238,165,33); }
H1.HeaderClassName
{
color: #EEA521;
}
.AnyTagClassName
{
color: #EEA521;
}
</style>
background-color css
<style>
a { background-color: #EEA521; }
a { background-color: rgb(238,165,33); }
div.DivClassName
{
background-color: #EEA521;
}
.BgClassName
{
background-color: #EEA521;
}
</style>
border-color css
<style>
span { border-color: #EEA521; }
span { border-color: rgb(238,165,33); }
td.TdClassName
{
border-color: #EEA521;
}
.TagClassName
{
border-color: #EEA521;
}
</style>