Shades of Tangerine #EC820D
Tints of Tangerine #EC820D
RGB
CMYK
RGB Variations
Color information
#EC820D (or 0xEC820D) is known color: Tangerine. HEX triplet: EC, 82 and 0D. RGB value is (236,130,13). Sum of RGB (Red+Green+Blue) = 236+130+13=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC820D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC820D is #137DF2. Grayscale: #949494. Windows color (decimal): -1277427 or 885484. OLE color: 885484.
HSL color Cylindrical-coordinate representation of color #EC820D: hue angle of 31.48º degrees, saturation: 0.9, 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 #EC820D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 13 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.07 |
| HSL | 31.48º | 0.9% | 0.49% | - |
| HSV(B) | 31.48º | 0.94% | 0.93% | - |
| XYZ | 42.65 | 33.83 | 4.66 | - |
| YUV | 148.36 | 51.62 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 13 | 0 | 0.45 | 0.94 | 0.07 | 31.48 | 0.9 | 0.49 |
| Hex | EC | 82 | D | 0 | 2D | 5E | 7 | 1F | 5A | 31 |
| Octal | 354 | 202 | 15 | 0 | 55 | 136 | 7 | 37 | 132 | 61 |
| Binary | 11101100 | 10000010 | 1101 | 0 | 101101 | 1011110 | 111 | 11111 | 1011010 | 110001 |
Color Harmonies of #EC820D
Complementary color
Monochromatic Colors of #EC820D
Black with #EC820D
Text Example
Text Example
White with #EC820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC820D; }
p { color: rgb(236,130,13); }
H1.HeaderClassName
{
color: #EC820D;
}
.AnyTagClassName
{
color: #EC820D;
}
</style>
background-color css
<style>
a { background-color: #EC820D; }
a { background-color: rgb(236,130,13); }
div.DivClassName
{
background-color: #EC820D;
}
.BgClassName
{
background-color: #EC820D;
}
</style>
border-color css
<style>
span { border-color: #EC820D; }
span { border-color: rgb(236,130,13); }
td.TdClassName
{
border-color: #EC820D;
}
.TagClassName
{
border-color: #EC820D;
}
</style>