Html Css Color HEX #EC720C Mango Tango

📋 copy color: '#EC720C'

red 236 ◦ green 114 ◦ blue 12

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

Shades of Mango Tango #EC720C

Tints of Mango Tango #EC720C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.49%

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 65.19%
G = 31.49%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC720C (or 0xEC720C) is known color: Mango Tango. HEX triplet: EC, 72 and 0C. RGB value is (236,114,12). Sum of RGB (Red+Green+Blue) = 236+114+12=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC720C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC720C is #138DF3. Grayscale: #8B8B8B. Windows color (decimal): -1281524 or 815852. OLE color: 815852.

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

Color convert

RGB 236 114 12 -
CMYK 0 0.52 0.95 0.07
HSL 27.32º 0.9% 0.49% -
HSV(B) 27.32º 0.95% 0.93% -
XYZ 40.68 29.89 3.97 -
YUV 138.85 56.42 197.29 -
System Red Green Blue C M Y K H S L
Decimal 236 114 12 0 0.52 0.95 0.07 27.32 0.9 0.49
Hex EC 72 C 0 34 5F 7 1B 5A 31
Octal 354 162 14 0 64 137 7 33 132 61
Binary 11101100 1110010 1100 0 110100 1011111 111 11011 1011010 110001

Color Harmonies of #EC720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC720C

Black with #EC720C

Text Example


Text Example

White with #EC720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC720C; }

 p { color: rgb(236,114,12); }

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

background-color css

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

 a { background-color: rgb(236,114,12); }

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

border-color css

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

 span { border-color: rgb(236,114,12); }

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