Shades of Tangerine #EF8F0D
Tints of Tangerine #EF8F0D
RGB
CMYK
RGB Variations
Color information
#EF8F0D (or 0xEF8F0D) is known color: Tangerine. HEX triplet: EF, 8F and 0D. RGB value is (239,143,13). Sum of RGB (Red+Green+Blue) = 239+143+13=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8F0D is #1070F2. Grayscale: #9D9D9D. Windows color (decimal): -1077491 or 888815. OLE color: 888815.
HSL color Cylindrical-coordinate representation of color #EF8F0D: hue angle of 34.51º 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 #EF8F0D is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 13 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.06 |
| HSL | 34.51º | 0.9% | 0.49% | - |
| HSV(B) | 34.51º | 0.95% | 0.94% | - |
| XYZ | 45.49 | 38.02 | 5.32 | - |
| YUV | 156.88 | 46.8 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 13 | 0 | 0.40 | 0.95 | 0.06 | 34.51 | 0.9 | 0.49 |
| Hex | EF | 8F | D | 0 | 28 | 5F | 6 | 23 | 5A | 31 |
| Octal | 357 | 217 | 15 | 0 | 50 | 137 | 6 | 43 | 132 | 61 |
| Binary | 11101111 | 10001111 | 1101 | 0 | 101000 | 1011111 | 110 | 100011 | 1011010 | 110001 |
Color Harmonies of #EF8F0D
Complementary color
Monochromatic Colors of #EF8F0D
Black with #EF8F0D
Text Example
Text Example
White with #EF8F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F0D; }
p { color: rgb(239,143,13); }
H1.HeaderClassName
{
color: #EF8F0D;
}
.AnyTagClassName
{
color: #EF8F0D;
}
</style>
background-color css
<style>
a { background-color: #EF8F0D; }
a { background-color: rgb(239,143,13); }
div.DivClassName
{
background-color: #EF8F0D;
}
.BgClassName
{
background-color: #EF8F0D;
}
</style>
border-color css
<style>
span { border-color: #EF8F0D; }
span { border-color: rgb(239,143,13); }
td.TdClassName
{
border-color: #EF8F0D;
}
.TagClassName
{
border-color: #EF8F0D;
}
</style>