Shades of Tangerine #EC820F
Tints of Tangerine #EC820F
RGB
CMYK
RGB Variations
Color information
#EC820F (or 0xEC820F) is known color: Tangerine. HEX triplet: EC, 82 and 0F. RGB value is (236,130,15). Sum of RGB (Red+Green+Blue) = 236+130+15=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC820F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC820F is #137DF0. Grayscale: #959595. Windows color (decimal): -1277425 or 1016556. OLE color: 1016556.
HSL color Cylindrical-coordinate representation of color #EC820F: hue angle of 31.22º degrees, saturation: 0.88, 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 #EC820F is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 15 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.07 |
| HSL | 31.22º | 0.88% | 0.49% | - |
| HSV(B) | 31.22º | 0.94% | 0.93% | - |
| XYZ | 42.66 | 33.83 | 4.73 | - |
| YUV | 148.58 | 52.62 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 15 | 0 | 0.45 | 0.94 | 0.07 | 31.22 | 0.88 | 0.49 |
| Hex | EC | 82 | F | 0 | 2D | 5E | 7 | 1F | 58 | 31 |
| Octal | 354 | 202 | 17 | 0 | 55 | 136 | 7 | 37 | 130 | 61 |
| Binary | 11101100 | 10000010 | 1111 | 0 | 101101 | 1011110 | 111 | 11111 | 1011000 | 110001 |
Color Harmonies of #EC820F
Complementary color
Monochromatic Colors of #EC820F
Black with #EC820F
Text Example
Text Example
White with #EC820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC820F; }
p { color: rgb(236,130,15); }
H1.HeaderClassName
{
color: #EC820F;
}
.AnyTagClassName
{
color: #EC820F;
}
</style>
background-color css
<style>
a { background-color: #EC820F; }
a { background-color: rgb(236,130,15); }
div.DivClassName
{
background-color: #EC820F;
}
.BgClassName
{
background-color: #EC820F;
}
</style>
border-color css
<style>
span { border-color: #EC820F; }
span { border-color: rgb(236,130,15); }
td.TdClassName
{
border-color: #EC820F;
}
.TagClassName
{
border-color: #EC820F;
}
</style>