#EF700D

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

Shades of Mango Tango #EF700D

Tints of Mango Tango #EF700D

Color information

#EF700D (or 0xEF700D) is unknown color: approx Mango Tango. HEX triplet: EF, 70 and 0D. RGB value is (239,112,13). Sum of RGB (Red+Green+Blue) = 239+112+13=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF700D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF700D is #108FF2. Grayscale: #8B8B8B. Windows color (decimal): -1085427 or 880879. OLE color: 880879.

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

Color convert

RGB23911213-
CMYK00.530.950.06
HSL26.28º89.68%49.41%-
HSV(B)26.28º94.56%93.73%-
XYZ41.4629.973.98-
YUV138.6957.08199.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 65.66%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 13 (5.47% from 255) = 3.57%
R=65.66%
G=30.77%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.95
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391121300.530.950.0626.2889.6849.41
HexEF70D0355F61a5a31
Octal3571601506513763213261
Binary111011111110000110101101011011111110110101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF700D; }

 p { color: rgb(239,112,13); }

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

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

 a { background-color: rgb(239,112,13); }

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

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

 span { border-color: rgb(239,112,13); }

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