Shades of Tangerine #EC8406
Tints of Tangerine #EC8406
RGB
CMYK
RGB Variations
Color information
#EC8406 (or 0xEC8406) is known color: Tangerine. HEX triplet: EC, 84 and 06. RGB value is (236,132,6). Sum of RGB (Red+Green+Blue) = 236+132+6=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8406 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8406 is #137BF9. Grayscale: #959595. Windows color (decimal): -1276922 or 427244. OLE color: 427244.
HSL color Cylindrical-coordinate representation of color #EC8406: hue angle of 32.87º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC8406 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 6 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.07 |
| HSL | 32.87º | 0.95% | 0.47% | - |
| HSV(B) | 32.87º | 0.97% | 0.93% | - |
| XYZ | 42.88 | 34.35 | 4.54 | - |
| YUV | 148.73 | 47.46 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 6 | 0 | 0.44 | 0.97 | 0.07 | 32.87 | 0.95 | 0.47 |
| Hex | EC | 84 | 6 | 0 | 2C | 61 | 7 | 21 | 5F | 2F |
| Octal | 354 | 204 | 6 | 0 | 54 | 141 | 7 | 41 | 137 | 57 |
| Binary | 11101100 | 10000100 | 110 | 0 | 101100 | 1100001 | 111 | 100001 | 1011111 | 101111 |
Color Harmonies of #EC8406
Complementary color
Monochromatic Colors of #EC8406
Black with #EC8406
Text Example
Text Example
White with #EC8406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8406; }
p { color: rgb(236,132,6); }
H1.HeaderClassName
{
color: #EC8406;
}
.AnyTagClassName
{
color: #EC8406;
}
</style>
background-color css
<style>
a { background-color: #EC8406; }
a { background-color: rgb(236,132,6); }
div.DivClassName
{
background-color: #EC8406;
}
.BgClassName
{
background-color: #EC8406;
}
</style>
border-color css
<style>
span { border-color: #EC8406; }
span { border-color: rgb(236,132,6); }
td.TdClassName
{
border-color: #EC8406;
}
.TagClassName
{
border-color: #EC8406;
}
</style>