Shades of Tangerine #EC8403
Tints of Tangerine #EC8403
RGB
CMYK
RGB Variations
Color information
#EC8403 (or 0xEC8403) is known color: Tangerine. HEX triplet: EC, 84 and 03. RGB value is (236,132,3). Sum of RGB (Red+Green+Blue) = 236+132+3=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8403 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8403 is #137BFC. Grayscale: #959595. Windows color (decimal): -1276925 or 230636. OLE color: 230636.
HSL color Cylindrical-coordinate representation of color #EC8403: hue angle of 33.22º 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 #EC8403 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 3 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.07 |
| HSL | 33.22º | 0.97% | 0.47% | - |
| HSV(B) | 33.22º | 0.99% | 0.93% | - |
| XYZ | 42.86 | 34.34 | 4.46 | - |
| YUV | 148.39 | 45.96 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 3 | 0 | 0.44 | 0.99 | 0.07 | 33.22 | 0.97 | 0.47 |
| Hex | EC | 84 | 3 | 0 | 2C | 63 | 7 | 21 | 61 | 2F |
| Octal | 354 | 204 | 3 | 0 | 54 | 143 | 7 | 41 | 141 | 57 |
| Binary | 11101100 | 10000100 | 11 | 0 | 101100 | 1100011 | 111 | 100001 | 1100001 | 101111 |
Color Harmonies of #EC8403
Complementary color
Monochromatic Colors of #EC8403
Black with #EC8403
Text Example
Text Example
White with #EC8403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8403; }
p { color: rgb(236,132,3); }
H1.HeaderClassName
{
color: #EC8403;
}
.AnyTagClassName
{
color: #EC8403;
}
</style>
background-color css
<style>
a { background-color: #EC8403; }
a { background-color: rgb(236,132,3); }
div.DivClassName
{
background-color: #EC8403;
}
.BgClassName
{
background-color: #EC8403;
}
</style>
border-color css
<style>
span { border-color: #EC8403; }
span { border-color: rgb(236,132,3); }
td.TdClassName
{
border-color: #EC8403;
}
.TagClassName
{
border-color: #EC8403;
}
</style>