Html Css Color HEX #EC760B Mango Tango

📋 copy color: '#EC760B'

red 236 ◦ green 118 ◦ blue 11

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

Shades of Mango Tango #EC760B

Tints of Mango Tango #EC760B

RGB

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

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

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

R = 64.66%
G = 32.33%
B = 3.01%

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

#EC760B (or 0xEC760B) is known color: Mango Tango. HEX triplet: EC, 76 and 0B. RGB value is (236,118,11). Sum of RGB (Red+Green+Blue) = 236+118+11=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC760B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC760B is #1389F4. Grayscale: #8D8D8D. Windows color (decimal): -1280501 or 751340. OLE color: 751340.

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

Color convert

RGB 236 118 11 -
CMYK 0 0.5 0.95 0.07
HSL 28.53º 0.91% 0.48% -
HSV(B) 28.53º 0.95% 0.93% -
XYZ 41.13 30.81 4.1 -
YUV 141.08 54.59 195.7 -
System Red Green Blue C M Y K H S L
Decimal 236 118 11 0 0.5 0.95 0.07 28.53 0.91 0.48
Hex EC 76 B 0 32 5F 7 1D 5B 30
Octal 354 166 13 0 62 137 7 35 133 60
Binary 11101100 1110110 1011 0 110010 1011111 111 11101 1011011 110000

Color Harmonies of #EC760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC760B

Black with #EC760B

Text Example


Text Example

White with #EC760B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC760B; }

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

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

background-color css

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

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

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

border-color css

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

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

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