Html Css Color HEX #EC7412 Mango Tango

📋 copy color: '#EC7412'

red 236 ◦ green 116 ◦ blue 18

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

Shades of Mango Tango #EC7412

Tints of Mango Tango #EC7412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

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

R = 63.78%
G = 31.35%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC7412 (or 0xEC7412) is known color: Mango Tango. HEX triplet: EC, 74 and 12. RGB value is (236,116,18). Sum of RGB (Red+Green+Blue) = 236+116+18=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7412 is #138BED. Grayscale: #8D8D8D. Windows color (decimal): -1281006 or 1209580. OLE color: 1209580.

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

Color convert

RGB 236 116 18 -
CMYK 0 0.51 0.92 0.07
HSL 26.97º 0.86% 0.5% -
HSV(B) 26.97º 0.92% 0.93% -
XYZ 40.95 30.37 4.28 -
YUV 140.71 58.76 195.97 -
System Red Green Blue C M Y K H S L
Decimal 236 116 18 0 0.51 0.92 0.07 26.97 0.86 0.5
Hex EC 74 12 0 33 5C 7 1B 56 32
Octal 354 164 22 0 63 134 7 33 126 62
Binary 11101100 1110100 10010 0 110011 1011100 111 11011 1010110 110010

Color Harmonies of #EC7412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7412

Black with #EC7412

Text Example


Text Example

White with #EC7412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7412; }

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

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

background-color css

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

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

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

border-color css

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

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

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