Html Css Color HEX #EC7012 Mango Tango

📋 copy color: '#EC7012'

red 236 ◦ green 112 ◦ blue 18

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

Shades of Mango Tango #EC7012

Tints of Mango Tango #EC7012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

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

R = 64.48%
G = 30.6%
B = 4.92%

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

#EC7012 (or 0xEC7012) is known color: Mango Tango. HEX triplet: EC, 70 and 12. RGB value is (236,112,18). Sum of RGB (Red+Green+Blue) = 236+112+18=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7012 is #138FED. Grayscale: #8A8A8A. Windows color (decimal): -1282030 or 1208556. OLE color: 1208556.

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

Color convert

RGB 236 112 18 -
CMYK 0 0.53 0.92 0.07
HSL 25.87º 0.86% 0.5% -
HSV(B) 25.87º 0.92% 0.93% -
XYZ 40.5 29.46 4.13 -
YUV 138.36 60.08 197.64 -
System Red Green Blue C M Y K H S L
Decimal 236 112 18 0 0.53 0.92 0.07 25.87 0.86 0.5
Hex EC 70 12 0 35 5C 7 1A 56 32
Octal 354 160 22 0 65 134 7 32 126 62
Binary 11101100 1110000 10010 0 110101 1011100 111 11010 1010110 110010

Color Harmonies of #EC7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7012

Black with #EC7012

Text Example


Text Example

White with #EC7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7012; }

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

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

background-color css

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

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

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

border-color css

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

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

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