#ED6811

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

Shades of Mango Tango #ED6811

Tints of Mango Tango #ED6811

Color information

#ED6811 (or 0xED6811) is unknown color: approx Mango Tango. HEX triplet: ED, 68 and 11. RGB value is (237,104,17). Sum of RGB (Red+Green+Blue) = 237+104+17=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6811 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6811 is #1297EE. Grayscale: #868686. Windows color (decimal): -1218543 or 1140973. OLE color: 1140973.

HSL color Cylindrical-coordinate representation of color #ED6811: hue angle of 23.73º 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 #ED6811 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB23710417-
CMYK00.560.930.07
HSL23.73º86.61%49.8%-
HSV(B)23.73º92.83%92.94%-
XYZ39.9827.953.82-
YUV133.8562.06201.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.20%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 17 (7.03% from 255) = 4.75%
R=66.20%
G=29.05%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371041700.560.930.0723.7386.6149.8
HexED68110385D7185732
Octal3551502107013573012762
Binary1110110111010001000101110001011101111110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6811; }

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

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

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

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

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

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

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

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