Html Css Color HEX #E0720D Mango Tango

📋 copy color: '#E0720D'

red 224 ◦ green 114 ◦ blue 13

#E0720D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mango Tango #E0720D

Tints of Mango Tango #E0720D

RGB

 RED value IS 224 (87.89% from 255) = 63.82%

 GREEN value IS 114 (44.92% from 255) = 32.48%

 BLUE value IS 13 (5.47% from 255) = 3.7%

R = 63.82%
G = 32.48%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0720D (or 0xE0720D) is known color: Mango Tango. HEX triplet: E0, 72 and 0D. RGB value is (224,114,13). Sum of RGB (Red+Green+Blue) = 224+114+13=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0720D is #1F8DF2. Grayscale: #878787. Windows color (decimal): -2067955 or 881376. OLE color: 881376.

HSL color Cylindrical-coordinate representation of color #E0720D: hue angle of 28.72º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0720D is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 114 13 -
CMYK 0 0.49 0.94 0.12
HSL 28.72º 0.89% 0.46% -
HSV(B) 28.72º 0.94% 0.88% -
XYZ 36.83 27.91 3.83 -
YUV 135.38 58.94 191.21 -
System Red Green Blue C M Y K H S L
Decimal 224 114 13 0 0.49 0.94 0.12 28.72 0.89 0.46
Hex E0 72 D 0 31 5E C 1D 59 2E
Octal 340 162 15 0 61 136 14 35 131 56
Binary 11100000 1110010 1101 0 110001 1011110 1100 11101 1011001 101110

Color Harmonies of #E0720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0720D

Black with #E0720D

Text Example


Text Example

White with #E0720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0720D; }

 p { color: rgb(224,114,13); }

 H1.HeaderClassName
 {
   color: #E0720D;
 }
 .AnyTagClassName
 {
   color: #E0720D;
 }
</style>

background-color css

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

 a { background-color: rgb(224,114,13); }

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

border-color css

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

 span { border-color: rgb(224,114,13); }

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