#EA700F

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

Shades of Mango Tango #EA700F

Tints of Mango Tango #EA700F

Color information

#EA700F (or 0xEA700F) is unknown color: approx Mango Tango. HEX triplet: EA, 70 and 0F. RGB value is (234,112,15). Sum of RGB (Red+Green+Blue) = 234+112+15=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA700F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA700F is #158FF0. Grayscale: #898989. Windows color (decimal): -1413105 or 1011946. OLE color: 1011946.

HSL color Cylindrical-coordinate representation of color #EA700F: hue angle of 26.58º degrees, saturation: 0.88, 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 #EA700F is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB23411215-
CMYK00.520.940.08
HSL26.58º87.95%48.82%-
HSV(B)26.58º93.59%91.76%-
XYZ39.8129.123.97-
YUV137.4258.92196.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.82%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 15 (6.25% from 255) = 4.16%
R=64.82%
G=31.02%
B=4.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341121500.520.940.0826.5887.9548.82
HexEA70F0345E81b5831
Octal35216017064136103313061
Binary1110101011100001111011010010111101000110111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA700F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA700F; }

 p { color: rgb(234,112,15); }

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

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

 a { background-color: rgb(234,112,15); }

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

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

 span { border-color: rgb(234,112,15); }

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