#ED7A02

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

Shades of Mango Tango #ED7A02

Tints of Mango Tango #ED7A02

Color information

#ED7A02 (or 0xED7A02) is unknown color: approx Mango Tango. HEX triplet: ED, 7A and 02. RGB value is (237,122,2). Sum of RGB (Red+Green+Blue) = 237+122+2=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7A02 is #1285FD. Grayscale: #8F8F8F. Windows color (decimal): -1213950 or 162541. OLE color: 162541.

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

Color convert

RGB2371222-
CMYK00.490.990.07
HSL30.64º98.33%46.86%-
HSV(B)30.64º99.16%92.94%-
XYZ41.931.934.01-
YUV142.748.6195.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 65.65%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=65.65%
G=33.80%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237122200.490.990.0730.6498.3346.86
HexED7A20316371f622f
Octal355172206114373714257
Binary1110110111110101001100011100011111111111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7A02; }

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

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

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

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

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

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

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

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