Html Css Color HEX #E2680A Mango Tango

📋 copy color: '#E2680A'

red 226 ◦ green 104 ◦ blue 10

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

Shades of Mango Tango #E2680A

Tints of Mango Tango #E2680A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.94%

R = 66.47%
G = 30.59%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2680A (or 0xE2680A) is known color: Mango Tango. HEX triplet: E2, 68 and 0A. RGB value is (226,104,10). Sum of RGB (Red+Green+Blue) = 226+104+10=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E2680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2680A is #1D97F5. Grayscale: #828282. Windows color (decimal): -1939446 or 682210. OLE color: 682210.

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

Color convert

RGB 226 104 10 -
CMYK 0 0.54 0.96 0.11
HSL 26.11º 0.92% 0.46% -
HSV(B) 26.11º 0.96% 0.89% -
XYZ 36.37 26.09 3.41 -
YUV 129.76 60.42 196.64 -
System Red Green Blue C M Y K H S L
Decimal 226 104 10 0 0.54 0.96 0.11 26.11 0.92 0.46
Hex E2 68 A 0 36 60 B 1A 5C 2E
Octal 342 150 12 0 66 140 13 32 134 56
Binary 11100010 1101000 1010 0 110110 1100000 1011 11010 1011100 101110

Color Harmonies of #E2680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2680A

Black with #E2680A

Text Example


Text Example

White with #E2680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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