#ED7400

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

Shades of Mango Tango #ED7400

Tints of Mango Tango #ED7400

Color information

#ED7400 (or 0xED7400) is unknown color: approx Mango Tango. HEX triplet: ED, 74 and 00. RGB value is (237,116,0). Sum of RGB (Red+Green+Blue) = 237+116+0=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7400 is #128BFF. Grayscale: #8B8B8B. Windows color (decimal): -1215488 or 29933. OLE color: 29933.

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

Color convert

RGB2371160-
CMYK00.5110.07
HSL29.37º100%46.47%-
HSV(B)29.37º100%92.94%-
XYZ41.1730.53.72-
YUV138.9549.59197.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.14%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.14%
G=32.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237116000.5110.0729.3710046.47
HexED7400336471d642e
Octal355164006314473514456
Binary111011011110100001100111100100111111011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7400; }

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

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

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

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

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

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

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

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