#EF820F

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

Shades of Tangerine #EF820F

Tints of Tangerine #EF820F

Color information

#EF820F (or 0xEF820F) is unknown color: approx Tangerine. HEX triplet: EF, 82 and 0F. RGB value is (239,130,15). Sum of RGB (Red+Green+Blue) = 239+130+15=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF820F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF820F is #107DF0. Grayscale: #969696. Windows color (decimal): -1080817 or 1016559. OLE color: 1016559.

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

Color convert

RGB23913015-
CMYK00.460.940.06
HSL30.8º88.19%49.8%-
HSV(B)30.8º93.72%93.73%-
XYZ43.6734.354.78-
YUV149.4852.11191.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 62.24%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 15 (6.25% from 255) = 3.91%
R=62.24%
G=33.85%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391301500.460.940.0630.888.1949.8
HexEF82F02E5E61f5832
Octal3572021705613663713062
Binary1110111110000010111101011101011110110111111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF820F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF820F; }

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

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

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

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

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

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

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

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