Html Css Color HEX #ED7511 Mango Tango

📋 copy color: '#ED7511'

red 237 ◦ green 117 ◦ blue 17

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

Shades of Mango Tango #ED7511

Tints of Mango Tango #ED7511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.54%

 BLUE value IS 17 (7.03% from 255) = 4.58%

R = 63.88%
G = 31.54%
B = 4.58%

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

#ED7511 (or 0xED7511) is known color: Mango Tango. HEX triplet: ED, 75 and 11. RGB value is (237,117,17). Sum of RGB (Red+Green+Blue) = 237+117+17=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7511 is #128AEE. Grayscale: #8E8E8E. Windows color (decimal): -1215215 or 1144301. OLE color: 1144301.

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

Color convert

RGB 237 117 17 -
CMYK 0 0.51 0.93 0.07
HSL 27.27º 0.87% 0.5% -
HSV(B) 27.27º 0.93% 0.93% -
XYZ 41.39 30.77 4.29 -
YUV 141.48 57.76 196.13 -
System Red Green Blue C M Y K H S L
Decimal 237 117 17 0 0.51 0.93 0.07 27.27 0.87 0.5
Hex ED 75 11 0 33 5D 7 1B 57 32
Octal 355 165 21 0 63 135 7 33 127 62
Binary 11101101 1110101 10001 0 110011 1011101 111 11011 1010111 110010

Color Harmonies of #ED7511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7511

Black with #ED7511

Text Example


Text Example

White with #ED7511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7511; }

 p { color: rgb(237,117,17); }

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

background-color css

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

 a { background-color: rgb(237,117,17); }

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

border-color css

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

 span { border-color: rgb(237,117,17); }

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