#EF8311

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

Shades of Tangerine #EF8311

Tints of Tangerine #EF8311

Color information

#EF8311 (or 0xEF8311) is unknown color: approx Tangerine. HEX triplet: EF, 83 and 11. RGB value is (239,131,17). Sum of RGB (Red+Green+Blue) = 239+131+17=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8311 is #107CEE. Grayscale: #969696. Windows color (decimal): -1080559 or 1147887. OLE color: 1147887.

HSL color Cylindrical-coordinate representation of color #EF8311: hue angle of 30.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF8311 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB23913117-
CMYK00.450.930.06
HSL30.81º87.4%50.2%-
HSV(B)30.81º92.89%93.73%-
XYZ43.8134.624.9-
YUV150.352.78191.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.76%
GREEN value IS 131 (51.56% from 255) = 33.85%
BLUE value IS 17 (7.03% from 255) = 4.39%
R=61.76%
G=33.85%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391311700.450.930.0630.8187.450.2
HexEF831102D5D61f5732
Octal3572032105513563712762
Binary11101111100000111000101011011011101110111111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8311; }

 p { color: rgb(239,131,17); }

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

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

 a { background-color: rgb(239,131,17); }

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

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

 span { border-color: rgb(239,131,17); }

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