Shades of Tangerine #EC7D0C
Tints of Tangerine #EC7D0C
RGB
CMYK
RGB Variations
Color information
#EC7D0C (or 0xEC7D0C) is known color: Tangerine. HEX triplet: EC, 7D and 0C. RGB value is (236,125,12). Sum of RGB (Red+Green+Blue) = 236+125+12=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7D0C is #1382F3. Grayscale: #919191. Windows color (decimal): -1278708 or 818668. OLE color: 818668.
HSL color Cylindrical-coordinate representation of color #EC7D0C: hue angle of 30.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC7D0C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.07 |
| HSL | 30.27º | 0.9% | 0.49% | - |
| HSV(B) | 30.27º | 0.95% | 0.93% | - |
| XYZ | 41.99 | 32.53 | 4.41 | - |
| YUV | 145.31 | 52.77 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 12 | 0 | 0.47 | 0.95 | 0.07 | 30.27 | 0.9 | 0.49 |
| Hex | EC | 7D | C | 0 | 2F | 5F | 7 | 1E | 5A | 31 |
| Octal | 354 | 175 | 14 | 0 | 57 | 137 | 7 | 36 | 132 | 61 |
| Binary | 11101100 | 1111101 | 1100 | 0 | 101111 | 1011111 | 111 | 11110 | 1011010 | 110001 |
Color Harmonies of #EC7D0C
Complementary color
Monochromatic Colors of #EC7D0C
Black with #EC7D0C
Text Example
Text Example
White with #EC7D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D0C; }
p { color: rgb(236,125,12); }
H1.HeaderClassName
{
color: #EC7D0C;
}
.AnyTagClassName
{
color: #EC7D0C;
}
</style>
background-color css
<style>
a { background-color: #EC7D0C; }
a { background-color: rgb(236,125,12); }
div.DivClassName
{
background-color: #EC7D0C;
}
.BgClassName
{
background-color: #EC7D0C;
}
</style>
border-color css
<style>
span { border-color: #EC7D0C; }
span { border-color: rgb(236,125,12); }
td.TdClassName
{
border-color: #EC7D0C;
}
.TagClassName
{
border-color: #EC7D0C;
}
</style>