Shades of Tangerine #EC810D
Tints of Tangerine #EC810D
RGB
CMYK
RGB Variations
Color information
#EC810D (or 0xEC810D) is known color: Tangerine. HEX triplet: EC, 81 and 0D. RGB value is (236,129,13). Sum of RGB (Red+Green+Blue) = 236+129+13=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC810D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC810D is #137EF2. Grayscale: #949494. Windows color (decimal): -1277683 or 885228. OLE color: 885228.
HSL color Cylindrical-coordinate representation of color #EC810D: hue angle of 31.21º degrees, saturation: 0.9, 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 #EC810D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 13 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.07 |
| HSL | 31.21º | 0.9% | 0.49% | - |
| HSV(B) | 31.21º | 0.94% | 0.93% | - |
| XYZ | 42.51 | 33.56 | 4.62 | - |
| YUV | 147.77 | 51.95 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 13 | 0 | 0.45 | 0.94 | 0.07 | 31.21 | 0.9 | 0.49 |
| Hex | EC | 81 | D | 0 | 2D | 5E | 7 | 1F | 5A | 31 |
| Octal | 354 | 201 | 15 | 0 | 55 | 136 | 7 | 37 | 132 | 61 |
| Binary | 11101100 | 10000001 | 1101 | 0 | 101101 | 1011110 | 111 | 11111 | 1011010 | 110001 |
Color Harmonies of #EC810D
Complementary color
Monochromatic Colors of #EC810D
Black with #EC810D
Text Example
Text Example
White with #EC810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC810D; }
p { color: rgb(236,129,13); }
H1.HeaderClassName
{
color: #EC810D;
}
.AnyTagClassName
{
color: #EC810D;
}
</style>
background-color css
<style>
a { background-color: #EC810D; }
a { background-color: rgb(236,129,13); }
div.DivClassName
{
background-color: #EC810D;
}
.BgClassName
{
background-color: #EC810D;
}
</style>
border-color css
<style>
span { border-color: #EC810D; }
span { border-color: rgb(236,129,13); }
td.TdClassName
{
border-color: #EC810D;
}
.TagClassName
{
border-color: #EC810D;
}
</style>