Html Css Color HEX #EC6E12 Mango Tango

📋 copy color: '#EC6E12'

red 236 ◦ green 110 ◦ blue 18

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

Shades of Mango Tango #EC6E12

Tints of Mango Tango #EC6E12

RGB

 RED value IS 236 (92.58% from 255) = 64.84%

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

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

R = 64.84%
G = 30.22%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC6E12 (or 0xEC6E12) is known color: Mango Tango. HEX triplet: EC, 6E and 12. RGB value is (236,110,18). Sum of RGB (Red+Green+Blue) = 236+110+18=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6E12 is #1391ED. Grayscale: #898989. Windows color (decimal): -1282542 or 1208044. OLE color: 1208044.

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

Color convert

RGB 236 110 18 -
CMYK 0 0.53 0.92 0.07
HSL 25.32º 0.86% 0.5% -
HSV(B) 25.32º 0.92% 0.93% -
XYZ 40.28 29.03 4.05 -
YUV 137.19 60.74 198.48 -
System Red Green Blue C M Y K H S L
Decimal 236 110 18 0 0.53 0.92 0.07 25.32 0.86 0.5
Hex EC 6E 12 0 35 5C 7 19 56 32
Octal 354 156 22 0 65 134 7 31 126 62
Binary 11101100 1101110 10010 0 110101 1011100 111 11001 1010110 110010

Color Harmonies of #EC6E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6E12

Black with #EC6E12

Text Example


Text Example

White with #EC6E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6E12; }

 p { color: rgb(236,110,18); }

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

background-color css

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

 a { background-color: rgb(236,110,18); }

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

border-color css

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

 span { border-color: rgb(236,110,18); }

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