Shades of Dark Tangerine #EEB113
Tints of Dark Tangerine #EEB113
RGB
CMYK
RGB Variations
Color information
#EEB113 (or 0xEEB113) is known color: Dark Tangerine. HEX triplet: EE, B1 and 13. RGB value is (238,177,19). Sum of RGB (Red+Green+Blue) = 238+177+19=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB113 is #114EEC. Grayscale: #B1B1B1. Windows color (decimal): -1134317 or 1290734. OLE color: 1290734.
HSL color Cylindrical-coordinate representation of color #EEB113: hue angle of 43.29º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEB113 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 19 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.07 |
| HSL | 43.29º | 0.87% | 0.5% | - |
| HSV(B) | 43.29º | 0.92% | 0.93% | - |
| XYZ | 51.1 | 49.67 | 7.51 | - |
| YUV | 177.23 | 38.71 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 19 | 0 | 0.26 | 0.92 | 0.07 | 43.29 | 0.87 | 0.5 |
| Hex | EE | B1 | 13 | 0 | 1A | 5C | 7 | 2B | 57 | 32 |
| Octal | 356 | 261 | 23 | 0 | 32 | 134 | 7 | 53 | 127 | 62 |
| Binary | 11101110 | 10110001 | 10011 | 0 | 11010 | 1011100 | 111 | 101011 | 1010111 | 110010 |
Color Harmonies of #EEB113
Complementary color
Monochromatic Colors of #EEB113
Black with #EEB113
Text Example
Text Example
White with #EEB113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB113; }
p { color: rgb(238,177,19); }
H1.HeaderClassName
{
color: #EEB113;
}
.AnyTagClassName
{
color: #EEB113;
}
</style>
background-color css
<style>
a { background-color: #EEB113; }
a { background-color: rgb(238,177,19); }
div.DivClassName
{
background-color: #EEB113;
}
.BgClassName
{
background-color: #EEB113;
}
</style>
border-color css
<style>
span { border-color: #EEB113; }
span { border-color: rgb(238,177,19); }
td.TdClassName
{
border-color: #EEB113;
}
.TagClassName
{
border-color: #EEB113;
}
</style>