Shades of Tangerine #EC810B
Tints of Tangerine #EC810B
RGB
CMYK
RGB Variations
Color information
#EC810B (or 0xEC810B) is known color: Tangerine. HEX triplet: EC, 81 and 0B. RGB value is (236,129,11). Sum of RGB (Red+Green+Blue) = 236+129+11=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC810B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC810B is #137EF4. Grayscale: #949494. Windows color (decimal): -1277685 or 754156. OLE color: 754156.
HSL color Cylindrical-coordinate representation of color #EC810B: hue angle of 31.47º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC810B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 11 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.07 |
| HSL | 31.47º | 0.91% | 0.48% | - |
| HSV(B) | 31.47º | 0.95% | 0.93% | - |
| XYZ | 42.5 | 33.56 | 4.55 | - |
| YUV | 147.54 | 50.95 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 11 | 0 | 0.45 | 0.95 | 0.07 | 31.47 | 0.91 | 0.48 |
| Hex | EC | 81 | B | 0 | 2D | 5F | 7 | 1F | 5B | 30 |
| Octal | 354 | 201 | 13 | 0 | 55 | 137 | 7 | 37 | 133 | 60 |
| Binary | 11101100 | 10000001 | 1011 | 0 | 101101 | 1011111 | 111 | 11111 | 1011011 | 110000 |
Color Harmonies of #EC810B
Complementary color
Monochromatic Colors of #EC810B
Black with #EC810B
Text Example
Text Example
White with #EC810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC810B; }
p { color: rgb(236,129,11); }
H1.HeaderClassName
{
color: #EC810B;
}
.AnyTagClassName
{
color: #EC810B;
}
</style>
background-color css
<style>
a { background-color: #EC810B; }
a { background-color: rgb(236,129,11); }
div.DivClassName
{
background-color: #EC810B;
}
.BgClassName
{
background-color: #EC810B;
}
</style>
border-color css
<style>
span { border-color: #EC810B; }
span { border-color: rgb(236,129,11); }
td.TdClassName
{
border-color: #EC810B;
}
.TagClassName
{
border-color: #EC810B;
}
</style>