Shades of Tangerine #EC7F09
Tints of Tangerine #EC7F09
RGB
CMYK
RGB Variations
Color information
#EC7F09 (or 0xEC7F09) is known color: Tangerine. HEX triplet: EC, 7F and 09. RGB value is (236,127,9). Sum of RGB (Red+Green+Blue) = 236+127+9=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7F09 is #1380F6. Grayscale: #929292. Windows color (decimal): -1278199 or 622572. OLE color: 622572.
HSL color Cylindrical-coordinate representation of color #EC7F09: hue angle of 31.19º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC7F09 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 9 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.07 |
| HSL | 31.19º | 0.93% | 0.48% | - |
| HSV(B) | 31.19º | 0.96% | 0.93% | - |
| XYZ | 42.23 | 33.03 | 4.41 | - |
| YUV | 146.14 | 50.61 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 9 | 0 | 0.46 | 0.96 | 0.07 | 31.19 | 0.93 | 0.48 |
| Hex | EC | 7F | 9 | 0 | 2E | 60 | 7 | 1F | 5D | 30 |
| Octal | 354 | 177 | 11 | 0 | 56 | 140 | 7 | 37 | 135 | 60 |
| Binary | 11101100 | 1111111 | 1001 | 0 | 101110 | 1100000 | 111 | 11111 | 1011101 | 110000 |
Color Harmonies of #EC7F09
Complementary color
Monochromatic Colors of #EC7F09
Black with #EC7F09
Text Example
Text Example
White with #EC7F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F09; }
p { color: rgb(236,127,9); }
H1.HeaderClassName
{
color: #EC7F09;
}
.AnyTagClassName
{
color: #EC7F09;
}
</style>
background-color css
<style>
a { background-color: #EC7F09; }
a { background-color: rgb(236,127,9); }
div.DivClassName
{
background-color: #EC7F09;
}
.BgClassName
{
background-color: #EC7F09;
}
</style>
border-color css
<style>
span { border-color: #EC7F09; }
span { border-color: rgb(236,127,9); }
td.TdClassName
{
border-color: #EC7F09;
}
.TagClassName
{
border-color: #EC7F09;
}
</style>