Html Css Color HEX #EC740F Mango Tango

📋 copy color: '#EC740F'

red 236 ◦ green 116 ◦ blue 15

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

Shades of Mango Tango #EC740F

Tints of Mango Tango #EC740F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.09%

R = 64.31%
G = 31.61%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC740F (or 0xEC740F) is known color: Mango Tango. HEX triplet: EC, 74 and 0F. RGB value is (236,116,15). Sum of RGB (Red+Green+Blue) = 236+116+15=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC740F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC740F is #138BF0. Grayscale: #8C8C8C. Windows color (decimal): -1281009 or 1012972. OLE color: 1012972.

HSL color Cylindrical-coordinate representation of color #EC740F: hue angle of 27.42º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC740F is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 116 15 -
CMYK 0 0.51 0.94 0.07
HSL 27.42º 0.88% 0.49% -
HSV(B) 27.42º 0.94% 0.93% -
XYZ 40.92 30.36 4.15 -
YUV 140.37 57.26 196.21 -
System Red Green Blue C M Y K H S L
Decimal 236 116 15 0 0.51 0.94 0.07 27.42 0.88 0.49
Hex EC 74 F 0 33 5E 7 1B 58 31
Octal 354 164 17 0 63 136 7 33 130 61
Binary 11101100 1110100 1111 0 110011 1011110 111 11011 1011000 110001

Color Harmonies of #EC740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC740F

Black with #EC740F

Text Example


Text Example

White with #EC740F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC740F; }

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

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

background-color css

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

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

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

border-color css

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

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

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