Shades of Tangerine #EF870D
Tints of Tangerine #EF870D
RGB
CMYK
RGB Variations
Color information
#EF870D (or 0xEF870D) is known color: Tangerine. HEX triplet: EF, 87 and 0D. RGB value is (239,135,13). Sum of RGB (Red+Green+Blue) = 239+135+13=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF870D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF870D is #1078F2. Grayscale: #989898. Windows color (decimal): -1079539 or 886767. OLE color: 886767.
HSL color Cylindrical-coordinate representation of color #EF870D: hue angle of 32.39º 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 #EF870D is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 13 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.06 |
| HSL | 32.39º | 0.9% | 0.49% | - |
| HSV(B) | 32.39º | 0.95% | 0.94% | - |
| XYZ | 44.33 | 35.71 | 4.94 | - |
| YUV | 152.19 | 49.46 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 13 | 0 | 0.44 | 0.95 | 0.06 | 32.39 | 0.9 | 0.49 |
| Hex | EF | 87 | D | 0 | 2C | 5F | 6 | 20 | 5A | 31 |
| Octal | 357 | 207 | 15 | 0 | 54 | 137 | 6 | 40 | 132 | 61 |
| Binary | 11101111 | 10000111 | 1101 | 0 | 101100 | 1011111 | 110 | 100000 | 1011010 | 110001 |
Color Harmonies of #EF870D
Complementary color
Monochromatic Colors of #EF870D
Black with #EF870D
Text Example
Text Example
White with #EF870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF870D; }
p { color: rgb(239,135,13); }
H1.HeaderClassName
{
color: #EF870D;
}
.AnyTagClassName
{
color: #EF870D;
}
</style>
background-color css
<style>
a { background-color: #EF870D; }
a { background-color: rgb(239,135,13); }
div.DivClassName
{
background-color: #EF870D;
}
.BgClassName
{
background-color: #EF870D;
}
</style>
border-color css
<style>
span { border-color: #EF870D; }
span { border-color: rgb(239,135,13); }
td.TdClassName
{
border-color: #EF870D;
}
.TagClassName
{
border-color: #EF870D;
}
</style>