Shades of Tangerine #EF8D0C
Tints of Tangerine #EF8D0C
RGB
CMYK
RGB Variations
Color information
#EF8D0C (or 0xEF8D0C) is known color: Tangerine. HEX triplet: EF, 8D and 0C. RGB value is (239,141,12). Sum of RGB (Red+Green+Blue) = 239+141+12=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8D0C is #1072F3. Grayscale: #9C9C9C. Windows color (decimal): -1078004 or 822767. OLE color: 822767.
HSL color Cylindrical-coordinate representation of color #EF8D0C: hue angle of 34.1º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF8D0C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 12 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.06 |
| HSL | 34.1º | 0.9% | 0.49% | - |
| HSV(B) | 34.1º | 0.95% | 0.94% | - |
| XYZ | 45.19 | 37.43 | 5.19 | - |
| YUV | 155.6 | 46.97 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 12 | 0 | 0.41 | 0.95 | 0.06 | 34.1 | 0.9 | 0.49 |
| Hex | EF | 8D | C | 0 | 29 | 5F | 6 | 22 | 5A | 31 |
| Octal | 357 | 215 | 14 | 0 | 51 | 137 | 6 | 42 | 132 | 61 |
| Binary | 11101111 | 10001101 | 1100 | 0 | 101001 | 1011111 | 110 | 100010 | 1011010 | 110001 |
Color Harmonies of #EF8D0C
Complementary color
Monochromatic Colors of #EF8D0C
Black with #EF8D0C
Text Example
Text Example
White with #EF8D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D0C; }
p { color: rgb(239,141,12); }
H1.HeaderClassName
{
color: #EF8D0C;
}
.AnyTagClassName
{
color: #EF8D0C;
}
</style>
background-color css
<style>
a { background-color: #EF8D0C; }
a { background-color: rgb(239,141,12); }
div.DivClassName
{
background-color: #EF8D0C;
}
.BgClassName
{
background-color: #EF8D0C;
}
</style>
border-color css
<style>
span { border-color: #EF8D0C; }
span { border-color: rgb(239,141,12); }
td.TdClassName
{
border-color: #EF8D0C;
}
.TagClassName
{
border-color: #EF8D0C;
}
</style>