Html Css Color HEX #ED710F Mango Tango

📋 copy color: '#ED710F'

red 237 ◦ green 113 ◦ blue 15

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

Shades of Mango Tango #ED710F

Tints of Mango Tango #ED710F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.96%

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

R = 64.93%
G = 30.96%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED710F (or 0xED710F) is known color: Mango Tango. HEX triplet: ED, 71 and 0F. RGB value is (237,113,15). Sum of RGB (Red+Green+Blue) = 237+113+15=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED710F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED710F is #128EF0. Grayscale: #8B8B8B. Windows color (decimal): -1216241 or 1012205. OLE color: 1012205.

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

Color convert

RGB 237 113 15 -
CMYK 0 0.52 0.94 0.07
HSL 26.49º 0.88% 0.49% -
HSV(B) 26.49º 0.94% 0.93% -
XYZ 40.92 29.85 4.06 -
YUV 138.9 58.08 197.97 -
System Red Green Blue C M Y K H S L
Decimal 237 113 15 0 0.52 0.94 0.07 26.49 0.88 0.49
Hex ED 71 F 0 34 5E 7 1A 58 31
Octal 355 161 17 0 64 136 7 32 130 61
Binary 11101101 1110001 1111 0 110100 1011110 111 11010 1011000 110001

Color Harmonies of #ED710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED710F

Black with #ED710F

Text Example


Text Example

White with #ED710F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED710F; }

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

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

background-color css

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

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

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

border-color css

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

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

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