Shades of Gold Tips #EEA71D
Tints of Gold Tips #EEA71D
RGB
CMYK
RGB Variations
Color information
#EEA71D (or 0xEEA71D) is known color: Gold Tips. HEX triplet: EE, A7 and 1D. RGB value is (238,167,29). Sum of RGB (Red+Green+Blue) = 238+167+29=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA71D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA71D is #1158E2. Grayscale: #ADADAD. Windows color (decimal): -1136867 or 1943534. OLE color: 1943534.
HSL color Cylindrical-coordinate representation of color #EEA71D: hue angle of 39.62º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEA71D is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 29 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.07 |
| HSL | 39.62º | 0.86% | 0.52% | - |
| HSV(B) | 39.62º | 0.88% | 0.93% | - |
| XYZ | 49.3 | 45.9 | 7.42 | - |
| YUV | 172.5 | 47.02 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 29 | 0 | 0.30 | 0.88 | 0.07 | 39.62 | 0.86 | 0.52 |
| Hex | EE | A7 | 1D | 0 | 1E | 58 | 7 | 28 | 56 | 34 |
| Octal | 356 | 247 | 35 | 0 | 36 | 130 | 7 | 50 | 126 | 64 |
| Binary | 11101110 | 10100111 | 11101 | 0 | 11110 | 1011000 | 111 | 101000 | 1010110 | 110100 |
Color Harmonies of #EEA71D
Complementary color
Monochromatic Colors of #EEA71D
Black with #EEA71D
Text Example
Text Example
White with #EEA71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA71D; }
p { color: rgb(238,167,29); }
H1.HeaderClassName
{
color: #EEA71D;
}
.AnyTagClassName
{
color: #EEA71D;
}
</style>
background-color css
<style>
a { background-color: #EEA71D; }
a { background-color: rgb(238,167,29); }
div.DivClassName
{
background-color: #EEA71D;
}
.BgClassName
{
background-color: #EEA71D;
}
</style>
border-color css
<style>
span { border-color: #EEA71D; }
span { border-color: rgb(238,167,29); }
td.TdClassName
{
border-color: #EEA71D;
}
.TagClassName
{
border-color: #EEA71D;
}
</style>