#ED740C

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

Shades of Mango Tango #ED740C

Tints of Mango Tango #ED740C

Color information

#ED740C (or 0xED740C) is unknown color: approx Mango Tango. HEX triplet: ED, 74 and 0C. RGB value is (237,116,12). Sum of RGB (Red+Green+Blue) = 237+116+12=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED740C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED740C is #128BF3. Grayscale: #8C8C8C. Windows color (decimal): -1215476 or 816365. OLE color: 816365.

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

Color convert

RGB23711612-
CMYK00.510.950.07
HSL27.73º90.36%48.82%-
HSV(B)27.73º94.94%92.94%-
XYZ41.2430.524.07-
YUV140.3255.59196.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 64.93%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 12 (5.08% from 255) = 3.29%
R=64.93%
G=31.78%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371161200.510.950.0727.7390.3648.82
HexED74C0335F71c5a31
Octal3551641406313773413261
Binary111011011110100110001100111011111111111001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED740C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED740C; }

 p { color: rgb(237,116,12); }

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

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

 a { background-color: rgb(237,116,12); }

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

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

 span { border-color: rgb(237,116,12); }

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