Html Css Color HEX #EC760D Mango Tango

📋 copy color: '#EC760D'

red 236 ◦ green 118 ◦ blue 13

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

Shades of Mango Tango #EC760D

Tints of Mango Tango #EC760D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.54%

R = 64.31%
G = 32.15%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC760D (or 0xEC760D) is known color: Mango Tango. HEX triplet: EC, 76 and 0D. RGB value is (236,118,13). Sum of RGB (Red+Green+Blue) = 236+118+13=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC760D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC760D is #1389F2. Grayscale: #8D8D8D. Windows color (decimal): -1280499 or 882412. OLE color: 882412.

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

Color convert

RGB 236 118 13 -
CMYK 0 0.5 0.94 0.07
HSL 28.25º 0.9% 0.49% -
HSV(B) 28.25º 0.94% 0.93% -
XYZ 41.14 30.82 4.16 -
YUV 141.31 55.59 195.54 -
System Red Green Blue C M Y K H S L
Decimal 236 118 13 0 0.5 0.94 0.07 28.25 0.9 0.49
Hex EC 76 D 0 32 5E 7 1C 5A 31
Octal 354 166 15 0 62 136 7 34 132 61
Binary 11101100 1110110 1101 0 110010 1011110 111 11100 1011010 110001

Color Harmonies of #EC760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC760D

Black with #EC760D

Text Example


Text Example

White with #EC760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC760D; }

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

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

background-color css

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

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

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

border-color css

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

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

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