#ED7600

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

Shades of Mango Tango #ED7600

Tints of Mango Tango #ED7600

Color information

#ED7600 (or 0xED7600) is unknown color: approx Mango Tango. HEX triplet: ED, 76 and 00. RGB value is (237,118,0). Sum of RGB (Red+Green+Blue) = 237+118+0=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7600 is #1289FF. Grayscale: #8C8C8C. Windows color (decimal): -1214976 or 30445. OLE color: 30445.

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

Color convert

RGB2371180-
CMYK00.5010.07
HSL29.87º100%46.47%-
HSV(B)29.87º100%92.94%-
XYZ41.430.963.79-
YUV140.1348.92197.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.76%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.76%
G=33.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237118000.5010.0729.8710046.47
HexED7600326471e642e
Octal355166006214473614456
Binary111011011110110001100101100100111111101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7600; }

 p { color: rgb(237,118,0); }

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

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

 a { background-color: rgb(237,118,0); }

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

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

 span { border-color: rgb(237,118,0); }

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