Shades of Tangerine #EC8306
Tints of Tangerine #EC8306
RGB
CMYK
RGB Variations
Color information
#EC8306 (or 0xEC8306) is known color: Tangerine. HEX triplet: EC, 83 and 06. RGB value is (236,131,6). Sum of RGB (Red+Green+Blue) = 236+131+6=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 6 (2.73% from 255 or 1.61% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8306 is #137CF9. Grayscale: #949494. Windows color (decimal): -1277178 or 426988. OLE color: 426988.
HSL color Cylindrical-coordinate representation of color #EC8306: hue angle of 32.61º 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 #EC8306 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 6 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.07 |
| HSL | 32.61º | 0.95% | 0.47% | - |
| HSV(B) | 32.61º | 0.97% | 0.93% | - |
| XYZ | 42.74 | 34.08 | 4.5 | - |
| YUV | 148.15 | 47.79 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 6 | 0 | 0.44 | 0.97 | 0.07 | 32.61 | 0.95 | 0.47 |
| Hex | EC | 83 | 6 | 0 | 2C | 61 | 7 | 21 | 5F | 2F |
| Octal | 354 | 203 | 6 | 0 | 54 | 141 | 7 | 41 | 137 | 57 |
| Binary | 11101100 | 10000011 | 110 | 0 | 101100 | 1100001 | 111 | 100001 | 1011111 | 101111 |
Color Harmonies of #EC8306
Complementary color
Monochromatic Colors of #EC8306
Black with #EC8306
Text Example
Text Example
White with #EC8306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8306; }
p { color: rgb(236,131,6); }
H1.HeaderClassName
{
color: #EC8306;
}
.AnyTagClassName
{
color: #EC8306;
}
</style>
background-color css
<style>
a { background-color: #EC8306; }
a { background-color: rgb(236,131,6); }
div.DivClassName
{
background-color: #EC8306;
}
.BgClassName
{
background-color: #EC8306;
}
</style>
border-color css
<style>
span { border-color: #EC8306; }
span { border-color: rgb(236,131,6); }
td.TdClassName
{
border-color: #EC8306;
}
.TagClassName
{
border-color: #EC8306;
}
</style>