#ED7000

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

Shades of Mango Tango #ED7000

Tints of Mango Tango #ED7000

Color information

#ED7000 (or 0xED7000) is unknown color: approx Mango Tango. HEX triplet: ED, 70 and 00. RGB value is (237,112,0). Sum of RGB (Red+Green+Blue) = 237+112+0=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7000 is #128FFF. Grayscale: #898989. Windows color (decimal): -1216512 or 28909. OLE color: 28909.

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

Color convert

RGB2371120-
CMYK00.5310.07
HSL28.35º100%46.47%-
HSV(B)28.35º100%92.94%-
XYZ40.7229.593.57-
YUV136.6150.91199.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.91%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.91%
G=32.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237112000.5310.0728.3510046.47
HexED7000356471c642e
Octal355160006514473414456
Binary111011011110000001101011100100111111001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7000; }

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

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

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

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

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

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

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

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