Shades of Tangerine #EC8A10
Tints of Tangerine #EC8A10
RGB
CMYK
RGB Variations
Color information
#EC8A10 (or 0xEC8A10) is known color: Tangerine. HEX triplet: EC, 8A and 10. RGB value is (236,138,16). Sum of RGB (Red+Green+Blue) = 236+138+16=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8A10 is #1375EF. Grayscale: #999999. Windows color (decimal): -1275376 or 1084140. OLE color: 1084140.
HSL color Cylindrical-coordinate representation of color #EC8A10: hue angle of 33.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC8A10 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 16 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.07 |
| HSL | 33.27º | 0.87% | 0.49% | - |
| HSV(B) | 33.27º | 0.93% | 0.93% | - |
| XYZ | 43.77 | 36.05 | 5.14 | - |
| YUV | 153.39 | 50.47 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 16 | 0 | 0.42 | 0.93 | 0.07 | 33.27 | 0.87 | 0.49 |
| Hex | EC | 8A | 10 | 0 | 2A | 5D | 7 | 21 | 57 | 31 |
| Octal | 354 | 212 | 20 | 0 | 52 | 135 | 7 | 41 | 127 | 61 |
| Binary | 11101100 | 10001010 | 10000 | 0 | 101010 | 1011101 | 111 | 100001 | 1010111 | 110001 |
Color Harmonies of #EC8A10
Complementary color
Monochromatic Colors of #EC8A10
Black with #EC8A10
Text Example
Text Example
White with #EC8A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A10; }
p { color: rgb(236,138,16); }
H1.HeaderClassName
{
color: #EC8A10;
}
.AnyTagClassName
{
color: #EC8A10;
}
</style>
background-color css
<style>
a { background-color: #EC8A10; }
a { background-color: rgb(236,138,16); }
div.DivClassName
{
background-color: #EC8A10;
}
.BgClassName
{
background-color: #EC8A10;
}
</style>
border-color css
<style>
span { border-color: #EC8A10; }
span { border-color: rgb(236,138,16); }
td.TdClassName
{
border-color: #EC8A10;
}
.TagClassName
{
border-color: #EC8A10;
}
</style>