#ED7402

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

Shades of Mango Tango #ED7402

Tints of Mango Tango #ED7402

Color information

#ED7402 (or 0xED7402) is unknown color: approx Mango Tango. HEX triplet: ED, 74 and 02. RGB value is (237,116,2). Sum of RGB (Red+Green+Blue) = 237+116+2=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7402 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7402 is #128BFD. Grayscale: #8B8B8B. Windows color (decimal): -1215486 or 161005. OLE color: 161005.

HSL color Cylindrical-coordinate representation of color #ED7402: hue angle of 29.11º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED7402 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB2371162-
CMYK00.510.990.07
HSL29.11º98.33%46.86%-
HSV(B)29.11º99.16%92.94%-
XYZ41.1830.53.77-
YUV139.1850.59197.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.76%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=66.76%
G=32.68%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237116200.510.990.0729.1198.3346.86
HexED7420336371d622f
Octal355164206314373514257
Binary1110110111101001001100111100011111111011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7402; }

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

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

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

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

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

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

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

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