Html Css Color HEX #ED730E Mango Tango

📋 copy color: '#ED730E'

red 237 ◦ green 115 ◦ blue 14

#ED730E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mango Tango #ED730E

Tints of Mango Tango #ED730E

RGB

 RED value IS 237 (92.97% from 255) = 64.75%

 GREEN value IS 115 (45.31% from 255) = 31.42%

 BLUE value IS 14 (5.86% from 255) = 3.83%

R = 64.75%
G = 31.42%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED730E (or 0xED730E) is known color: Mango Tango. HEX triplet: ED, 73 and 0E. RGB value is (237,115,14). Sum of RGB (Red+Green+Blue) = 237+115+14=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED730E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED730E is #128CF1. Grayscale: #8C8C8C. Windows color (decimal): -1215730 or 947181. OLE color: 947181.

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

Color convert

RGB 237 115 14 -
CMYK 0 0.51 0.94 0.07
HSL 27.17º 0.89% 0.49% -
HSV(B) 27.17º 0.94% 0.93% -
XYZ 41.14 30.3 4.1 -
YUV 139.96 56.92 197.21 -
System Red Green Blue C M Y K H S L
Decimal 237 115 14 0 0.51 0.94 0.07 27.17 0.89 0.49
Hex ED 73 E 0 33 5E 7 1B 59 31
Octal 355 163 16 0 63 136 7 33 131 61
Binary 11101101 1110011 1110 0 110011 1011110 111 11011 1011001 110001

Color Harmonies of #ED730E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED730E

Black with #ED730E

Text Example


Text Example

White with #ED730E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED730E; }

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

 H1.HeaderClassName
 {
   color: #ED730E;
 }
 .AnyTagClassName
 {
   color: #ED730E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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