Shades of Tangerine #EC7E14
Tints of Tangerine #EC7E14
RGB
CMYK
RGB Variations
Color information
#EC7E14 (or 0xEC7E14) is known color: Tangerine. HEX triplet: EC, 7E and 14. RGB value is (236,126,20). Sum of RGB (Red+Green+Blue) = 236+126+20=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7E14 is #1381EB. Grayscale: #939393. Windows color (decimal): -1278444 or 1343212. OLE color: 1343212.
HSL color Cylindrical-coordinate representation of color #EC7E14: hue angle of 29.44º degrees, saturation: 0.85, 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 #EC7E14 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 20 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.07 |
| HSL | 29.44º | 0.85% | 0.5% | - |
| HSV(B) | 29.44º | 0.92% | 0.93% | - |
| XYZ | 42.18 | 32.81 | 4.77 | - |
| YUV | 146.81 | 56.44 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 20 | 0 | 0.47 | 0.92 | 0.07 | 29.44 | 0.85 | 0.5 |
| Hex | EC | 7E | 14 | 0 | 2F | 5C | 7 | 1D | 55 | 32 |
| Octal | 354 | 176 | 24 | 0 | 57 | 134 | 7 | 35 | 125 | 62 |
| Binary | 11101100 | 1111110 | 10100 | 0 | 101111 | 1011100 | 111 | 11101 | 1010101 | 110010 |
Color Harmonies of #EC7E14
Complementary color
Monochromatic Colors of #EC7E14
Black with #EC7E14
Text Example
Text Example
White with #EC7E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E14; }
p { color: rgb(236,126,20); }
H1.HeaderClassName
{
color: #EC7E14;
}
.AnyTagClassName
{
color: #EC7E14;
}
</style>
background-color css
<style>
a { background-color: #EC7E14; }
a { background-color: rgb(236,126,20); }
div.DivClassName
{
background-color: #EC7E14;
}
.BgClassName
{
background-color: #EC7E14;
}
</style>
border-color css
<style>
span { border-color: #EC7E14; }
span { border-color: rgb(236,126,20); }
td.TdClassName
{
border-color: #EC7E14;
}
.TagClassName
{
border-color: #EC7E14;
}
</style>