Shades of Tangerine #EC870A
Tints of Tangerine #EC870A
RGB
CMYK
RGB Variations
Color information
#EC870A (or 0xEC870A) is known color: Tangerine. HEX triplet: EC, 87 and 0A. RGB value is (236,135,10). Sum of RGB (Red+Green+Blue) = 236+135+10=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC870A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC870A is #1378F5. Grayscale: #979797. Windows color (decimal): -1276150 or 690156. OLE color: 690156.
HSL color Cylindrical-coordinate representation of color #EC870A: hue angle of 33.19º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC870A is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 10 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.07 |
| HSL | 33.19º | 0.92% | 0.48% | - |
| HSV(B) | 33.19º | 0.96% | 0.93% | - |
| XYZ | 43.31 | 35.18 | 4.8 | - |
| YUV | 150.95 | 48.46 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 10 | 0 | 0.43 | 0.96 | 0.07 | 33.19 | 0.92 | 0.48 |
| Hex | EC | 87 | A | 0 | 2B | 60 | 7 | 21 | 5C | 30 |
| Octal | 354 | 207 | 12 | 0 | 53 | 140 | 7 | 41 | 134 | 60 |
| Binary | 11101100 | 10000111 | 1010 | 0 | 101011 | 1100000 | 111 | 100001 | 1011100 | 110000 |
Color Harmonies of #EC870A
Complementary color
Monochromatic Colors of #EC870A
Black with #EC870A
Text Example
Text Example
White with #EC870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC870A; }
p { color: rgb(236,135,10); }
H1.HeaderClassName
{
color: #EC870A;
}
.AnyTagClassName
{
color: #EC870A;
}
</style>
background-color css
<style>
a { background-color: #EC870A; }
a { background-color: rgb(236,135,10); }
div.DivClassName
{
background-color: #EC870A;
}
.BgClassName
{
background-color: #EC870A;
}
</style>
border-color css
<style>
span { border-color: #EC870A; }
span { border-color: rgb(236,135,10); }
td.TdClassName
{
border-color: #EC870A;
}
.TagClassName
{
border-color: #EC870A;
}
</style>