#ED7B02

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

Shades of Mango Tango #ED7B02

Tints of Mango Tango #ED7B02

Color information

#ED7B02 (or 0xED7B02) is unknown color: approx Mango Tango. HEX triplet: ED, 7B and 02. RGB value is (237,123,2). Sum of RGB (Red+Green+Blue) = 237+123+2=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7B02 is #1284FD. Grayscale: #8F8F8F. Windows color (decimal): -1213694 or 162797. OLE color: 162797.

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

Color convert

RGB2371232-
CMYK00.480.990.07
HSL30.89º98.33%46.86%-
HSV(B)30.89º99.16%92.94%-
XYZ42.0232.174.05-
YUV143.2948.27194.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 65.47%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=65.47%
G=33.98%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237123200.480.990.0730.8998.3346.86
HexED7B20306371f622f
Octal355173206014373714257
Binary1110110111110111001100001100011111111111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7B02; }

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

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

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

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

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

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

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

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