Html Css Color HEX #EC760C Mango Tango

📋 copy color: '#EC760C'

red 236 ◦ green 118 ◦ blue 12

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

Shades of Mango Tango #EC760C

Tints of Mango Tango #EC760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.24%

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

R = 64.48%
G = 32.24%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC760C (or 0xEC760C) is known color: Mango Tango. HEX triplet: EC, 76 and 0C. RGB value is (236,118,12). Sum of RGB (Red+Green+Blue) = 236+118+12=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC760C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC760C is #1389F3. Grayscale: #8D8D8D. Windows color (decimal): -1280500 or 816876. OLE color: 816876.

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

Color convert

RGB 236 118 12 -
CMYK 0 0.5 0.95 0.07
HSL 28.39º 0.9% 0.49% -
HSV(B) 28.39º 0.95% 0.93% -
XYZ 41.14 30.82 4.13 -
YUV 141.2 55.09 195.62 -
System Red Green Blue C M Y K H S L
Decimal 236 118 12 0 0.5 0.95 0.07 28.39 0.9 0.49
Hex EC 76 C 0 32 5F 7 1C 5A 31
Octal 354 166 14 0 62 137 7 34 132 61
Binary 11101100 1110110 1100 0 110010 1011111 111 11100 1011010 110001

Color Harmonies of #EC760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC760C

Black with #EC760C

Text Example


Text Example

White with #EC760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC760C; }

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

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

background-color css

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

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

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

border-color css

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

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

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