Html Css Color HEX #ED7410 Mango Tango

📋 copy color: '#ED7410'

red 237 ◦ green 116 ◦ blue 16

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

Shades of Mango Tango #ED7410

Tints of Mango Tango #ED7410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

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

R = 64.23%
G = 31.44%
B = 4.34%

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

#ED7410 (or 0xED7410) is known color: Mango Tango. HEX triplet: ED, 74 and 10. RGB value is (237,116,16). Sum of RGB (Red+Green+Blue) = 237+116+16=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7410 is #128BEF. Grayscale: #8D8D8D. Windows color (decimal): -1215472 or 1078509. OLE color: 1078509.

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

Color convert

RGB 237 116 16 -
CMYK 0 0.51 0.93 0.07
HSL 27.15º 0.87% 0.5% -
HSV(B) 27.15º 0.93% 0.93% -
XYZ 41.26 30.53 4.21 -
YUV 140.78 57.59 196.63 -
System Red Green Blue C M Y K H S L
Decimal 237 116 16 0 0.51 0.93 0.07 27.15 0.87 0.5
Hex ED 74 10 0 33 5D 7 1B 57 32
Octal 355 164 20 0 63 135 7 33 127 62
Binary 11101101 1110100 10000 0 110011 1011101 111 11011 1010111 110010

Color Harmonies of #ED7410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7410

Black with #ED7410

Text Example


Text Example

White with #ED7410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7410; }

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

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

background-color css

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

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

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

border-color css

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

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

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