Html Css Color HEX #E0740E Mango Tango

📋 copy color: '#E0740E'

red 224 ◦ green 116 ◦ blue 14

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

Shades of Mango Tango #E0740E

Tints of Mango Tango #E0740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

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

R = 63.28%
G = 32.77%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0740E (or 0xE0740E) is known color: Mango Tango. HEX triplet: E0, 74 and 0E. RGB value is (224,116,14). Sum of RGB (Red+Green+Blue) = 224+116+14=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0740E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0740E is #1F8BF1. Grayscale: #898989. Windows color (decimal): -2067442 or 947424. OLE color: 947424.

HSL color Cylindrical-coordinate representation of color #E0740E: hue angle of 29.14º 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 #E0740E is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 116 14 -
CMYK 0 0.48 0.94 0.12
HSL 29.14º 0.88% 0.47% -
HSV(B) 29.14º 0.94% 0.88% -
XYZ 37.07 28.37 3.94 -
YUV 136.66 58.78 190.29 -
System Red Green Blue C M Y K H S L
Decimal 224 116 14 0 0.48 0.94 0.12 29.14 0.88 0.47
Hex E0 74 E 0 30 5E C 1D 58 2F
Octal 340 164 16 0 60 136 14 35 130 57
Binary 11100000 1110100 1110 0 110000 1011110 1100 11101 1011000 101111

Color Harmonies of #E0740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0740E

Black with #E0740E

Text Example


Text Example

White with #E0740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0740E; }

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

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

background-color css

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

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

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

border-color css

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

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

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