Shades of Tangerine #EC8410
Tints of Tangerine #EC8410
RGB
CMYK
RGB Variations
Color information
#EC8410 (or 0xEC8410) is known color: Tangerine. HEX triplet: EC, 84 and 10. RGB value is (236,132,16). Sum of RGB (Red+Green+Blue) = 236+132+16=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8410 is #137BEF. Grayscale: #969696. Windows color (decimal): -1276912 or 1082604. OLE color: 1082604.
HSL color Cylindrical-coordinate representation of color #EC8410: hue angle of 31.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC8410 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 16 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.07 |
| HSL | 31.64º | 0.87% | 0.49% | - |
| HSV(B) | 31.64º | 0.93% | 0.93% | - |
| XYZ | 42.94 | 34.37 | 4.86 | - |
| YUV | 149.87 | 52.46 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 16 | 0 | 0.44 | 0.93 | 0.07 | 31.64 | 0.87 | 0.49 |
| Hex | EC | 84 | 10 | 0 | 2C | 5D | 7 | 20 | 57 | 31 |
| Octal | 354 | 204 | 20 | 0 | 54 | 135 | 7 | 40 | 127 | 61 |
| Binary | 11101100 | 10000100 | 10000 | 0 | 101100 | 1011101 | 111 | 100000 | 1010111 | 110001 |
Color Harmonies of #EC8410
Complementary color
Monochromatic Colors of #EC8410
Black with #EC8410
Text Example
Text Example
White with #EC8410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8410; }
p { color: rgb(236,132,16); }
H1.HeaderClassName
{
color: #EC8410;
}
.AnyTagClassName
{
color: #EC8410;
}
</style>
background-color css
<style>
a { background-color: #EC8410; }
a { background-color: rgb(236,132,16); }
div.DivClassName
{
background-color: #EC8410;
}
.BgClassName
{
background-color: #EC8410;
}
</style>
border-color css
<style>
span { border-color: #EC8410; }
span { border-color: rgb(236,132,16); }
td.TdClassName
{
border-color: #EC8410;
}
.TagClassName
{
border-color: #EC8410;
}
</style>