Shades of Tangerine #EC830C
Tints of Tangerine #EC830C
RGB
CMYK
RGB Variations
Color information
#EC830C (or 0xEC830C) is known color: Tangerine. HEX triplet: EC, 83 and 0C. RGB value is (236,131,12). Sum of RGB (Red+Green+Blue) = 236+131+12=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC830C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC830C is #137CF3. Grayscale: #959595. Windows color (decimal): -1277172 or 820204. OLE color: 820204.
HSL color Cylindrical-coordinate representation of color #EC830C: hue angle of 31.88º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC830C is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 12 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.07 |
| HSL | 31.88º | 0.9% | 0.49% | - |
| HSV(B) | 31.88º | 0.95% | 0.93% | - |
| XYZ | 42.77 | 34.09 | 4.67 | - |
| YUV | 148.83 | 50.79 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 12 | 0 | 0.44 | 0.95 | 0.07 | 31.88 | 0.9 | 0.49 |
| Hex | EC | 83 | C | 0 | 2C | 5F | 7 | 20 | 5A | 31 |
| Octal | 354 | 203 | 14 | 0 | 54 | 137 | 7 | 40 | 132 | 61 |
| Binary | 11101100 | 10000011 | 1100 | 0 | 101100 | 1011111 | 111 | 100000 | 1011010 | 110001 |
Color Harmonies of #EC830C
Complementary color
Monochromatic Colors of #EC830C
Black with #EC830C
Text Example
Text Example
White with #EC830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC830C; }
p { color: rgb(236,131,12); }
H1.HeaderClassName
{
color: #EC830C;
}
.AnyTagClassName
{
color: #EC830C;
}
</style>
background-color css
<style>
a { background-color: #EC830C; }
a { background-color: rgb(236,131,12); }
div.DivClassName
{
background-color: #EC830C;
}
.BgClassName
{
background-color: #EC830C;
}
</style>
border-color css
<style>
span { border-color: #EC830C; }
span { border-color: rgb(236,131,12); }
td.TdClassName
{
border-color: #EC830C;
}
.TagClassName
{
border-color: #EC830C;
}
</style>