#ED6D0D

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

Shades of Mango Tango #ED6D0D

Tints of Mango Tango #ED6D0D

Color information

#ED6D0D (or 0xED6D0D) is unknown color: approx Mango Tango. HEX triplet: ED, 6D and 0D. RGB value is (237,109,13). Sum of RGB (Red+Green+Blue) = 237+109+13=359 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.02% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6D0D is #1292F2. Grayscale: #888888. Windows color (decimal): -1217267 or 880109. OLE color: 880109.

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

Color convert

RGB23710913-
CMYK00.540.950.07
HSL25.71º89.6%49.02%-
HSV(B)25.71º94.51%92.94%-
XYZ40.4728.973.84-
YUV136.3358.41199.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.02%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 13 (5.47% from 255) = 3.62%
R=66.02%
G=30.36%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371091300.540.950.0725.7189.649.02
HexED6DD0365F71a5a31
Octal3551551506613773213261
Binary111011011101101110101101101011111111110101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6D0D; }

 p { color: rgb(237,109,13); }

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

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

 a { background-color: rgb(237,109,13); }

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

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

 span { border-color: rgb(237,109,13); }

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