Html Css Color HEX #E2680D Mango Tango

📋 copy color: '#E2680D'

red 226 ◦ green 104 ◦ blue 13

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

Shades of Mango Tango #E2680D

Tints of Mango Tango #E2680D

RGB

 RED value IS 226 (88.67% from 255) = 65.89%

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

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

R = 65.89%
G = 30.32%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2680D (or 0xE2680D) is known color: Mango Tango. HEX triplet: E2, 68 and 0D. RGB value is (226,104,13). Sum of RGB (Red+Green+Blue) = 226+104+13=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E2680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2680D is #1D97F2. Grayscale: #828282. Windows color (decimal): -1939443 or 878818. OLE color: 878818.

HSL color Cylindrical-coordinate representation of color #E2680D: hue angle of 25.63º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2680D is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 104 13 -
CMYK 0 0.54 0.94 0.11
HSL 25.63º 0.89% 0.47% -
HSV(B) 25.63º 0.94% 0.89% -
XYZ 36.39 26.1 3.5 -
YUV 130.1 61.92 196.4 -
System Red Green Blue C M Y K H S L
Decimal 226 104 13 0 0.54 0.94 0.11 25.63 0.89 0.47
Hex E2 68 D 0 36 5E B 1A 59 2F
Octal 342 150 15 0 66 136 13 32 131 57
Binary 11100010 1101000 1101 0 110110 1011110 1011 11010 1011001 101111

Color Harmonies of #E2680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2680D

Black with #E2680D

Text Example


Text Example

White with #E2680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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