#E17012

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

Shades of Mango Tango #E17012

Tints of Mango Tango #E17012

Color information

#E17012 (or 0xE17012) is unknown color: approx Mango Tango. HEX triplet: E1, 70 and 12. RGB value is (225,112,18). Sum of RGB (Red+Green+Blue) = 225+112+18=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E17012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17012 is #1E8FED. Grayscale: #878787. Windows color (decimal): -2002926 or 1208545. OLE color: 1208545.

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

Color convert

RGB22511218-
CMYK00.500.920.12
HSL27.25º85.19%47.65%-
HSV(B)27.25º92%88.24%-
XYZ36.9527.643.96-
YUV135.0761.94192.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 63.38%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 18 (7.42% from 255) = 5.07%
R=63.38%
G=31.55%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251121800.500.920.1227.2585.1947.65
HexE170120325CC1b5530
Octal34116022062134143312560
Binary11100001111000010010011001010111001100110111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17012; }

 p { color: rgb(225,112,18); }

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

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

 a { background-color: rgb(225,112,18); }

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

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

 span { border-color: rgb(225,112,18); }

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