#EC7705

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

Shades of Mango Tango #EC7705

Tints of Mango Tango #EC7705

Color information

#EC7705 (or 0xEC7705) is unknown color: approx Mango Tango. HEX triplet: EC, 77 and 05. RGB value is (236,119,5). Sum of RGB (Red+Green+Blue) = 236+119+5=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7705 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7705 is #1388FA. Grayscale: #8D8D8D. Windows color (decimal): -1280251 or 358380. OLE color: 358380.

HSL color Cylindrical-coordinate representation of color #EC7705: hue angle of 29.61º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC7705 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB2361195-
CMYK00.500.980.07
HSL29.61º95.85%47.25%-
HSV(B)29.61º97.88%92.55%-
XYZ41.2231.043.96-
YUV140.9951.26195.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.56%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 5 (2.34% from 255) = 1.39%
R=65.56%
G=33.06%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236119500.500.980.0729.6195.8547.25
HexEC7750326271e602f
Octal354167506214273614057
Binary11101100111011110101100101100010111111101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7705; }

 p { color: rgb(236,119,5); }

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

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

 a { background-color: rgb(236,119,5); }

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

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

 span { border-color: rgb(236,119,5); }

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