Shades of Tangerine #EF880F
Tints of Tangerine #EF880F
RGB
CMYK
RGB Variations
Color information
#EF880F (or 0xEF880F) is known color: Tangerine. HEX triplet: EF, 88 and 0F. RGB value is (239,136,15). Sum of RGB (Red+Green+Blue) = 239+136+15=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF880F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF880F is #1077F0. Grayscale: #999999. Windows color (decimal): -1079281 or 1018095. OLE color: 1018095.
HSL color Cylindrical-coordinate representation of color #EF880F: hue angle of 32.41º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF880F is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 15 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.06 |
| HSL | 32.41º | 0.88% | 0.5% | - |
| HSV(B) | 32.41º | 0.94% | 0.94% | - |
| XYZ | 44.49 | 35.99 | 5.05 | - |
| YUV | 153 | 50.12 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 15 | 0 | 0.43 | 0.94 | 0.06 | 32.41 | 0.88 | 0.5 |
| Hex | EF | 88 | F | 0 | 2B | 5E | 6 | 20 | 58 | 32 |
| Octal | 357 | 210 | 17 | 0 | 53 | 136 | 6 | 40 | 130 | 62 |
| Binary | 11101111 | 10001000 | 1111 | 0 | 101011 | 1011110 | 110 | 100000 | 1011000 | 110010 |
Color Harmonies of #EF880F
Complementary color
Monochromatic Colors of #EF880F
Black with #EF880F
Text Example
Text Example
White with #EF880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF880F; }
p { color: rgb(239,136,15); }
H1.HeaderClassName
{
color: #EF880F;
}
.AnyTagClassName
{
color: #EF880F;
}
</style>
background-color css
<style>
a { background-color: #EF880F; }
a { background-color: rgb(239,136,15); }
div.DivClassName
{
background-color: #EF880F;
}
.BgClassName
{
background-color: #EF880F;
}
</style>
border-color css
<style>
span { border-color: #EF880F; }
span { border-color: rgb(239,136,15); }
td.TdClassName
{
border-color: #EF880F;
}
.TagClassName
{
border-color: #EF880F;
}
</style>