Shades of Tangerine #EC8803
Tints of Tangerine #EC8803
RGB
CMYK
RGB Variations
Color information
#EC8803 (or 0xEC8803) is known color: Tangerine. HEX triplet: EC, 88 and 03. RGB value is (236,136,3). Sum of RGB (Red+Green+Blue) = 236+136+3=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8803 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8803 is #1377FC. Grayscale: #979797. Windows color (decimal): -1275901 or 231660. OLE color: 231660.
HSL color Cylindrical-coordinate representation of color #EC8803: hue angle of 34.25º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC8803 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.07 |
| HSL | 34.25º | 0.97% | 0.47% | - |
| HSV(B) | 34.25º | 0.99% | 0.93% | - |
| XYZ | 43.41 | 35.45 | 4.64 | - |
| YUV | 150.74 | 44.63 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 3 | 0 | 0.42 | 0.99 | 0.07 | 34.25 | 0.97 | 0.47 |
| Hex | EC | 88 | 3 | 0 | 2A | 63 | 7 | 22 | 61 | 2F |
| Octal | 354 | 210 | 3 | 0 | 52 | 143 | 7 | 42 | 141 | 57 |
| Binary | 11101100 | 10001000 | 11 | 0 | 101010 | 1100011 | 111 | 100010 | 1100001 | 101111 |
Color Harmonies of #EC8803
Complementary color
Monochromatic Colors of #EC8803
Black with #EC8803
Text Example
Text Example
White with #EC8803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8803; }
p { color: rgb(236,136,3); }
H1.HeaderClassName
{
color: #EC8803;
}
.AnyTagClassName
{
color: #EC8803;
}
</style>
background-color css
<style>
a { background-color: #EC8803; }
a { background-color: rgb(236,136,3); }
div.DivClassName
{
background-color: #EC8803;
}
.BgClassName
{
background-color: #EC8803;
}
</style>
border-color css
<style>
span { border-color: #EC8803; }
span { border-color: rgb(236,136,3); }
td.TdClassName
{
border-color: #EC8803;
}
.TagClassName
{
border-color: #EC8803;
}
</style>