Shades of Gold Tips #EEA623
Tints of Gold Tips #EEA623
RGB
CMYK
RGB Variations
Color information
#EEA623 (or 0xEEA623) is known color: Gold Tips. HEX triplet: EE, A6 and 23. RGB value is (238,166,35). Sum of RGB (Red+Green+Blue) = 238+166+35=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 35 (14.06% from 255 or 7.97% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA623 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA623 is #1159DC. Grayscale: #ADADAD. Windows color (decimal): -1137117 or 2336494. OLE color: 2336494.
HSL color Cylindrical-coordinate representation of color #EEA623: hue angle of 38.72º 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 #EEA623 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 35 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.07 |
| HSL | 38.72º | 0.86% | 0.54% | - |
| HSV(B) | 38.72º | 0.85% | 0.93% | - |
| XYZ | 49.2 | 45.57 | 7.79 | - |
| YUV | 172.59 | 50.35 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 35 | 0 | 0.30 | 0.85 | 0.07 | 38.72 | 0.86 | 0.54 |
| Hex | EE | A6 | 23 | 0 | 1E | 55 | 7 | 27 | 56 | 36 |
| Octal | 356 | 246 | 43 | 0 | 36 | 125 | 7 | 47 | 126 | 66 |
| Binary | 11101110 | 10100110 | 100011 | 0 | 11110 | 1010101 | 111 | 100111 | 1010110 | 110110 |
Color Harmonies of #EEA623
Complementary color
Monochromatic Colors of #EEA623
Black with #EEA623
Text Example
Text Example
White with #EEA623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA623; }
p { color: rgb(238,166,35); }
H1.HeaderClassName
{
color: #EEA623;
}
.AnyTagClassName
{
color: #EEA623;
}
</style>
background-color css
<style>
a { background-color: #EEA623; }
a { background-color: rgb(238,166,35); }
div.DivClassName
{
background-color: #EEA623;
}
.BgClassName
{
background-color: #EEA623;
}
</style>
border-color css
<style>
span { border-color: #EEA623; }
span { border-color: rgb(238,166,35); }
td.TdClassName
{
border-color: #EEA623;
}
.TagClassName
{
border-color: #EEA623;
}
</style>