Shades of Tangerine #EF890D
Tints of Tangerine #EF890D
RGB
CMYK
RGB Variations
Color information
#EF890D (or 0xEF890D) is known color: Tangerine. HEX triplet: EF, 89 and 0D. RGB value is (239,137,13). Sum of RGB (Red+Green+Blue) = 239+137+13=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF890D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF890D is #1076F2. Grayscale: #999999. Windows color (decimal): -1079027 or 887279. OLE color: 887279.
HSL color Cylindrical-coordinate representation of color #EF890D: hue angle of 32.92º 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 #EF890D is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 13 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.06 |
| HSL | 32.92º | 0.9% | 0.49% | - |
| HSV(B) | 32.92º | 0.95% | 0.94% | - |
| XYZ | 44.61 | 36.27 | 5.03 | - |
| YUV | 153.36 | 48.79 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 13 | 0 | 0.43 | 0.95 | 0.06 | 32.92 | 0.9 | 0.49 |
| Hex | EF | 89 | D | 0 | 2B | 5F | 6 | 21 | 5A | 31 |
| Octal | 357 | 211 | 15 | 0 | 53 | 137 | 6 | 41 | 132 | 61 |
| Binary | 11101111 | 10001001 | 1101 | 0 | 101011 | 1011111 | 110 | 100001 | 1011010 | 110001 |
Color Harmonies of #EF890D
Complementary color
Monochromatic Colors of #EF890D
Black with #EF890D
Text Example
Text Example
White with #EF890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF890D; }
p { color: rgb(239,137,13); }
H1.HeaderClassName
{
color: #EF890D;
}
.AnyTagClassName
{
color: #EF890D;
}
</style>
background-color css
<style>
a { background-color: #EF890D; }
a { background-color: rgb(239,137,13); }
div.DivClassName
{
background-color: #EF890D;
}
.BgClassName
{
background-color: #EF890D;
}
</style>
border-color css
<style>
span { border-color: #EF890D; }
span { border-color: rgb(239,137,13); }
td.TdClassName
{
border-color: #EF890D;
}
.TagClassName
{
border-color: #EF890D;
}
</style>