Html Css Color HEX #E0720A Mango Tango

📋 copy color: '#E0720A'

red 224 ◦ green 114 ◦ blue 10

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

Shades of Mango Tango #E0720A

Tints of Mango Tango #E0720A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 64.37%
G = 32.76%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0720A (or 0xE0720A) is known color: Mango Tango. HEX triplet: E0, 72 and 0A. RGB value is (224,114,10). Sum of RGB (Red+Green+Blue) = 224+114+10=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E0720A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0720A is #1F8DF5. Grayscale: #878787. Windows color (decimal): -2067958 or 684768. OLE color: 684768.

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

Color convert

RGB 224 114 10 -
CMYK 0 0.49 0.96 0.12
HSL 29.16º 0.91% 0.46% -
HSV(B) 29.16º 0.96% 0.88% -
XYZ 36.81 27.9 3.73 -
YUV 135.03 57.44 191.46 -
System Red Green Blue C M Y K H S L
Decimal 224 114 10 0 0.49 0.96 0.12 29.16 0.91 0.46
Hex E0 72 A 0 31 60 C 1D 5B 2E
Octal 340 162 12 0 61 140 14 35 133 56
Binary 11100000 1110010 1010 0 110001 1100000 1100 11101 1011011 101110

Color Harmonies of #E0720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0720A

Black with #E0720A

Text Example


Text Example

White with #E0720A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0720A; }

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

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

background-color css

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

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

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

border-color css

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

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

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