#E2760F

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

Shades of Mango Tango #E2760F

Tints of Mango Tango #E2760F

Color information

#E2760F (or 0xE2760F) is unknown color: approx Mango Tango. HEX triplet: E2, 76 and 0F. RGB value is (226,118,15). Sum of RGB (Red+Green+Blue) = 226+118+15=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E2760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2760F is #1D89F0. Grayscale: #8B8B8B. Windows color (decimal): -1935857 or 1013474. OLE color: 1013474.

HSL color Cylindrical-coordinate representation of color #E2760F: hue angle of 29.29º 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 #E2760F is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB22611815-
CMYK00.480.930.11
HSL29.29º87.55%47.25%-
HSV(B)29.29º93.36%88.63%-
XYZ37.9329.164.08-
YUV138.5558.28190.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 62.95%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 15 (6.25% from 255) = 4.18%
R=62.95%
G=32.87%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261181500.480.930.1129.2987.5547.25
HexE276F0305DB1d582f
Octal34216617060135133513057
Binary1110001011101101111011000010111011011111011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2760F; }

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

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

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

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

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

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

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

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