#E06502

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

Shades of Mango Tango #E06502

Tints of Mango Tango #E06502

Color information

#E06502 (or 0xE06502) is unknown color: approx Mango Tango. HEX triplet: E0, 65 and 02. RGB value is (224,101,2). Sum of RGB (Red+Green+Blue) = 224+101+2=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E06502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06502 is #1F9AFD. Grayscale: #7F7F7F. Windows color (decimal): -2071294 or 157152. OLE color: 157152.

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

Color convert

RGB2241012-
CMYK00.550.990.12
HSL26.76º98.23%44.31%-
HSV(B)26.76º99.11%87.84%-
XYZ35.4125.163.05-
YUV126.4957.75197.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 68.50%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=68.50%
G=30.89%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224101200.550.990.1226.7698.2344.31
HexE065203763C1b622c
Octal3401452067143143314254
Binary11100000110010110011011111000111100110111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06502; }

 p { color: rgb(224,101,2); }

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

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

 a { background-color: rgb(224,101,2); }

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

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

 span { border-color: rgb(224,101,2); }

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