Html Css Color HEX #E5680C Mango Tango

📋 copy color: '#E5680C'

red 229 ◦ green 104 ◦ blue 12

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

Shades of Mango Tango #E5680C

Tints of Mango Tango #E5680C

RGB

 RED value IS 229 (89.84% from 255) = 66.38%

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

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

R = 66.38%
G = 30.14%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5680C (or 0xE5680C) is known color: Mango Tango. HEX triplet: E5, 68 and 0C. RGB value is (229,104,12). Sum of RGB (Red+Green+Blue) = 229+104+12=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E5680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5680C is #1A97F3. Grayscale: #838383. Windows color (decimal): -1742836 or 813285. OLE color: 813285.

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

Color convert

RGB 229 104 12 -
CMYK 0 0.55 0.95 0.10
HSL 25.44º 0.9% 0.47% -
HSV(B) 25.44º 0.95% 0.9% -
XYZ 37.33 26.59 3.51 -
YUV 130.89 60.91 197.98 -
System Red Green Blue C M Y K H S L
Decimal 229 104 12 0 0.55 0.95 0.10 25.44 0.9 0.47
Hex E5 68 C 0 37 5F A 19 5A 2F
Octal 345 150 14 0 67 137 12 31 132 57
Binary 11100101 1101000 1100 0 110111 1011111 1010 11001 1011010 101111

Color Harmonies of #E5680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5680C

Black with #E5680C

Text Example


Text Example

White with #E5680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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