#E26F05

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

Shades of Mango Tango #E26F05

Tints of Mango Tango #E26F05

Color information

#E26F05 (or 0xE26F05) is unknown color: approx Mango Tango. HEX triplet: E2, 6F and 05. RGB value is (226,111,5). Sum of RGB (Red+Green+Blue) = 226+111+5=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26F05 is #1D90FA. Grayscale: #858585. Windows color (decimal): -1937659 or 356322. OLE color: 356322.

HSL color Cylindrical-coordinate representation of color #E26F05: hue angle of 28.78º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E26F05 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB2261115-
CMYK00.510.980.11
HSL28.78º95.67%45.29%-
HSV(B)28.78º97.79%88.63%-
XYZ37.0827.553.51-
YUV133.355.6194.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 66.08%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 5 (2.34% from 255) = 1.46%
R=66.08%
G=32.46%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226111500.510.980.1128.7895.6745.29
HexE26F503362B1d602d
Octal3421575063142133514055
Binary111000101101111101011001111000101011111011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26F05; }

 p { color: rgb(226,111,5); }

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

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

 a { background-color: rgb(226,111,5); }

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

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

 span { border-color: rgb(226,111,5); }

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