Shades of Tangerine #EC7D04
Tints of Tangerine #EC7D04
RGB
CMYK
RGB Variations
Color information
#EC7D04 (or 0xEC7D04) is known color: Tangerine. HEX triplet: EC, 7D and 04. RGB value is (236,125,4). Sum of RGB (Red+Green+Blue) = 236+125+4=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7D04 is #1382FB. Grayscale: #909090. Windows color (decimal): -1278716 or 294380. OLE color: 294380.
HSL color Cylindrical-coordinate representation of color #EC7D04: hue angle of 31.29º 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 #EC7D04 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 4 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.07 |
| HSL | 31.29º | 0.97% | 0.47% | - |
| HSV(B) | 31.29º | 0.98% | 0.93% | - |
| XYZ | 41.95 | 32.51 | 4.18 | - |
| YUV | 144.4 | 48.77 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 4 | 0 | 0.47 | 0.98 | 0.07 | 31.29 | 0.97 | 0.47 |
| Hex | EC | 7D | 4 | 0 | 2F | 62 | 7 | 1F | 61 | 2F |
| Octal | 354 | 175 | 4 | 0 | 57 | 142 | 7 | 37 | 141 | 57 |
| Binary | 11101100 | 1111101 | 100 | 0 | 101111 | 1100010 | 111 | 11111 | 1100001 | 101111 |
Color Harmonies of #EC7D04
Complementary color
Monochromatic Colors of #EC7D04
Black with #EC7D04
Text Example
Text Example
White with #EC7D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D04; }
p { color: rgb(236,125,4); }
H1.HeaderClassName
{
color: #EC7D04;
}
.AnyTagClassName
{
color: #EC7D04;
}
</style>
background-color css
<style>
a { background-color: #EC7D04; }
a { background-color: rgb(236,125,4); }
div.DivClassName
{
background-color: #EC7D04;
}
.BgClassName
{
background-color: #EC7D04;
}
</style>
border-color css
<style>
span { border-color: #EC7D04; }
span { border-color: rgb(236,125,4); }
td.TdClassName
{
border-color: #EC7D04;
}
.TagClassName
{
border-color: #EC7D04;
}
</style>