Shades of Gold Tips #EEA81D
Tints of Gold Tips #EEA81D
RGB
CMYK
RGB Variations
Color information
#EEA81D (or 0xEEA81D) is known color: Gold Tips. HEX triplet: EE, A8 and 1D. RGB value is (238,168,29). Sum of RGB (Red+Green+Blue) = 238+168+29=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA81D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA81D is #1157E2. Grayscale: #ADADAD. Windows color (decimal): -1136611 or 1943790. OLE color: 1943790.
HSL color Cylindrical-coordinate representation of color #EEA81D: hue angle of 39.9º 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 #EEA81D is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 29 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.07 |
| HSL | 39.9º | 0.86% | 0.52% | - |
| HSV(B) | 39.9º | 0.88% | 0.93% | - |
| XYZ | 49.48 | 46.27 | 7.49 | - |
| YUV | 173.08 | 46.69 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 29 | 0 | 0.29 | 0.88 | 0.07 | 39.9 | 0.86 | 0.52 |
| Hex | EE | A8 | 1D | 0 | 1D | 58 | 7 | 28 | 56 | 34 |
| Octal | 356 | 250 | 35 | 0 | 35 | 130 | 7 | 50 | 126 | 64 |
| Binary | 11101110 | 10101000 | 11101 | 0 | 11101 | 1011000 | 111 | 101000 | 1010110 | 110100 |
Color Harmonies of #EEA81D
Complementary color
Monochromatic Colors of #EEA81D
Black with #EEA81D
Text Example
Text Example
White with #EEA81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA81D; }
p { color: rgb(238,168,29); }
H1.HeaderClassName
{
color: #EEA81D;
}
.AnyTagClassName
{
color: #EEA81D;
}
</style>
background-color css
<style>
a { background-color: #EEA81D; }
a { background-color: rgb(238,168,29); }
div.DivClassName
{
background-color: #EEA81D;
}
.BgClassName
{
background-color: #EEA81D;
}
</style>
border-color css
<style>
span { border-color: #EEA81D; }
span { border-color: rgb(238,168,29); }
td.TdClassName
{
border-color: #EEA81D;
}
.TagClassName
{
border-color: #EEA81D;
}
</style>