Shades of Dark Tangerine #EEB116
Tints of Dark Tangerine #EEB116
RGB
CMYK
RGB Variations
Color information
#EEB116 (or 0xEEB116) is known color: Dark Tangerine. HEX triplet: EE, B1 and 16. RGB value is (238,177,22). Sum of RGB (Red+Green+Blue) = 238+177+22=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB116 is #114EE9. Grayscale: #B2B2B2. Windows color (decimal): -1134314 or 1487342. OLE color: 1487342.
HSL color Cylindrical-coordinate representation of color #EEB116: hue angle of 43.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEB116 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 22 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.07 |
| HSL | 43.06º | 0.86% | 0.51% | - |
| HSV(B) | 43.06º | 0.91% | 0.93% | - |
| XYZ | 51.13 | 49.68 | 7.65 | - |
| YUV | 177.57 | 40.21 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 22 | 0 | 0.26 | 0.91 | 0.07 | 43.06 | 0.86 | 0.51 |
| Hex | EE | B1 | 16 | 0 | 1A | 5B | 7 | 2B | 56 | 33 |
| Octal | 356 | 261 | 26 | 0 | 32 | 133 | 7 | 53 | 126 | 63 |
| Binary | 11101110 | 10110001 | 10110 | 0 | 11010 | 1011011 | 111 | 101011 | 1010110 | 110011 |
Color Harmonies of #EEB116
Complementary color
Monochromatic Colors of #EEB116
Black with #EEB116
Text Example
Text Example
White with #EEB116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB116; }
p { color: rgb(238,177,22); }
H1.HeaderClassName
{
color: #EEB116;
}
.AnyTagClassName
{
color: #EEB116;
}
</style>
background-color css
<style>
a { background-color: #EEB116; }
a { background-color: rgb(238,177,22); }
div.DivClassName
{
background-color: #EEB116;
}
.BgClassName
{
background-color: #EEB116;
}
</style>
border-color css
<style>
span { border-color: #EEB116; }
span { border-color: rgb(238,177,22); }
td.TdClassName
{
border-color: #EEB116;
}
.TagClassName
{
border-color: #EEB116;
}
</style>