Shades of Gold Tips #EEB119
Tints of Gold Tips #EEB119
RGB
CMYK
RGB Variations
Color information
#EEB119 (or 0xEEB119) is known color: Gold Tips. HEX triplet: EE, B1 and 19. RGB value is (238,177,25). Sum of RGB (Red+Green+Blue) = 238+177+25=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB119 is #114EE6. Grayscale: #B2B2B2. Windows color (decimal): -1134311 or 1683950. OLE color: 1683950.
HSL color Cylindrical-coordinate representation of color #EEB119: hue angle of 42.82º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEB119 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 25 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.07 |
| HSL | 42.82º | 0.86% | 0.52% | - |
| HSV(B) | 42.82º | 0.89% | 0.93% | - |
| XYZ | 51.16 | 49.69 | 7.81 | - |
| YUV | 177.91 | 41.71 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 25 | 0 | 0.26 | 0.89 | 0.07 | 42.82 | 0.86 | 0.52 |
| Hex | EE | B1 | 19 | 0 | 1A | 59 | 7 | 2B | 56 | 34 |
| Octal | 356 | 261 | 31 | 0 | 32 | 131 | 7 | 53 | 126 | 64 |
| Binary | 11101110 | 10110001 | 11001 | 0 | 11010 | 1011001 | 111 | 101011 | 1010110 | 110100 |
Color Harmonies of #EEB119
Complementary color
Monochromatic Colors of #EEB119
Black with #EEB119
Text Example
Text Example
White with #EEB119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB119; }
p { color: rgb(238,177,25); }
H1.HeaderClassName
{
color: #EEB119;
}
.AnyTagClassName
{
color: #EEB119;
}
</style>
background-color css
<style>
a { background-color: #EEB119; }
a { background-color: rgb(238,177,25); }
div.DivClassName
{
background-color: #EEB119;
}
.BgClassName
{
background-color: #EEB119;
}
</style>
border-color css
<style>
span { border-color: #EEB119; }
span { border-color: rgb(238,177,25); }
td.TdClassName
{
border-color: #EEB119;
}
.TagClassName
{
border-color: #EEB119;
}
</style>