Html Css Color HEX #E2680C Mango Tango

📋 copy color: '#E2680C'

red 226 ◦ green 104 ◦ blue 12

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

Shades of Mango Tango #E2680C

Tints of Mango Tango #E2680C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.51%

R = 66.08%
G = 30.41%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2680C (or 0xE2680C) is known color: Mango Tango. HEX triplet: E2, 68 and 0C. RGB value is (226,104,12). Sum of RGB (Red+Green+Blue) = 226+104+12=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E2680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2680C is #1D97F3. Grayscale: #828282. Windows color (decimal): -1939444 or 813282. OLE color: 813282.

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

Color convert

RGB 226 104 12 -
CMYK 0 0.54 0.95 0.11
HSL 25.79º 0.9% 0.47% -
HSV(B) 25.79º 0.95% 0.89% -
XYZ 36.38 26.1 3.47 -
YUV 129.99 61.42 196.48 -
System Red Green Blue C M Y K H S L
Decimal 226 104 12 0 0.54 0.95 0.11 25.79 0.9 0.47
Hex E2 68 C 0 36 5F B 1A 5A 2F
Octal 342 150 14 0 66 137 13 32 132 57
Binary 11100010 1101000 1100 0 110110 1011111 1011 11010 1011010 101111

Color Harmonies of #E2680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2680C

Black with #E2680C

Text Example


Text Example

White with #E2680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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