#ED730A

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

Shades of Mango Tango #ED730A

Tints of Mango Tango #ED730A

Color information

#ED730A (or 0xED730A) is unknown color: approx Mango Tango. HEX triplet: ED, 73 and 0A. RGB value is (237,115,10). Sum of RGB (Red+Green+Blue) = 237+115+10=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED730A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED730A is #128CF5. Grayscale: #8C8C8C. Windows color (decimal): -1215734 or 685037. OLE color: 685037.

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

Color convert

RGB23711510-
CMYK00.510.960.07
HSL27.75º91.9%48.43%-
HSV(B)27.75º95.78%92.94%-
XYZ41.1130.293.97-
YUV139.5154.92197.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 65.47%
GREEN value IS 115 (45.31% from 255) = 31.77%
BLUE value IS 10 (4.30% from 255) = 2.76%
R=65.47%
G=31.77%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371151000.510.960.0727.7591.948.43
HexED73A0336071c5c30
Octal3551631206314073413460
Binary111011011110011101001100111100000111111001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED730A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED730A; }

 p { color: rgb(237,115,10); }

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

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

 a { background-color: rgb(237,115,10); }

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

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

 span { border-color: rgb(237,115,10); }

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