#ed7700

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

Shades of Mango Tango #ED7700

Tints of Mango Tango #ED7700

Color information

#ED7700 (or 0xED7700) is unknown color: approx Mango Tango. HEX triplet: ED, 77 and 00. RGB value is (237,119,0). Sum of RGB (Red+Green+Blue) = 237+119+0=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7700 is #1288FF. Grayscale: #8D8D8D. Windows color (decimal): -1214720 or 30701. OLE color: 30701.

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

Color convert

RGB2371190-
CMYK00.5010.07
HSL30.13º100%46.47%-
HSV(B)30.13º100%92.94%-
XYZ41.5231.23.83-
YUV140.7248.59196.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.57%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.57%
G=33.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237119000.5010.0730.1310046.47
HexED7700326471e642e
Octal355167006214473614456
Binary111011011110111001100101100100111111101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed7700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed7700; }

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

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

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

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

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

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

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

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