Shades of Tangerine #EC800B
Tints of Tangerine #EC800B
RGB
CMYK
RGB Variations
Color information
#EC800B (or 0xEC800B) is known color: Tangerine. HEX triplet: EC, 80 and 0B. RGB value is (236,128,11). Sum of RGB (Red+Green+Blue) = 236+128+11=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC800B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC800B is #137FF4. Grayscale: #939393. Windows color (decimal): -1277941 or 753900. OLE color: 753900.
HSL color Cylindrical-coordinate representation of color #EC800B: hue angle of 31.2º 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 #EC800B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 11 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.07 |
| HSL | 31.2º | 0.91% | 0.48% | - |
| HSV(B) | 31.2º | 0.95% | 0.93% | - |
| XYZ | 42.37 | 33.3 | 4.51 | - |
| YUV | 146.95 | 51.28 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 11 | 0 | 0.46 | 0.95 | 0.07 | 31.2 | 0.91 | 0.48 |
| Hex | EC | 80 | B | 0 | 2E | 5F | 7 | 1F | 5B | 30 |
| Octal | 354 | 200 | 13 | 0 | 56 | 137 | 7 | 37 | 133 | 60 |
| Binary | 11101100 | 10000000 | 1011 | 0 | 101110 | 1011111 | 111 | 11111 | 1011011 | 110000 |
Color Harmonies of #EC800B
Complementary color
Monochromatic Colors of #EC800B
Black with #EC800B
Text Example
Text Example
White with #EC800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC800B; }
p { color: rgb(236,128,11); }
H1.HeaderClassName
{
color: #EC800B;
}
.AnyTagClassName
{
color: #EC800B;
}
</style>
background-color css
<style>
a { background-color: #EC800B; }
a { background-color: rgb(236,128,11); }
div.DivClassName
{
background-color: #EC800B;
}
.BgClassName
{
background-color: #EC800B;
}
</style>
border-color css
<style>
span { border-color: #EC800B; }
span { border-color: rgb(236,128,11); }
td.TdClassName
{
border-color: #EC800B;
}
.TagClassName
{
border-color: #EC800B;
}
</style>