Shades of Gold Tips #EEB118
Tints of Gold Tips #EEB118
RGB
CMYK
RGB Variations
Color information
#EEB118 (or 0xEEB118) is known color: Gold Tips. HEX triplet: EE, B1 and 18. RGB value is (238,177,24). Sum of RGB (Red+Green+Blue) = 238+177+24=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB118 is #114EE7. Grayscale: #B2B2B2. Windows color (decimal): -1134312 or 1618414. OLE color: 1618414.
HSL color Cylindrical-coordinate representation of color #EEB118: hue angle of 42.9º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEB118 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 24 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.07 |
| HSL | 42.9º | 0.86% | 0.51% | - |
| HSV(B) | 42.9º | 0.9% | 0.93% | - |
| XYZ | 51.15 | 49.69 | 7.76 | - |
| YUV | 177.8 | 41.21 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 24 | 0 | 0.26 | 0.90 | 0.07 | 42.9 | 0.86 | 0.51 |
| Hex | EE | B1 | 18 | 0 | 1A | 5A | 7 | 2B | 56 | 33 |
| Octal | 356 | 261 | 30 | 0 | 32 | 132 | 7 | 53 | 126 | 63 |
| Binary | 11101110 | 10110001 | 11000 | 0 | 11010 | 1011010 | 111 | 101011 | 1010110 | 110011 |
Color Harmonies of #EEB118
Complementary color
Monochromatic Colors of #EEB118
Black with #EEB118
Text Example
Text Example
White with #EEB118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB118; }
p { color: rgb(238,177,24); }
H1.HeaderClassName
{
color: #EEB118;
}
.AnyTagClassName
{
color: #EEB118;
}
</style>
background-color css
<style>
a { background-color: #EEB118; }
a { background-color: rgb(238,177,24); }
div.DivClassName
{
background-color: #EEB118;
}
.BgClassName
{
background-color: #EEB118;
}
</style>
border-color css
<style>
span { border-color: #EEB118; }
span { border-color: rgb(238,177,24); }
td.TdClassName
{
border-color: #EEB118;
}
.TagClassName
{
border-color: #EEB118;
}
</style>