Html Css Color HEX #EC740B Mango Tango

📋 copy color: '#EC740B'

red 236 ◦ green 116 ◦ blue 11

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

Shades of Mango Tango #EC740B

Tints of Mango Tango #EC740B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.03%

R = 65.01%
G = 31.96%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC740B (or 0xEC740B) is known color: Mango Tango. HEX triplet: EC, 74 and 0B. RGB value is (236,116,11). Sum of RGB (Red+Green+Blue) = 236+116+11=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC740B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC740B is #138BF4. Grayscale: #8C8C8C. Windows color (decimal): -1281013 or 750828. OLE color: 750828.

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

Color convert

RGB 236 116 11 -
CMYK 0 0.51 0.95 0.07
HSL 28º 0.91% 0.48% -
HSV(B) 28º 0.95% 0.93% -
XYZ 40.9 30.35 4.02 -
YUV 139.91 55.26 196.54 -
System Red Green Blue C M Y K H S L
Decimal 236 116 11 0 0.51 0.95 0.07 28 0.91 0.48
Hex EC 74 B 0 33 5F 7 1C 5B 30
Octal 354 164 13 0 63 137 7 34 133 60
Binary 11101100 1110100 1011 0 110011 1011111 111 11100 1011011 110000

Color Harmonies of #EC740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC740B

Black with #EC740B

Text Example


Text Example

White with #EC740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC740B; }

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

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

background-color css

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

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

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

border-color css

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

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

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