Shades of Tangerine #EC8704
Tints of Tangerine #EC8704
RGB
CMYK
RGB Variations
Color information
#EC8704 (or 0xEC8704) is known color: Tangerine. HEX triplet: EC, 87 and 04. RGB value is (236,135,4). Sum of RGB (Red+Green+Blue) = 236+135+4=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8704 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8704 is #1378FB. Grayscale: #969696. Windows color (decimal): -1276156 or 296940. OLE color: 296940.
HSL color Cylindrical-coordinate representation of color #EC8704: hue angle of 33.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC8704 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 135 | 4 | - |
CMYK | 0 | 0.43 | 0.98 | 0.07 |
HSL | 33.88º | 0.97% | 0.47% | - |
HSV(B) | 33.88º | 0.98% | 0.93% | - |
XYZ | 43.28 | 35.17 | 4.62 | - |
YUV | 150.27 | 45.46 | 189.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 135 | 4 | 0 | 0.43 | 0.98 | 0.07 | 33.88 | 0.97 | 0.47 |
Hex | EC | 87 | 4 | 0 | 2B | 62 | 7 | 22 | 61 | 2F |
Octal | 354 | 207 | 4 | 0 | 53 | 142 | 7 | 42 | 141 | 57 |
Binary | 11101100 | 10000111 | 100 | 0 | 101011 | 1100010 | 111 | 100010 | 1100001 | 101111 |
Color Harmonies of #EC8704
Complementary color
Monochromatic Colors of #EC8704
Black with #EC8704
Text Example
Text Example
White with #EC8704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8704; }
p { color: rgb(236,135,4); }
H1.HeaderClassName
{
color: #EC8704;
}
.AnyTagClassName
{
color: #EC8704;
}
</style>
background-color css
<style>
a { background-color: #EC8704; }
a { background-color: rgb(236,135,4); }
div.DivClassName
{
background-color: #EC8704;
}
.BgClassName
{
background-color: #EC8704;
}
</style>
border-color css
<style>
span { border-color: #EC8704; }
span { border-color: rgb(236,135,4); }
td.TdClassName
{
border-color: #EC8704;
}
.TagClassName
{
border-color: #EC8704;
}
</style>