Shades of Tangerine #EC880B
Tints of Tangerine #EC880B
RGB
CMYK
RGB Variations
Color information
#EC880B (or 0xEC880B) is known color: Tangerine. HEX triplet: EC, 88 and 0B. RGB value is (236,136,11). Sum of RGB (Red+Green+Blue) = 236+136+11=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC880B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC880B is #1377F4. Grayscale: #989898. Windows color (decimal): -1275893 or 755948. OLE color: 755948.
HSL color Cylindrical-coordinate representation of color #EC880B: hue angle of 33.33º 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 #EC880B is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 11 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.07 |
| HSL | 33.33º | 0.91% | 0.48% | - |
| HSV(B) | 33.33º | 0.95% | 0.93% | - |
| XYZ | 43.46 | 35.47 | 4.87 | - |
| YUV | 151.65 | 48.63 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 11 | 0 | 0.42 | 0.95 | 0.07 | 33.33 | 0.91 | 0.48 |
| Hex | EC | 88 | B | 0 | 2A | 5F | 7 | 21 | 5B | 30 |
| Octal | 354 | 210 | 13 | 0 | 52 | 137 | 7 | 41 | 133 | 60 |
| Binary | 11101100 | 10001000 | 1011 | 0 | 101010 | 1011111 | 111 | 100001 | 1011011 | 110000 |
Color Harmonies of #EC880B
Complementary color
Monochromatic Colors of #EC880B
Black with #EC880B
Text Example
Text Example
White with #EC880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC880B; }
p { color: rgb(236,136,11); }
H1.HeaderClassName
{
color: #EC880B;
}
.AnyTagClassName
{
color: #EC880B;
}
</style>
background-color css
<style>
a { background-color: #EC880B; }
a { background-color: rgb(236,136,11); }
div.DivClassName
{
background-color: #EC880B;
}
.BgClassName
{
background-color: #EC880B;
}
</style>
border-color css
<style>
span { border-color: #EC880B; }
span { border-color: rgb(236,136,11); }
td.TdClassName
{
border-color: #EC880B;
}
.TagClassName
{
border-color: #EC880B;
}
</style>