#E07412

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

Shades of Mango Tango #E07412

Tints of Mango Tango #E07412

Color information

#E07412 (or 0xE07412) is unknown color: approx Mango Tango. HEX triplet: E0, 74 and 12. RGB value is (224,116,18). Sum of RGB (Red+Green+Blue) = 224+116+18=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E07412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07412 is #1F8BED. Grayscale: #898989. Windows color (decimal): -2067438 or 1209568. OLE color: 1209568.

HSL color Cylindrical-coordinate representation of color #E07412: hue angle of 28.54º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E07412 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB22411618-
CMYK00.480.920.12
HSL28.54º85.12%47.45%-
HSV(B)28.54º91.96%87.84%-
XYZ37.128.384.1-
YUV137.1260.78189.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.57%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 18 (7.42% from 255) = 5.03%
R=62.57%
G=32.40%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241161800.480.920.1228.5485.1247.45
HexE074120305CC1d552f
Octal34016422060134143512557
Binary11100000111010010010011000010111001100111011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07412; }

 p { color: rgb(224,116,18); }

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

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

 a { background-color: rgb(224,116,18); }

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

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

 span { border-color: rgb(224,116,18); }

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