#ed7a11

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

Shades of Mango Tango #ED7A11

Tints of Mango Tango #ED7A11

Color information

#ED7A11 (or 0xED7A11) is unknown color: approx Mango Tango. HEX triplet: ED, 7A and 11. RGB value is (237,122,17). Sum of RGB (Red+Green+Blue) = 237+122+17=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7A11 is #1285EE. Grayscale: #909090. Windows color (decimal): -1213935 or 1145581. OLE color: 1145581.

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

Color convert

RGB23712217-
CMYK00.490.930.07
HSL28.64º86.61%49.8%-
HSV(B)28.64º92.83%92.94%-
XYZ41.9931.964.49-
YUV144.4156.1194.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 63.03%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 17 (7.03% from 255) = 4.52%
R=63.03%
G=32.45%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371221700.490.930.0728.6486.6149.8
HexED7A110315D71d5732
Octal3551722106113573512762
Binary1110110111110101000101100011011101111111011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed7a11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed7a11; }

 p { color: rgb(237,122,17); }

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

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

 a { background-color: rgb(237,122,17); }

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

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

 span { border-color: rgb(237,122,17); }

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