#EA7C05

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

Shades of Mango Tango #EA7C05

Tints of Mango Tango #EA7C05

Color information

#EA7C05 (or 0xEA7C05) is unknown color: approx Mango Tango. HEX triplet: EA, 7C and 05. RGB value is (234,124,5). Sum of RGB (Red+Green+Blue) = 234+124+5=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7C05 is #1583FA. Grayscale: #8F8F8F. Windows color (decimal): -1410043 or 359658. OLE color: 359658.

HSL color Cylindrical-coordinate representation of color #EA7C05: hue angle of 31.18º 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 #EA7C05 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB2341245-
CMYK00.470.980.08
HSL31.18º95.82%46.86%-
HSV(B)31.18º97.86%91.76%-
XYZ41.1731.924.13-
YUV143.3249.94192.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.46%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 5 (2.34% from 255) = 1.38%
R=64.46%
G=34.16%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234124500.470.980.0831.1895.8246.86
HexEA7C502F6281f602f
Octal3521745057142103714057
Binary111010101111100101010111111000101000111111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7C05; }

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

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

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

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

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

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

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

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