Html Css Color HEX #EC750E Mango Tango

📋 copy color: '#EC750E'

red 236 ◦ green 117 ◦ blue 14

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

Shades of Mango Tango #EC750E

Tints of Mango Tango #EC750E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.88%

 BLUE value IS 14 (5.86% from 255) = 3.81%

R = 64.31%
G = 31.88%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC750E (or 0xEC750E) is known color: Mango Tango. HEX triplet: EC, 75 and 0E. RGB value is (236,117,14). Sum of RGB (Red+Green+Blue) = 236+117+14=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC750E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC750E is #138AF1. Grayscale: #8D8D8D. Windows color (decimal): -1280754 or 947692. OLE color: 947692.

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

Color convert

RGB 236 117 14 -
CMYK 0 0.50 0.94 0.07
HSL 27.84º 0.89% 0.49% -
HSV(B) 27.84º 0.94% 0.93% -
XYZ 41.03 30.59 4.16 -
YUV 140.84 56.42 195.88 -
System Red Green Blue C M Y K H S L
Decimal 236 117 14 0 0.50 0.94 0.07 27.84 0.89 0.49
Hex EC 75 E 0 32 5E 7 1C 59 31
Octal 354 165 16 0 62 136 7 34 131 61
Binary 11101100 1110101 1110 0 110010 1011110 111 11100 1011001 110001

Color Harmonies of #EC750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC750E

Black with #EC750E

Text Example


Text Example

White with #EC750E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC750E; }

 p { color: rgb(236,117,14); }

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

background-color css

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

 a { background-color: rgb(236,117,14); }

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

border-color css

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

 span { border-color: rgb(236,117,14); }

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