Shades of Tangerine #EC8202
Tints of Tangerine #EC8202
RGB
CMYK
RGB Variations
Color information
#EC8202 (or 0xEC8202) is known color: Tangerine. HEX triplet: EC, 82 and 02. RGB value is (236,130,2). Sum of RGB (Red+Green+Blue) = 236+130+2=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8202 is #137DFD. Grayscale: #939393. Windows color (decimal): -1277438 or 164588. OLE color: 164588.
HSL color Cylindrical-coordinate representation of color #EC8202: hue angle of 32.82º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC8202 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.07 |
| HSL | 32.82º | 0.98% | 0.47% | - |
| HSV(B) | 32.82º | 0.99% | 0.93% | - |
| XYZ | 42.59 | 33.8 | 4.34 | - |
| YUV | 147.1 | 46.12 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 2 | 0 | 0.45 | 0.99 | 0.07 | 32.82 | 0.98 | 0.47 |
| Hex | EC | 82 | 2 | 0 | 2D | 63 | 7 | 21 | 62 | 2F |
| Octal | 354 | 202 | 2 | 0 | 55 | 143 | 7 | 41 | 142 | 57 |
| Binary | 11101100 | 10000010 | 10 | 0 | 101101 | 1100011 | 111 | 100001 | 1100010 | 101111 |
Color Harmonies of #EC8202
Complementary color
Monochromatic Colors of #EC8202
Black with #EC8202
Text Example
Text Example
White with #EC8202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8202; }
p { color: rgb(236,130,2); }
H1.HeaderClassName
{
color: #EC8202;
}
.AnyTagClassName
{
color: #EC8202;
}
</style>
background-color css
<style>
a { background-color: #EC8202; }
a { background-color: rgb(236,130,2); }
div.DivClassName
{
background-color: #EC8202;
}
.BgClassName
{
background-color: #EC8202;
}
</style>
border-color css
<style>
span { border-color: #EC8202; }
span { border-color: rgb(236,130,2); }
td.TdClassName
{
border-color: #EC8202;
}
.TagClassName
{
border-color: #EC8202;
}
</style>