#E0740F

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

Shades of Mango Tango #E0740F

Tints of Mango Tango #E0740F

Color information

#E0740F (or 0xE0740F) is unknown color: approx Mango Tango. HEX triplet: E0, 74 and 0F. RGB value is (224,116,15). Sum of RGB (Red+Green+Blue) = 224+116+15=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E0740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0740F is #1F8BF0. Grayscale: #898989. Windows color (decimal): -2067441 or 1012960. OLE color: 1012960.

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

Color convert

RGB22411615-
CMYK00.480.930.12
HSL29º87.45%46.86%-
HSV(B)29º93.3%87.84%-
XYZ37.0728.373.97-
YUV136.7859.28190.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 63.10%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 15 (6.25% from 255) = 4.23%
R=63.10%
G=32.68%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241161500.480.930.122987.4546.86
HexE074F0305DC1d572f
Octal34016417060135143512757
Binary1110000011101001111011000010111011100111011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0740F; }

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

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

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

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

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

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

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

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