#E16F00

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

Shades of Mango Tango #E16F00

Tints of Mango Tango #E16F00

Color information

#E16F00 (or 0xE16F00) is unknown color: approx Mango Tango. HEX triplet: E1, 6F and 00. RGB value is (225,111,0). Sum of RGB (Red+Green+Blue) = 225+111+0=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16F00 is #1E90FF. Grayscale: #848484. Windows color (decimal): -2003200 or 28641. OLE color: 28641.

HSL color Cylindrical-coordinate representation of color #E16F00: hue angle of 29.6º 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 #E16F00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB2251110-
CMYK00.5110.12
HSL29.6º100%44.12%-
HSV(B)29.6º100%88.24%-
XYZ36.7427.383.35-
YUV132.4353.27194.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.96%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.96%
G=33.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225111000.5110.1229.610044.12
HexE16F003364C1e642c
Octal3411570063144143614454
Binary1110000111011110011001111001001100111101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F00; }

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

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

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

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

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

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

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

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