#ED7706

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

Shades of Mango Tango #ED7706

Tints of Mango Tango #ED7706

Color information

#ED7706 (or 0xED7706) is unknown color: approx Mango Tango. HEX triplet: ED, 77 and 06. RGB value is (237,119,6). Sum of RGB (Red+Green+Blue) = 237+119+6=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7706 is #1288F9. Grayscale: #8D8D8D. Windows color (decimal): -1214714 or 423917. OLE color: 423917.

HSL color Cylindrical-coordinate representation of color #ED7706: hue angle of 29.35º degrees, saturation: 0.95, 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 #ED7706 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB2371196-
CMYK00.500.970.07
HSL29.35º95.06%47.65%-
HSV(B)29.35º97.47%92.94%-
XYZ41.5531.214.01-
YUV141.451.59196.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 65.47%
GREEN value IS 119 (46.88% from 255) = 32.87%
BLUE value IS 6 (2.73% from 255) = 1.66%
R=65.47%
G=32.87%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237119600.500.970.0729.3595.0647.65
HexED7760326171d5f30
Octal355167606214173513760
Binary11101101111011111001100101100001111111011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7706; }

 p { color: rgb(237,119,6); }

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

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

 a { background-color: rgb(237,119,6); }

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

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

 span { border-color: rgb(237,119,6); }

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