Html Css Color HEX #EC680E Mango Tango

📋 copy color: '#EC680E'

red 236 ◦ green 104 ◦ blue 14

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

Shades of Mango Tango #EC680E

Tints of Mango Tango #EC680E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

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

R = 66.67%
G = 29.38%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC680E (or 0xEC680E) is known color: Mango Tango. HEX triplet: EC, 68 and 0E. RGB value is (236,104,14). Sum of RGB (Red+Green+Blue) = 236+104+14=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC680E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC680E is #1397F1. Grayscale: #858585. Windows color (decimal): -1284082 or 944364. OLE color: 944364.

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

Color convert

RGB 236 104 14 -
CMYK 0 0.56 0.94 0.07
HSL 24.32º 0.89% 0.49% -
HSV(B) 24.32º 0.94% 0.93% -
XYZ 39.62 27.77 3.69 -
YUV 133.21 60.73 201.32 -
System Red Green Blue C M Y K H S L
Decimal 236 104 14 0 0.56 0.94 0.07 24.32 0.89 0.49
Hex EC 68 E 0 38 5E 7 18 59 31
Octal 354 150 16 0 70 136 7 30 131 61
Binary 11101100 1101000 1110 0 111000 1011110 111 11000 1011001 110001

Color Harmonies of #EC680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC680E

Black with #EC680E

Text Example


Text Example

White with #EC680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC680E; }

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

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

background-color css

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

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

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

border-color css

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

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

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