Shades of Tangerine #EF8702
Tints of Tangerine #EF8702
RGB
CMYK
RGB Variations
Color information
#EF8702 (or 0xEF8702) is known color: Tangerine. HEX triplet: EF, 87 and 02. RGB value is (239,135,2). Sum of RGB (Red+Green+Blue) = 239+135+2=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8702 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8702 is #1078FD. Grayscale: #979797. Windows color (decimal): -1079550 or 165871. OLE color: 165871.
HSL color Cylindrical-coordinate representation of color #EF8702: hue angle of 33.67º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF8702 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.06 |
| HSL | 33.67º | 0.98% | 0.47% | - |
| HSV(B) | 33.67º | 0.99% | 0.94% | - |
| XYZ | 44.27 | 35.68 | 4.61 | - |
| YUV | 150.93 | 43.96 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 2 | 0 | 0.44 | 0.99 | 0.06 | 33.67 | 0.98 | 0.47 |
| Hex | EF | 87 | 2 | 0 | 2C | 63 | 6 | 22 | 62 | 2F |
| Octal | 357 | 207 | 2 | 0 | 54 | 143 | 6 | 42 | 142 | 57 |
| Binary | 11101111 | 10000111 | 10 | 0 | 101100 | 1100011 | 110 | 100010 | 1100010 | 101111 |
Color Harmonies of #EF8702
Complementary color
Monochromatic Colors of #EF8702
Black with #EF8702
Text Example
Text Example
White with #EF8702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8702; }
p { color: rgb(239,135,2); }
H1.HeaderClassName
{
color: #EF8702;
}
.AnyTagClassName
{
color: #EF8702;
}
</style>
background-color css
<style>
a { background-color: #EF8702; }
a { background-color: rgb(239,135,2); }
div.DivClassName
{
background-color: #EF8702;
}
.BgClassName
{
background-color: #EF8702;
}
</style>
border-color css
<style>
span { border-color: #EF8702; }
span { border-color: rgb(239,135,2); }
td.TdClassName
{
border-color: #EF8702;
}
.TagClassName
{
border-color: #EF8702;
}
</style>