#EF860F

Color #EF860F Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangerine #EF860F

Tints of Tangerine #EF860F

Color information

#EF860F (or 0xEF860F) is unknown color: approx Tangerine. HEX triplet: EF, 86 and 0F. RGB value is (239,134,15). Sum of RGB (Red+Green+Blue) = 239+134+15=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF860F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF860F is #1079F0. Grayscale: #989898. Windows color (decimal): -1079793 or 1017583. OLE color: 1017583.

HSL color Cylindrical-coordinate representation of color #EF860F: hue angle of 31.88º 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 #EF860F is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB23913415-
CMYK00.440.940.06
HSL31.88º88.19%49.8%-
HSV(B)31.88º93.72%93.73%-
XYZ44.2135.444.96-
YUV151.8350.79190.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 61.60%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 15 (6.25% from 255) = 3.87%
R=61.60%
G=34.54%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391341500.440.940.0631.8888.1949.8
HexEF86F02C5E6205832
Octal3572061705413664013062
Binary11101111100001101111010110010111101101000001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF860F; }

 p { color: rgb(239,134,15); }

 H1.HeaderClassName
 {
   color: #EF860F;
 }
 .AnyTagClassName
 {
   color: #EF860F;
 }
</style>
background-color css

<style>
 a { background-color: #EF860F; }

 a { background-color: rgb(239,134,15); }

 div.DivClassName
 {
   background-color: #EF860F;
 }
 .BgClassName
 {
   background-color: #EF860F;
 }
</style>
border-color css

<style>
 span { border-color: #EF860F; }

 span { border-color: rgb(239,134,15); }

 td.TdClassName
 {
   border-color: #EF860F;
 }
 .TagClassName
 {
   border-color: #EF860F;
 }
</style>