Shades of Tangerine #EC830E
Tints of Tangerine #EC830E
RGB
CMYK
RGB Variations
Color information
#EC830E (or 0xEC830E) is known color: Tangerine. HEX triplet: EC, 83 and 0E. RGB value is (236,131,14). Sum of RGB (Red+Green+Blue) = 236+131+14=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC830E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC830E is #137CF1. Grayscale: #959595. Windows color (decimal): -1277170 or 951276. OLE color: 951276.
HSL color Cylindrical-coordinate representation of color #EC830E: hue angle of 31.62º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC830E is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 14 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.07 |
| HSL | 31.62º | 0.89% | 0.49% | - |
| HSV(B) | 31.62º | 0.94% | 0.93% | - |
| XYZ | 42.79 | 34.1 | 4.74 | - |
| YUV | 149.06 | 51.79 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 14 | 0 | 0.44 | 0.94 | 0.07 | 31.62 | 0.89 | 0.49 |
| Hex | EC | 83 | E | 0 | 2C | 5E | 7 | 20 | 59 | 31 |
| Octal | 354 | 203 | 16 | 0 | 54 | 136 | 7 | 40 | 131 | 61 |
| Binary | 11101100 | 10000011 | 1110 | 0 | 101100 | 1011110 | 111 | 100000 | 1011001 | 110001 |
Color Harmonies of #EC830E
Complementary color
Monochromatic Colors of #EC830E
Black with #EC830E
Text Example
Text Example
White with #EC830E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC830E; }
p { color: rgb(236,131,14); }
H1.HeaderClassName
{
color: #EC830E;
}
.AnyTagClassName
{
color: #EC830E;
}
</style>
background-color css
<style>
a { background-color: #EC830E; }
a { background-color: rgb(236,131,14); }
div.DivClassName
{
background-color: #EC830E;
}
.BgClassName
{
background-color: #EC830E;
}
</style>
border-color css
<style>
span { border-color: #EC830E; }
span { border-color: rgb(236,131,14); }
td.TdClassName
{
border-color: #EC830E;
}
.TagClassName
{
border-color: #EC830E;
}
</style>