Shades of Tangerine #EC8C0B
Tints of Tangerine #EC8C0B
RGB
CMYK
RGB Variations
Color information
#EC8C0B (or 0xEC8C0B) is known color: Tangerine. HEX triplet: EC, 8C and 0B. RGB value is (236,140,11). Sum of RGB (Red+Green+Blue) = 236+140+11=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8C0B is #1373F4. Grayscale: #9A9A9A. Windows color (decimal): -1274869 or 756972. OLE color: 756972.
HSL color Cylindrical-coordinate representation of color #EC8C0B: hue angle of 34.4º 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 #EC8C0B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 11 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.07 |
| HSL | 34.4º | 0.91% | 0.48% | - |
| HSV(B) | 34.4º | 0.95% | 0.93% | - |
| XYZ | 44.03 | 36.61 | 5.06 | - |
| YUV | 154 | 47.3 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 11 | 0 | 0.41 | 0.95 | 0.07 | 34.4 | 0.91 | 0.48 |
| Hex | EC | 8C | B | 0 | 29 | 5F | 7 | 22 | 5B | 30 |
| Octal | 354 | 214 | 13 | 0 | 51 | 137 | 7 | 42 | 133 | 60 |
| Binary | 11101100 | 10001100 | 1011 | 0 | 101001 | 1011111 | 111 | 100010 | 1011011 | 110000 |
Color Harmonies of #EC8C0B
Complementary color
Monochromatic Colors of #EC8C0B
Black with #EC8C0B
Text Example
Text Example
White with #EC8C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C0B; }
p { color: rgb(236,140,11); }
H1.HeaderClassName
{
color: #EC8C0B;
}
.AnyTagClassName
{
color: #EC8C0B;
}
</style>
background-color css
<style>
a { background-color: #EC8C0B; }
a { background-color: rgb(236,140,11); }
div.DivClassName
{
background-color: #EC8C0B;
}
.BgClassName
{
background-color: #EC8C0B;
}
</style>
border-color css
<style>
span { border-color: #EC8C0B; }
span { border-color: rgb(236,140,11); }
td.TdClassName
{
border-color: #EC8C0B;
}
.TagClassName
{
border-color: #EC8C0B;
}
</style>