#e0820f

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

Shades of Mango Tango #E0820F

Tints of Mango Tango #E0820F

Color information

#E0820F (or 0xE0820F) is unknown color: approx Mango Tango. HEX triplet: E0, 82 and 0F. RGB value is (224,130,15). Sum of RGB (Red+Green+Blue) = 224+130+15=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E0820F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0820F is #1F7DF0. Grayscale: #919191. Windows color (decimal): -2063857 or 1016544. OLE color: 1016544.

HSL color Cylindrical-coordinate representation of color #E0820F: hue angle of 33.01º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0820F is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB22413015-
CMYK00.420.930.12
HSL33.01º87.45%46.86%-
HSV(B)33.01º93.3%87.84%-
XYZ38.8131.854.55-
YUV14554.64184.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 60.70%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 15 (6.25% from 255) = 4.07%
R=60.70%
G=35.23%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241301500.420.930.1233.0187.4546.86
HexE082F02A5DC21572f
Octal34020217052135144112757
Binary111000001000001011110101010101110111001000011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0820f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0820f; }

 p { color: rgb(224,130,15); }

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

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

 a { background-color: rgb(224,130,15); }

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

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

 span { border-color: rgb(224,130,15); }

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