#E2780F

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

Shades of Mango Tango #E2780F

Tints of Mango Tango #E2780F

Color information

#E2780F (or 0xE2780F) is unknown color: approx Mango Tango. HEX triplet: E2, 78 and 0F. RGB value is (226,120,15). Sum of RGB (Red+Green+Blue) = 226+120+15=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E2780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2780F is #1D87F0. Grayscale: #8C8C8C. Windows color (decimal): -1935345 or 1013986. OLE color: 1013986.

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

Color convert

RGB22612015-
CMYK00.470.930.11
HSL29.86º87.55%47.25%-
HSV(B)29.86º93.36%88.63%-
XYZ38.1729.644.16-
YUV139.7257.62189.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 62.60%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 15 (6.25% from 255) = 4.16%
R=62.60%
G=33.24%
B=4.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261201500.470.930.1129.8687.5547.25
HexE278F02F5DB1e582f
Octal34217017057135133613057
Binary1110001011110001111010111110111011011111101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2780F; }

 p { color: rgb(226,120,15); }

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

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

 a { background-color: rgb(226,120,15); }

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

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

 span { border-color: rgb(226,120,15); }

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