#EF840F

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

Shades of Tangerine #EF840F

Tints of Tangerine #EF840F

Color information

#EF840F (or 0xEF840F) is unknown color: approx Tangerine. HEX triplet: EF, 84 and 0F. RGB value is (239,132,15). Sum of RGB (Red+Green+Blue) = 239+132+15=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF840F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF840F is #107BF0. Grayscale: #979797. Windows color (decimal): -1080305 or 1017071. OLE color: 1017071.

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

Color convert

RGB23913215-
CMYK00.450.940.06
HSL31.34º88.19%49.8%-
HSV(B)31.34º93.72%93.73%-
XYZ43.9334.894.87-
YUV150.6651.45191.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.92%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 15 (6.25% from 255) = 3.89%
R=61.92%
G=34.20%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391321500.450.940.0631.3488.1949.8
HexEF84F02D5E61f5832
Octal3572041705513663713062
Binary1110111110000100111101011011011110110111111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF840F; }

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

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

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

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

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

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

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

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