Html Css Color HEX #E0720E Mango Tango

📋 copy color: '#E0720E'

red 224 ◦ green 114 ◦ blue 14

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

Shades of Mango Tango #E0720E

Tints of Mango Tango #E0720E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.98%

R = 63.64%
G = 32.39%
B = 3.98%

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

#E0720E (or 0xE0720E) is known color: Mango Tango. HEX triplet: E0, 72 and 0E. RGB value is (224,114,14). Sum of RGB (Red+Green+Blue) = 224+114+14=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E0720E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0720E is #1F8DF1. Grayscale: #878787. Windows color (decimal): -2067954 or 946912. OLE color: 946912.

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

Color convert

RGB 224 114 14 -
CMYK 0 0.49 0.94 0.12
HSL 28.57º 0.88% 0.47% -
HSV(B) 28.57º 0.94% 0.88% -
XYZ 36.84 27.91 3.86 -
YUV 135.49 59.44 191.13 -
System Red Green Blue C M Y K H S L
Decimal 224 114 14 0 0.49 0.94 0.12 28.57 0.88 0.47
Hex E0 72 E 0 31 5E C 1D 58 2F
Octal 340 162 16 0 61 136 14 35 130 57
Binary 11100000 1110010 1110 0 110001 1011110 1100 11101 1011000 101111

Color Harmonies of #E0720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0720E

Black with #E0720E

Text Example


Text Example

White with #E0720E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0720E; }

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

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

background-color css

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

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

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

border-color css

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

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

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