Html Css Color HEX #ED730F Mango Tango

📋 copy color: '#ED730F'

red 237 ◦ green 115 ◦ blue 15

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

Shades of Mango Tango #ED730F

Tints of Mango Tango #ED730F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.09%

R = 64.58%
G = 31.34%
B = 4.09%

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

#ED730F (or 0xED730F) is known color: Mango Tango. HEX triplet: ED, 73 and 0F. RGB value is (237,115,15). Sum of RGB (Red+Green+Blue) = 237+115+15=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED730F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED730F is #128CF0. Grayscale: #8C8C8C. Windows color (decimal): -1215729 or 1012717. OLE color: 1012717.

HSL color Cylindrical-coordinate representation of color #ED730F: hue angle of 27.03º degrees, saturation: 0.88, 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 #ED730F is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 115 15 -
CMYK 0 0.51 0.94 0.07
HSL 27.03º 0.88% 0.49% -
HSV(B) 27.03º 0.94% 0.93% -
XYZ 41.14 30.3 4.13 -
YUV 140.08 57.42 197.13 -
System Red Green Blue C M Y K H S L
Decimal 237 115 15 0 0.51 0.94 0.07 27.03 0.88 0.49
Hex ED 73 F 0 33 5E 7 1B 58 31
Octal 355 163 17 0 63 136 7 33 130 61
Binary 11101101 1110011 1111 0 110011 1011110 111 11011 1011000 110001

Color Harmonies of #ED730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED730F

Black with #ED730F

Text Example


Text Example

White with #ED730F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED730F; }

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

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

background-color css

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

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

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

border-color css

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

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

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