Shades of Tangerine #EC8807
Tints of Tangerine #EC8807
RGB
CMYK
RGB Variations
Color information
#EC8807 (or 0xEC8807) is known color: Tangerine. HEX triplet: EC, 88 and 07. RGB value is (236,136,7). Sum of RGB (Red+Green+Blue) = 236+136+7=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8807 is #1377F8. Grayscale: #979797. Windows color (decimal): -1275897 or 493804. OLE color: 493804.
HSL color Cylindrical-coordinate representation of color #EC8807: hue angle of 33.8º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC8807 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 7 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.07 |
| HSL | 33.8º | 0.94% | 0.48% | - |
| HSV(B) | 33.8º | 0.97% | 0.93% | - |
| XYZ | 43.43 | 35.46 | 4.76 | - |
| YUV | 151.19 | 46.63 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 7 | 0 | 0.42 | 0.97 | 0.07 | 33.8 | 0.94 | 0.48 |
| Hex | EC | 88 | 7 | 0 | 2A | 61 | 7 | 22 | 5E | 30 |
| Octal | 354 | 210 | 7 | 0 | 52 | 141 | 7 | 42 | 136 | 60 |
| Binary | 11101100 | 10001000 | 111 | 0 | 101010 | 1100001 | 111 | 100010 | 1011110 | 110000 |
Color Harmonies of #EC8807
Complementary color
Monochromatic Colors of #EC8807
Black with #EC8807
Text Example
Text Example
White with #EC8807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8807; }
p { color: rgb(236,136,7); }
H1.HeaderClassName
{
color: #EC8807;
}
.AnyTagClassName
{
color: #EC8807;
}
</style>
background-color css
<style>
a { background-color: #EC8807; }
a { background-color: rgb(236,136,7); }
div.DivClassName
{
background-color: #EC8807;
}
.BgClassName
{
background-color: #EC8807;
}
</style>
border-color css
<style>
span { border-color: #EC8807; }
span { border-color: rgb(236,136,7); }
td.TdClassName
{
border-color: #EC8807;
}
.TagClassName
{
border-color: #EC8807;
}
</style>