Shades of Tangerine #EC8112
Tints of Tangerine #EC8112
RGB
CMYK
RGB Variations
Color information
#EC8112 (or 0xEC8112) is known color: Tangerine. HEX triplet: EC, 81 and 12. RGB value is (236,129,18). Sum of RGB (Red+Green+Blue) = 236+129+18=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8112 is #137EED. Grayscale: #949494. Windows color (decimal): -1277678 or 1212908. OLE color: 1212908.
HSL color Cylindrical-coordinate representation of color #EC8112: hue angle of 30.55º degrees, saturation: 0.86, 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 #EC8112 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 18 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.07 |
| HSL | 30.55º | 0.86% | 0.5% | - |
| HSV(B) | 30.55º | 0.92% | 0.93% | - |
| XYZ | 42.55 | 33.58 | 4.81 | - |
| YUV | 148.34 | 54.45 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 18 | 0 | 0.45 | 0.92 | 0.07 | 30.55 | 0.86 | 0.5 |
| Hex | EC | 81 | 12 | 0 | 2D | 5C | 7 | 1F | 56 | 32 |
| Octal | 354 | 201 | 22 | 0 | 55 | 134 | 7 | 37 | 126 | 62 |
| Binary | 11101100 | 10000001 | 10010 | 0 | 101101 | 1011100 | 111 | 11111 | 1010110 | 110010 |
Color Harmonies of #EC8112
Complementary color
Monochromatic Colors of #EC8112
Black with #EC8112
Text Example
Text Example
White with #EC8112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8112; }
p { color: rgb(236,129,18); }
H1.HeaderClassName
{
color: #EC8112;
}
.AnyTagClassName
{
color: #EC8112;
}
</style>
background-color css
<style>
a { background-color: #EC8112; }
a { background-color: rgb(236,129,18); }
div.DivClassName
{
background-color: #EC8112;
}
.BgClassName
{
background-color: #EC8112;
}
</style>
border-color css
<style>
span { border-color: #EC8112; }
span { border-color: rgb(236,129,18); }
td.TdClassName
{
border-color: #EC8112;
}
.TagClassName
{
border-color: #EC8112;
}
</style>