#E06F06

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

Shades of Mango Tango #E06F06

Tints of Mango Tango #E06F06

Color information

#E06F06 (or 0xE06F06) is unknown color: approx Mango Tango. HEX triplet: E0, 6F and 06. RGB value is (224,111,6). Sum of RGB (Red+Green+Blue) = 224+111+6=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06F06 is #1F90F9. Grayscale: #858585. Windows color (decimal): -2068730 or 421856. OLE color: 421856.

HSL color Cylindrical-coordinate representation of color #E06F06: hue angle of 28.9º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E06F06 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB2241116-
CMYK00.500.970.12
HSL28.9º94.78%45.1%-
HSV(B)28.9º97.32%87.84%-
XYZ36.4627.233.51-
YUV132.8256.44193.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.69%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 6 (2.73% from 255) = 1.76%
R=65.69%
G=32.55%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.97
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224111600.500.970.1228.994.7845.1
HexE06F603261C1d5f2d
Octal3401576062141143513755
Binary111000001101111110011001011000011100111011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06F06; }

 p { color: rgb(224,111,6); }

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

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

 a { background-color: rgb(224,111,6); }

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

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

 span { border-color: rgb(224,111,6); }

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