Shades of Tangerine #EC850B
Tints of Tangerine #EC850B
RGB
CMYK
RGB Variations
Color information
#EC850B (or 0xEC850B) is known color: Tangerine. HEX triplet: EC, 85 and 0B. RGB value is (236,133,11). Sum of RGB (Red+Green+Blue) = 236+133+11=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC850B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC850B is #137AF4. Grayscale: #969696. Windows color (decimal): -1276661 or 755180. OLE color: 755180.
HSL color Cylindrical-coordinate representation of color #EC850B: hue angle of 32.53º 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 #EC850B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.07 |
| HSL | 32.53º | 0.91% | 0.48% | - |
| HSV(B) | 32.53º | 0.95% | 0.93% | - |
| XYZ | 43.04 | 34.63 | 4.73 | - |
| YUV | 149.89 | 49.62 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 11 | 0 | 0.44 | 0.95 | 0.07 | 32.53 | 0.91 | 0.48 |
| Hex | EC | 85 | B | 0 | 2C | 5F | 7 | 21 | 5B | 30 |
| Octal | 354 | 205 | 13 | 0 | 54 | 137 | 7 | 41 | 133 | 60 |
| Binary | 11101100 | 10000101 | 1011 | 0 | 101100 | 1011111 | 111 | 100001 | 1011011 | 110000 |
Color Harmonies of #EC850B
Complementary color
Monochromatic Colors of #EC850B
Black with #EC850B
Text Example
Text Example
White with #EC850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC850B; }
p { color: rgb(236,133,11); }
H1.HeaderClassName
{
color: #EC850B;
}
.AnyTagClassName
{
color: #EC850B;
}
</style>
background-color css
<style>
a { background-color: #EC850B; }
a { background-color: rgb(236,133,11); }
div.DivClassName
{
background-color: #EC850B;
}
.BgClassName
{
background-color: #EC850B;
}
</style>
border-color css
<style>
span { border-color: #EC850B; }
span { border-color: rgb(236,133,11); }
td.TdClassName
{
border-color: #EC850B;
}
.TagClassName
{
border-color: #EC850B;
}
</style>