Html Css Color HEX #EC7712 Mango Tango

📋 copy color: '#EC7712'

red 236 ◦ green 119 ◦ blue 18

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

Shades of Mango Tango #EC7712

Tints of Mango Tango #EC7712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.9%

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

R = 63.27%
G = 31.9%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC7712 (or 0xEC7712) is known color: Mango Tango. HEX triplet: EC, 77 and 12. RGB value is (236,119,18). Sum of RGB (Red+Green+Blue) = 236+119+18=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7712 is #1388ED. Grayscale: #8E8E8E. Windows color (decimal): -1280238 or 1210348. OLE color: 1210348.

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

Color convert

RGB 236 119 18 -
CMYK 0 0.50 0.92 0.07
HSL 27.8º 0.86% 0.5% -
HSV(B) 27.8º 0.92% 0.93% -
XYZ 41.3 31.07 4.39 -
YUV 142.47 57.76 194.71 -
System Red Green Blue C M Y K H S L
Decimal 236 119 18 0 0.50 0.92 0.07 27.8 0.86 0.5
Hex EC 77 12 0 32 5C 7 1C 56 32
Octal 354 167 22 0 62 134 7 34 126 62
Binary 11101100 1110111 10010 0 110010 1011100 111 11100 1010110 110010

Color Harmonies of #EC7712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7712

Black with #EC7712

Text Example


Text Example

White with #EC7712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7712; }

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

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

background-color css

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

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

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

border-color css

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

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

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