#EC7A07

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

Shades of Mango Tango #EC7A07

Tints of Mango Tango #EC7A07

Color information

#EC7A07 (or 0xEC7A07) is unknown color: approx Mango Tango. HEX triplet: EC, 7A and 07. RGB value is (236,122,7). Sum of RGB (Red+Green+Blue) = 236+122+7=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7A07 is #1385F8. Grayscale: #8F8F8F. Windows color (decimal): -1279481 or 490220. OLE color: 490220.

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

Color convert

RGB2361227-
CMYK00.480.970.07
HSL30.13º94.24%47.65%-
HSV(B)30.13º97.03%92.55%-
XYZ41.5931.774.14-
YUV142.9851.27194.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 64.66%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 7 (3.12% from 255) = 1.92%
R=64.66%
G=33.42%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236122700.480.970.0730.1394.2447.65
HexEC7A70306171e5e30
Octal354172706014173613660
Binary11101100111101011101100001100001111111101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7A07; }

 p { color: rgb(236,122,7); }

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

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

 a { background-color: rgb(236,122,7); }

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

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

 span { border-color: rgb(236,122,7); }

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