Html Css Color HEX #E86C12 Mango Tango

📋 copy color: '#E86C12'

red 232 ◦ green 108 ◦ blue 18

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

Shades of Mango Tango #E86C12

Tints of Mango Tango #E86C12

RGB

 RED value IS 232 (91.02% from 255) = 64.8%

 GREEN value IS 108 (42.58% from 255) = 30.17%

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 64.8%
G = 30.17%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E86C12 (or 0xE86C12) is known color: Mango Tango. HEX triplet: E8, 6C and 12. RGB value is (232,108,18). Sum of RGB (Red+Green+Blue) = 232+108+18=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86C12 is #1793ED. Grayscale: #878787. Windows color (decimal): -1545198 or 1207528. OLE color: 1207528.

HSL color Cylindrical-coordinate representation of color #E86C12: hue angle of 25.23º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E86C12 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 108 18 -
CMYK 0 0.53 0.92 0.09
HSL 25.23º 0.86% 0.49% -
HSV(B) 25.23º 0.92% 0.91% -
XYZ 38.75 27.92 3.92 -
YUV 134.82 62.08 197.32 -
System Red Green Blue C M Y K H S L
Decimal 232 108 18 0 0.53 0.92 0.09 25.23 0.86 0.49
Hex E8 6C 12 0 35 5C 9 19 56 31
Octal 350 154 22 0 65 134 11 31 126 61
Binary 11101000 1101100 10010 0 110101 1011100 1001 11001 1010110 110001

Color Harmonies of #E86C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86C12

Black with #E86C12

Text Example


Text Example

White with #E86C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86C12; }

 p { color: rgb(232,108,18); }

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

background-color css

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

 a { background-color: rgb(232,108,18); }

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

border-color css

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

 span { border-color: rgb(232,108,18); }

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