Shades of Tangerine #EC7F06
Tints of Tangerine #EC7F06
RGB
CMYK
RGB Variations
Color information
#EC7F06 (or 0xEC7F06) is known color: Tangerine. HEX triplet: EC, 7F and 06. RGB value is (236,127,6). Sum of RGB (Red+Green+Blue) = 236+127+6=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 6 (2.73% from 255 or 1.63% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7F06 is #1380F9. Grayscale: #929292. Windows color (decimal): -1278202 or 425964. OLE color: 425964.
HSL color Cylindrical-coordinate representation of color #EC7F06: hue angle of 31.57º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC7F06 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 6 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.07 |
| HSL | 31.57º | 0.95% | 0.47% | - |
| HSV(B) | 31.57º | 0.97% | 0.93% | - |
| XYZ | 42.21 | 33.02 | 4.32 | - |
| YUV | 145.8 | 49.11 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 6 | 0 | 0.46 | 0.97 | 0.07 | 31.57 | 0.95 | 0.47 |
| Hex | EC | 7F | 6 | 0 | 2E | 61 | 7 | 20 | 5F | 2F |
| Octal | 354 | 177 | 6 | 0 | 56 | 141 | 7 | 40 | 137 | 57 |
| Binary | 11101100 | 1111111 | 110 | 0 | 101110 | 1100001 | 111 | 100000 | 1011111 | 101111 |
Color Harmonies of #EC7F06
Complementary color
Monochromatic Colors of #EC7F06
Black with #EC7F06
Text Example
Text Example
White with #EC7F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F06; }
p { color: rgb(236,127,6); }
H1.HeaderClassName
{
color: #EC7F06;
}
.AnyTagClassName
{
color: #EC7F06;
}
</style>
background-color css
<style>
a { background-color: #EC7F06; }
a { background-color: rgb(236,127,6); }
div.DivClassName
{
background-color: #EC7F06;
}
.BgClassName
{
background-color: #EC7F06;
}
</style>
border-color css
<style>
span { border-color: #EC7F06; }
span { border-color: rgb(236,127,6); }
td.TdClassName
{
border-color: #EC7F06;
}
.TagClassName
{
border-color: #EC7F06;
}
</style>