Html Css Color HEX #ED7310 Mango Tango

📋 copy color: '#ED7310'

red 237 ◦ green 115 ◦ blue 16

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

Shades of Mango Tango #ED7310

Tints of Mango Tango #ED7310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.35%

R = 64.4%
G = 31.25%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED7310 (or 0xED7310) is known color: Mango Tango. HEX triplet: ED, 73 and 10. RGB value is (237,115,16). Sum of RGB (Red+Green+Blue) = 237+115+16=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7310 is #128CEF. Grayscale: #8C8C8C. Windows color (decimal): -1215728 or 1078253. OLE color: 1078253.

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

Color convert

RGB 237 115 16 -
CMYK 0 0.51 0.93 0.07
HSL 26.88º 0.87% 0.5% -
HSV(B) 26.88º 0.93% 0.93% -
XYZ 41.15 30.3 4.17 -
YUV 140.19 57.92 197.05 -
System Red Green Blue C M Y K H S L
Decimal 237 115 16 0 0.51 0.93 0.07 26.88 0.87 0.5
Hex ED 73 10 0 33 5D 7 1B 57 32
Octal 355 163 20 0 63 135 7 33 127 62
Binary 11101101 1110011 10000 0 110011 1011101 111 11011 1010111 110010

Color Harmonies of #ED7310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7310

Black with #ED7310

Text Example


Text Example

White with #ED7310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7310; }

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

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

background-color css

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

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

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

border-color css

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

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

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