#EA7205

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

Shades of Mango Tango #EA7205

Tints of Mango Tango #EA7205

Color information

#EA7205 (or 0xEA7205) is unknown color: approx Mango Tango. HEX triplet: EA, 72 and 05. RGB value is (234,114,5). Sum of RGB (Red+Green+Blue) = 234+114+5=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7205 is #158DFA. Grayscale: #8A8A8A. Windows color (decimal): -1412603 or 357098. OLE color: 357098.

HSL color Cylindrical-coordinate representation of color #EA7205: hue angle of 28.56º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA7205 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB2341145-
CMYK00.510.980.08
HSL28.56º95.82%46.86%-
HSV(B)28.56º97.86%91.76%-
XYZ39.9829.543.74-
YUV137.4553.26196.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.29%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 5 (2.34% from 255) = 1.42%
R=66.29%
G=32.29%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234114500.510.980.0828.5695.8246.86
HexEA7250336281d602f
Octal3521625063142103514057
Binary111010101110010101011001111000101000111011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7205; }

 p { color: rgb(234,114,5); }

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

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

 a { background-color: rgb(234,114,5); }

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

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

 span { border-color: rgb(234,114,5); }

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