#ED750C

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

Shades of Mango Tango #ED750C

Tints of Mango Tango #ED750C

Color information

#ED750C (or 0xED750C) is unknown color: approx Mango Tango. HEX triplet: ED, 75 and 0C. RGB value is (237,117,12). Sum of RGB (Red+Green+Blue) = 237+117+12=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED750C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED750C is #128AF3. Grayscale: #8D8D8D. Windows color (decimal): -1215220 or 816621. OLE color: 816621.

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

Color convert

RGB23711712-
CMYK00.510.950.07
HSL28º90.36%48.82%-
HSV(B)28º94.94%92.94%-
XYZ41.3530.754.1-
YUV140.9155.26196.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 64.75%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 12 (5.08% from 255) = 3.28%
R=64.75%
G=31.97%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371171200.510.950.072890.3648.82
HexED75C0335F71c5a31
Octal3551651406313773413261
Binary111011011110101110001100111011111111111001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED750C; }

 p { color: rgb(237,117,12); }

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

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

 a { background-color: rgb(237,117,12); }

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

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

 span { border-color: rgb(237,117,12); }

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