Html Css Color HEX #EC720A Mango Tango

📋 copy color: '#EC720A'

red 236 ◦ green 114 ◦ blue 10

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

Shades of Mango Tango #EC720A

Tints of Mango Tango #EC720A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.78%

R = 65.56%
G = 31.67%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC720A (or 0xEC720A) is known color: Mango Tango. HEX triplet: EC, 72 and 0A. RGB value is (236,114,10). Sum of RGB (Red+Green+Blue) = 236+114+10=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC720A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC720A is #138DF5. Grayscale: #8B8B8B. Windows color (decimal): -1281526 or 684780. OLE color: 684780.

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

Color convert

RGB 236 114 10 -
CMYK 0 0.52 0.96 0.07
HSL 27.61º 0.92% 0.48% -
HSV(B) 27.61º 0.96% 0.93% -
XYZ 40.66 29.89 3.91 -
YUV 138.62 55.42 197.46 -
System Red Green Blue C M Y K H S L
Decimal 236 114 10 0 0.52 0.96 0.07 27.61 0.92 0.48
Hex EC 72 A 0 34 60 7 1C 5C 30
Octal 354 162 12 0 64 140 7 34 134 60
Binary 11101100 1110010 1010 0 110100 1100000 111 11100 1011100 110000

Color Harmonies of #EC720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC720A

Black with #EC720A

Text Example


Text Example

White with #EC720A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC720A; }

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

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

background-color css

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

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

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

border-color css

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

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

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