Html Css Color HEX #E0740A Mango Tango

📋 copy color: '#E0740A'

red 224 ◦ green 116 ◦ blue 10

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

Shades of Mango Tango #E0740A

Tints of Mango Tango #E0740A

RGB

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

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

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

R = 64%
G = 33.14%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0740A (or 0xE0740A) is known color: Mango Tango. HEX triplet: E0, 74 and 0A. RGB value is (224,116,10). Sum of RGB (Red+Green+Blue) = 224+116+10=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0740A is #1F8BF5. Grayscale: #888888. Windows color (decimal): -2067446 or 685280. OLE color: 685280.

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

Color convert

RGB 224 116 10 -
CMYK 0 0.48 0.96 0.12
HSL 29.72º 0.91% 0.46% -
HSV(B) 29.72º 0.96% 0.88% -
XYZ 37.04 28.36 3.81 -
YUV 136.21 56.78 190.62 -
System Red Green Blue C M Y K H S L
Decimal 224 116 10 0 0.48 0.96 0.12 29.72 0.91 0.46
Hex E0 74 A 0 30 60 C 1E 5B 2E
Octal 340 164 12 0 60 140 14 36 133 56
Binary 11100000 1110100 1010 0 110000 1100000 1100 11110 1011011 101110

Color Harmonies of #E0740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0740A

Black with #E0740A

Text Example


Text Example

White with #E0740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0740A; }

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

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

background-color css

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

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

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

border-color css

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

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

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