Html Css Color HEX #E07C14 Mango Tango

📋 copy color: '#E07C14'

red 224 ◦ green 124 ◦ blue 20

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

Shades of Mango Tango #E07C14

Tints of Mango Tango #E07C14

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.7%

 BLUE value IS 20 (8.2% from 255) = 5.43%

R = 60.87%
G = 33.7%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E07C14 (or 0xE07C14) is known color: Mango Tango. HEX triplet: E0, 7C and 14. RGB value is (224,124,20). Sum of RGB (Red+Green+Blue) = 224+124+20=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07C14 is #1F83EB. Grayscale: #8E8E8E. Windows color (decimal): -2065388 or 1342688. OLE color: 1342688.

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

Color convert

RGB 224 124 20 -
CMYK 0 0.45 0.91 0.12
HSL 30.59º 0.84% 0.48% -
HSV(B) 30.59º 0.91% 0.88% -
XYZ 38.07 30.31 4.51 -
YUV 142.04 59.13 186.46 -
System Red Green Blue C M Y K H S L
Decimal 224 124 20 0 0.45 0.91 0.12 30.59 0.84 0.48
Hex E0 7C 14 0 2D 5B C 1F 54 30
Octal 340 174 24 0 55 133 14 37 124 60
Binary 11100000 1111100 10100 0 101101 1011011 1100 11111 1010100 110000

Color Harmonies of #E07C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C14

Black with #E07C14

Text Example


Text Example

White with #E07C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C14; }

 p { color: rgb(224,124,20); }

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

background-color css

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

 a { background-color: rgb(224,124,20); }

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

border-color css

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

 span { border-color: rgb(224,124,20); }

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