Shades of Tangerine #EC820B
Tints of Tangerine #EC820B
RGB
CMYK
RGB Variations
Color information
#EC820B (or 0xEC820B) is known color: Tangerine. HEX triplet: EC, 82 and 0B. RGB value is (236,130,11). Sum of RGB (Red+Green+Blue) = 236+130+11=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC820B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC820B is #137DF4. Grayscale: #949494. Windows color (decimal): -1277429 or 754412. OLE color: 754412.
HSL color Cylindrical-coordinate representation of color #EC820B: hue angle of 31.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC820B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 11 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.07 |
| HSL | 31.73º | 0.91% | 0.48% | - |
| HSV(B) | 31.73º | 0.95% | 0.93% | - |
| XYZ | 42.64 | 33.82 | 4.6 | - |
| YUV | 148.13 | 50.62 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 11 | 0 | 0.45 | 0.95 | 0.07 | 31.73 | 0.91 | 0.48 |
| Hex | EC | 82 | B | 0 | 2D | 5F | 7 | 20 | 5B | 30 |
| Octal | 354 | 202 | 13 | 0 | 55 | 137 | 7 | 40 | 133 | 60 |
| Binary | 11101100 | 10000010 | 1011 | 0 | 101101 | 1011111 | 111 | 100000 | 1011011 | 110000 |
Color Harmonies of #EC820B
Complementary color
Monochromatic Colors of #EC820B
Black with #EC820B
Text Example
Text Example
White with #EC820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC820B; }
p { color: rgb(236,130,11); }
H1.HeaderClassName
{
color: #EC820B;
}
.AnyTagClassName
{
color: #EC820B;
}
</style>
background-color css
<style>
a { background-color: #EC820B; }
a { background-color: rgb(236,130,11); }
div.DivClassName
{
background-color: #EC820B;
}
.BgClassName
{
background-color: #EC820B;
}
</style>
border-color css
<style>
span { border-color: #EC820B; }
span { border-color: rgb(236,130,11); }
td.TdClassName
{
border-color: #EC820B;
}
.TagClassName
{
border-color: #EC820B;
}
</style>