Html Css Color HEX #EC680D Mango Tango

📋 copy color: '#EC680D'

red 236 ◦ green 104 ◦ blue 13

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

Shades of Mango Tango #EC680D

Tints of Mango Tango #EC680D

RGB

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

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

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

R = 66.86%
G = 29.46%
B = 3.68%

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

#EC680D (or 0xEC680D) is known color: Mango Tango. HEX triplet: EC, 68 and 0D. RGB value is (236,104,13). Sum of RGB (Red+Green+Blue) = 236+104+13=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC680D is #1397F2. Grayscale: #858585. Windows color (decimal): -1284083 or 878828. OLE color: 878828.

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

Color convert

RGB 236 104 13 -
CMYK 0 0.56 0.94 0.07
HSL 24.48º 0.9% 0.49% -
HSV(B) 24.48º 0.94% 0.93% -
XYZ 39.62 27.76 3.65 -
YUV 133.09 60.23 201.4 -
System Red Green Blue C M Y K H S L
Decimal 236 104 13 0 0.56 0.94 0.07 24.48 0.9 0.49
Hex EC 68 D 0 38 5E 7 18 5A 31
Octal 354 150 15 0 70 136 7 30 132 61
Binary 11101100 1101000 1101 0 111000 1011110 111 11000 1011010 110001

Color Harmonies of #EC680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC680D

Black with #EC680D

Text Example


Text Example

White with #EC680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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