#EC760D

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

Shades of Mango Tango #EC760D

Tints of Mango Tango #EC760D

Color information

#EC760D (or 0xEC760D) is unknown color: approx Mango Tango. HEX triplet: EC, 76 and 0D. RGB value is (236,118,13). Sum of RGB (Red+Green+Blue) = 236+118+13=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC760D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC760D is #1389F2. Grayscale: #8D8D8D. Windows color (decimal): -1280499 or 882412. OLE color: 882412.

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

Color convert

RGB23611813-
CMYK00.50.940.07
HSL28.25º89.56%48.82%-
HSV(B)28.25º94.49%92.55%-
XYZ41.1430.824.16-
YUV141.3155.59195.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 64.31%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 13 (5.47% from 255) = 3.54%
R=64.31%
G=32.15%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361181300.50.940.0728.2589.5648.82
HexEC76D0325E71c5a31
Octal3541661506213673413261
Binary111011001110110110101100101011110111111001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC760D; }

 p { color: rgb(236,118,13); }

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

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

 a { background-color: rgb(236,118,13); }

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

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

 span { border-color: rgb(236,118,13); }

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