Shades of Gold Tips #EEA61E
Tints of Gold Tips #EEA61E
RGB
CMYK
RGB Variations
Color information
#EEA61E (or 0xEEA61E) is known color: Gold Tips. HEX triplet: EE, A6 and 1E. RGB value is (238,166,30). Sum of RGB (Red+Green+Blue) = 238+166+30=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA61E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA61E is #1159E1. Grayscale: #ACACAC. Windows color (decimal): -1137122 or 2008814. OLE color: 2008814.
HSL color Cylindrical-coordinate representation of color #EEA61E: hue angle of 39.23º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEA61E is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 30 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.07 |
| HSL | 39.23º | 0.86% | 0.53% | - |
| HSV(B) | 39.23º | 0.87% | 0.93% | - |
| XYZ | 49.13 | 45.54 | 7.43 | - |
| YUV | 172.02 | 47.85 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 30 | 0 | 0.30 | 0.87 | 0.07 | 39.23 | 0.86 | 0.53 |
| Hex | EE | A6 | 1E | 0 | 1E | 57 | 7 | 27 | 56 | 35 |
| Octal | 356 | 246 | 36 | 0 | 36 | 127 | 7 | 47 | 126 | 65 |
| Binary | 11101110 | 10100110 | 11110 | 0 | 11110 | 1010111 | 111 | 100111 | 1010110 | 110101 |
Color Harmonies of #EEA61E
Complementary color
Monochromatic Colors of #EEA61E
Black with #EEA61E
Text Example
Text Example
White with #EEA61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA61E; }
p { color: rgb(238,166,30); }
H1.HeaderClassName
{
color: #EEA61E;
}
.AnyTagClassName
{
color: #EEA61E;
}
</style>
background-color css
<style>
a { background-color: #EEA61E; }
a { background-color: rgb(238,166,30); }
div.DivClassName
{
background-color: #EEA61E;
}
.BgClassName
{
background-color: #EEA61E;
}
</style>
border-color css
<style>
span { border-color: #EEA61E; }
span { border-color: rgb(238,166,30); }
td.TdClassName
{
border-color: #EEA61E;
}
.TagClassName
{
border-color: #EEA61E;
}
</style>