Shades of Tangerine #EC8111
Tints of Tangerine #EC8111
RGB
CMYK
RGB Variations
Color information
#EC8111 (or 0xEC8111) is known color: Tangerine. HEX triplet: EC, 81 and 11. RGB value is (236,129,17). Sum of RGB (Red+Green+Blue) = 236+129+17=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8111 is #137EEE. Grayscale: #949494. Windows color (decimal): -1277679 or 1147372. OLE color: 1147372.
HSL color Cylindrical-coordinate representation of color #EC8111: hue angle of 30.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC8111 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 17 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.07 |
| HSL | 30.68º | 0.87% | 0.5% | - |
| HSV(B) | 30.68º | 0.93% | 0.93% | - |
| XYZ | 42.54 | 33.57 | 4.77 | - |
| YUV | 148.23 | 53.95 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 17 | 0 | 0.45 | 0.93 | 0.07 | 30.68 | 0.87 | 0.5 |
| Hex | EC | 81 | 11 | 0 | 2D | 5D | 7 | 1F | 57 | 32 |
| Octal | 354 | 201 | 21 | 0 | 55 | 135 | 7 | 37 | 127 | 62 |
| Binary | 11101100 | 10000001 | 10001 | 0 | 101101 | 1011101 | 111 | 11111 | 1010111 | 110010 |
Color Harmonies of #EC8111
Complementary color
Monochromatic Colors of #EC8111
Black with #EC8111
Text Example
Text Example
White with #EC8111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8111; }
p { color: rgb(236,129,17); }
H1.HeaderClassName
{
color: #EC8111;
}
.AnyTagClassName
{
color: #EC8111;
}
</style>
background-color css
<style>
a { background-color: #EC8111; }
a { background-color: rgb(236,129,17); }
div.DivClassName
{
background-color: #EC8111;
}
.BgClassName
{
background-color: #EC8111;
}
</style>
border-color css
<style>
span { border-color: #EC8111; }
span { border-color: rgb(236,129,17); }
td.TdClassName
{
border-color: #EC8111;
}
.TagClassName
{
border-color: #EC8111;
}
</style>