Shades of Tangerine #EC7F0B
Tints of Tangerine #EC7F0B
RGB
CMYK
RGB Variations
Color information
#EC7F0B (or 0xEC7F0B) is known color: Tangerine. HEX triplet: EC, 7F and 0B. RGB value is (236,127,11). Sum of RGB (Red+Green+Blue) = 236+127+11=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7F0B is #1380F4. Grayscale: #929292. Windows color (decimal): -1278197 or 753644. OLE color: 753644.
HSL color Cylindrical-coordinate representation of color #EC7F0B: hue angle of 30.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC7F0B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 11 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.07 |
| HSL | 30.93º | 0.91% | 0.48% | - |
| HSV(B) | 30.93º | 0.95% | 0.93% | - |
| XYZ | 42.24 | 33.04 | 4.47 | - |
| YUV | 146.37 | 51.61 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 11 | 0 | 0.46 | 0.95 | 0.07 | 30.93 | 0.91 | 0.48 |
| Hex | EC | 7F | B | 0 | 2E | 5F | 7 | 1F | 5B | 30 |
| Octal | 354 | 177 | 13 | 0 | 56 | 137 | 7 | 37 | 133 | 60 |
| Binary | 11101100 | 1111111 | 1011 | 0 | 101110 | 1011111 | 111 | 11111 | 1011011 | 110000 |
Color Harmonies of #EC7F0B
Complementary color
Monochromatic Colors of #EC7F0B
Black with #EC7F0B
Text Example
Text Example
White with #EC7F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F0B; }
p { color: rgb(236,127,11); }
H1.HeaderClassName
{
color: #EC7F0B;
}
.AnyTagClassName
{
color: #EC7F0B;
}
</style>
background-color css
<style>
a { background-color: #EC7F0B; }
a { background-color: rgb(236,127,11); }
div.DivClassName
{
background-color: #EC7F0B;
}
.BgClassName
{
background-color: #EC7F0B;
}
</style>
border-color css
<style>
span { border-color: #EC7F0B; }
span { border-color: rgb(236,127,11); }
td.TdClassName
{
border-color: #EC7F0B;
}
.TagClassName
{
border-color: #EC7F0B;
}
</style>