Shades of Tangerine #EC7C03
Tints of Tangerine #EC7C03
RGB
CMYK
RGB Variations
Color information
#EC7C03 (or 0xEC7C03) is known color: Tangerine. HEX triplet: EC, 7C and 03. RGB value is (236,124,3). Sum of RGB (Red+Green+Blue) = 236+124+3=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7C03 is #1383FC. Grayscale: #909090. Windows color (decimal): -1278973 or 228588. OLE color: 228588.
HSL color Cylindrical-coordinate representation of color #EC7C03: hue angle of 31.16º 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 #EC7C03 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 3 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.07 |
| HSL | 31.16º | 0.97% | 0.47% | - |
| HSV(B) | 31.16º | 0.99% | 0.93% | - |
| XYZ | 41.82 | 32.25 | 4.11 | - |
| YUV | 143.69 | 48.61 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 3 | 0 | 0.47 | 0.99 | 0.07 | 31.16 | 0.97 | 0.47 |
| Hex | EC | 7C | 3 | 0 | 2F | 63 | 7 | 1F | 61 | 2F |
| Octal | 354 | 174 | 3 | 0 | 57 | 143 | 7 | 37 | 141 | 57 |
| Binary | 11101100 | 1111100 | 11 | 0 | 101111 | 1100011 | 111 | 11111 | 1100001 | 101111 |
Color Harmonies of #EC7C03
Complementary color
Monochromatic Colors of #EC7C03
Black with #EC7C03
Text Example
Text Example
White with #EC7C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C03; }
p { color: rgb(236,124,3); }
H1.HeaderClassName
{
color: #EC7C03;
}
.AnyTagClassName
{
color: #EC7C03;
}
</style>
background-color css
<style>
a { background-color: #EC7C03; }
a { background-color: rgb(236,124,3); }
div.DivClassName
{
background-color: #EC7C03;
}
.BgClassName
{
background-color: #EC7C03;
}
</style>
border-color css
<style>
span { border-color: #EC7C03; }
span { border-color: rgb(236,124,3); }
td.TdClassName
{
border-color: #EC7C03;
}
.TagClassName
{
border-color: #EC7C03;
}
</style>