#E16500

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

Shades of Mango Tango #E16500

Tints of Mango Tango #E16500

Color information

#E16500 (or 0xE16500) is unknown color: approx Mango Tango. HEX triplet: E1, 65 and 00. RGB value is (225,101,0). Sum of RGB (Red+Green+Blue) = 225+101+0=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E16500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16500 is #1E9AFF. Grayscale: #7F7F7F. Windows color (decimal): -2005760 or 26081. OLE color: 26081.

HSL color Cylindrical-coordinate representation of color #E16500: hue angle of 26.93º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E16500 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB2251010-
CMYK00.5510.12
HSL26.93º100%44.12%-
HSV(B)26.93º100%88.24%-
XYZ35.7125.313-
YUV126.5656.58198.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 69.02%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.02%
G=30.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225101000.5510.1226.9310044.12
HexE165003764C1b642c
Octal3411450067144143314454
Binary1110000111001010011011111001001100110111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16500; }

 p { color: rgb(225,101,0); }

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

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

 a { background-color: rgb(225,101,0); }

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

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

 span { border-color: rgb(225,101,0); }

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