#EF6A06

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

Shades of Mango Tango #EF6A06

Tints of Mango Tango #EF6A06

Color information

#EF6A06 (or 0xEF6A06) is unknown color: approx Mango Tango. HEX triplet: EF, 6A and 06. RGB value is (239,106,6). Sum of RGB (Red+Green+Blue) = 239+106+6=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6A06 is #1095F9. Grayscale: #868686. Windows color (decimal): -1086970 or 420591. OLE color: 420591.

HSL color Cylindrical-coordinate representation of color #EF6A06: hue angle of 25.75º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF6A06 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB2391066-
CMYK00.560.970.06
HSL25.75º95.1%48.04%-
HSV(B)25.75º97.49%93.73%-
XYZ40.7828.673.56-
YUV134.3755.56202.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 68.09%
GREEN value IS 106 (41.80% from 255) = 30.20%
BLUE value IS 6 (2.73% from 255) = 1.71%
R=68.09%
G=30.20%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239106600.560.970.0625.7595.148.04
HexEF6A60386161a5f30
Octal357152607014163213760
Binary11101111110101011001110001100001110110101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6A06; }

 p { color: rgb(239,106,6); }

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

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

 a { background-color: rgb(239,106,6); }

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

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

 span { border-color: rgb(239,106,6); }

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