#EA680E

Color #EA680E Mango Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mango Tango #EA680E

Tints of Mango Tango #EA680E

Color information

#EA680E (or 0xEA680E) is unknown color: approx Mango Tango. HEX triplet: EA, 68 and 0E. RGB value is (234,104,14). Sum of RGB (Red+Green+Blue) = 234+104+14=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA680E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA680E is #1597F1. Grayscale: #858585. Windows color (decimal): -1415154 or 944362. OLE color: 944362.

HSL color Cylindrical-coordinate representation of color #EA680E: hue angle of 24.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA680E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB23410414-
CMYK00.560.940.08
HSL24.55º88.71%48.63%-
HSV(B)24.55º94.02%91.76%-
XYZ38.9627.423.66-
YUV132.6161.07200.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.48%
GREEN value IS 104 (41.02% from 255) = 29.55%
BLUE value IS 14 (5.86% from 255) = 3.98%
R=66.48%
G=29.55%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341041400.560.940.0824.5588.7148.63
HexEA68E0385E8195931
Octal35215016070136103113161
Binary1110101011010001110011100010111101000110011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA680E; }

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

 H1.HeaderClassName
 {
   color: #EA680E;
 }
 .AnyTagClassName
 {
   color: #EA680E;
 }
</style>
background-color css

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

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

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

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

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

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