Shades of Tangerine #EC8203
Tints of Tangerine #EC8203
RGB
CMYK
RGB Variations
Color information
#EC8203 (or 0xEC8203) is known color: Tangerine. HEX triplet: EC, 82 and 03. RGB value is (236,130,3). Sum of RGB (Red+Green+Blue) = 236+130+3=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8203 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8203 is #137DFC. Grayscale: #939393. Windows color (decimal): -1277437 or 230124. OLE color: 230124.
HSL color Cylindrical-coordinate representation of color #EC8203: hue angle of 32.7º degrees, saturation: 0.97, 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 #EC8203 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 3 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.07 |
| HSL | 32.7º | 0.97% | 0.47% | - |
| HSV(B) | 32.7º | 0.99% | 0.93% | - |
| XYZ | 42.59 | 33.8 | 4.37 | - |
| YUV | 147.22 | 46.62 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 3 | 0 | 0.45 | 0.99 | 0.07 | 32.7 | 0.97 | 0.47 |
| Hex | EC | 82 | 3 | 0 | 2D | 63 | 7 | 21 | 61 | 2F |
| Octal | 354 | 202 | 3 | 0 | 55 | 143 | 7 | 41 | 141 | 57 |
| Binary | 11101100 | 10000010 | 11 | 0 | 101101 | 1100011 | 111 | 100001 | 1100001 | 101111 |
Color Harmonies of #EC8203
Complementary color
Monochromatic Colors of #EC8203
Black with #EC8203
Text Example
Text Example
White with #EC8203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8203; }
p { color: rgb(236,130,3); }
H1.HeaderClassName
{
color: #EC8203;
}
.AnyTagClassName
{
color: #EC8203;
}
</style>
background-color css
<style>
a { background-color: #EC8203; }
a { background-color: rgb(236,130,3); }
div.DivClassName
{
background-color: #EC8203;
}
.BgClassName
{
background-color: #EC8203;
}
</style>
border-color css
<style>
span { border-color: #EC8203; }
span { border-color: rgb(236,130,3); }
td.TdClassName
{
border-color: #EC8203;
}
.TagClassName
{
border-color: #EC8203;
}
</style>