#E28001

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

Shades of Mango Tango #E28001

Tints of Mango Tango #E28001

Color information

#E28001 (or 0xE28001) is unknown color: approx Mango Tango. HEX triplet: E2, 80 and 01. RGB value is (226,128,1). Sum of RGB (Red+Green+Blue) = 226+128+1=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E28001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28001 is #1D7FFE. Grayscale: #8F8F8F. Windows color (decimal): -1933311 or 98530. OLE color: 98530.

HSL color Cylindrical-coordinate representation of color #E28001: hue angle of 33.87º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E28001 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB2261281-
CMYK00.431.000.11
HSL33.87º99.12%44.51%-
HSV(B)33.87º99.56%88.63%-
XYZ39.0931.614.07-
YUV142.8247.97187.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 63.66%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=63.66%
G=36.06%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226128100.431.000.1133.8799.1244.51
HexE280102B64B22632d
Octal3422001053144134214355
Binary111000101000000010101011110010010111000101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28001; }

 p { color: rgb(226,128,1); }

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

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

 a { background-color: rgb(226,128,1); }

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

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

 span { border-color: rgb(226,128,1); }

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