Html Css Color HEX #ED6E10 Mango Tango

📋 copy color: '#ED6E10'

red 237 ◦ green 110 ◦ blue 16

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

Shades of Mango Tango #ED6E10

Tints of Mango Tango #ED6E10

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.3%

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

R = 65.29%
G = 30.3%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED6E10 (or 0xED6E10) is known color: Mango Tango. HEX triplet: ED, 6E and 10. RGB value is (237,110,16). Sum of RGB (Red+Green+Blue) = 237+110+16=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6E10 is #1291EF. Grayscale: #898989. Windows color (decimal): -1217008 or 1076973. OLE color: 1076973.

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

Color convert

RGB 237 110 16 -
CMYK 0 0.54 0.93 0.07
HSL 25.52º 0.87% 0.5% -
HSV(B) 25.52º 0.93% 0.93% -
XYZ 40.59 29.19 3.99 -
YUV 137.26 59.58 199.14 -
System Red Green Blue C M Y K H S L
Decimal 237 110 16 0 0.54 0.93 0.07 25.52 0.87 0.5
Hex ED 6E 10 0 36 5D 7 1A 57 32
Octal 355 156 20 0 66 135 7 32 127 62
Binary 11101101 1101110 10000 0 110110 1011101 111 11010 1010111 110010

Color Harmonies of #ED6E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6E10

Black with #ED6E10

Text Example


Text Example

White with #ED6E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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