Html Css Color HEX #E0680E Mango Tango

📋 copy color: '#E0680E'

red 224 ◦ green 104 ◦ blue 14

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

Shades of Mango Tango #E0680E

Tints of Mango Tango #E0680E

RGB

 RED value IS 224 (87.89% from 255) = 65.5%

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

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

R = 65.5%
G = 30.41%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0680E (or 0xE0680E) is known color: Mango Tango. HEX triplet: E0, 68 and 0E. RGB value is (224,104,14). Sum of RGB (Red+Green+Blue) = 224+104+14=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E0680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0680E is #1F97F1. Grayscale: #828282. Windows color (decimal): -2070514 or 944352. OLE color: 944352.

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

Color convert

RGB 224 104 14 -
CMYK 0 0.54 0.94 0.12
HSL 25.71º 0.88% 0.47% -
HSV(B) 25.71º 0.94% 0.88% -
XYZ 35.77 25.78 3.51 -
YUV 129.62 62.76 195.32 -
System Red Green Blue C M Y K H S L
Decimal 224 104 14 0 0.54 0.94 0.12 25.71 0.88 0.47
Hex E0 68 E 0 36 5E C 1A 58 2F
Octal 340 150 16 0 66 136 14 32 130 57
Binary 11100000 1101000 1110 0 110110 1011110 1100 11010 1011000 101111

Color Harmonies of #E0680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0680E

Black with #E0680E

Text Example


Text Example

White with #E0680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0680E; }

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

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

background-color css

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

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

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

border-color css

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

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

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