Shades of Tangerine #EC810F
Tints of Tangerine #EC810F
RGB
CMYK
RGB Variations
Color information
#EC810F (or 0xEC810F) is known color: Tangerine. HEX triplet: EC, 81 and 0F. RGB value is (236,129,15). Sum of RGB (Red+Green+Blue) = 236+129+15=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC810F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC810F is #137EF0. Grayscale: #949494. Windows color (decimal): -1277681 or 1016300. OLE color: 1016300.
HSL color Cylindrical-coordinate representation of color #EC810F: hue angle of 30.95º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC810F is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 15 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.07 |
| HSL | 30.95º | 0.88% | 0.49% | - |
| HSV(B) | 30.95º | 0.94% | 0.93% | - |
| XYZ | 42.53 | 33.57 | 4.69 | - |
| YUV | 148 | 52.95 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 15 | 0 | 0.45 | 0.94 | 0.07 | 30.95 | 0.88 | 0.49 |
| Hex | EC | 81 | F | 0 | 2D | 5E | 7 | 1F | 58 | 31 |
| Octal | 354 | 201 | 17 | 0 | 55 | 136 | 7 | 37 | 130 | 61 |
| Binary | 11101100 | 10000001 | 1111 | 0 | 101101 | 1011110 | 111 | 11111 | 1011000 | 110001 |
Color Harmonies of #EC810F
Complementary color
Monochromatic Colors of #EC810F
Black with #EC810F
Text Example
Text Example
White with #EC810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC810F; }
p { color: rgb(236,129,15); }
H1.HeaderClassName
{
color: #EC810F;
}
.AnyTagClassName
{
color: #EC810F;
}
</style>
background-color css
<style>
a { background-color: #EC810F; }
a { background-color: rgb(236,129,15); }
div.DivClassName
{
background-color: #EC810F;
}
.BgClassName
{
background-color: #EC810F;
}
</style>
border-color css
<style>
span { border-color: #EC810F; }
span { border-color: rgb(236,129,15); }
td.TdClassName
{
border-color: #EC810F;
}
.TagClassName
{
border-color: #EC810F;
}
</style>