#EF740F

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

Shades of Mango Tango #EF740F

Tints of Mango Tango #EF740F

Color information

#EF740F (or 0xEF740F) is unknown color: approx Mango Tango. HEX triplet: EF, 74 and 0F. RGB value is (239,116,15). Sum of RGB (Red+Green+Blue) = 239+116+15=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF740F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF740F is #108BF0. Grayscale: #8D8D8D. Windows color (decimal): -1084401 or 1012975. OLE color: 1012975.

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

Color convert

RGB23911615-
CMYK00.510.940.06
HSL27.05º88.19%49.8%-
HSV(B)27.05º93.72%93.73%-
XYZ41.9330.884.2-
YUV141.2656.75197.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.59%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 15 (6.25% from 255) = 4.05%
R=64.59%
G=31.35%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391161500.510.940.0627.0588.1949.8
HexEF74F0335E61b5832
Octal3571641706313663313062
Binary111011111110100111101100111011110110110111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF740F; }

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

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

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

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

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

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

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

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