Html Css Color HEX #E07F14 Mango Tango

📋 copy color: '#E07F14'

red 224 ◦ green 127 ◦ blue 20

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

Shades of Mango Tango #E07F14

Tints of Mango Tango #E07F14

RGB

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

 GREEN value IS 127 (50% from 255) = 34.23%

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

R = 60.38%
G = 34.23%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E07F14 (or 0xE07F14) is known color: Mango Tango. HEX triplet: E0, 7F and 14. RGB value is (224,127,20). Sum of RGB (Red+Green+Blue) = 224+127+20=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07F14 is #1F80EB. Grayscale: #909090. Windows color (decimal): -2064620 or 1343456. OLE color: 1343456.

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

Color convert

RGB 224 127 20 -
CMYK 0 0.43 0.91 0.12
HSL 31.47º 0.84% 0.48% -
HSV(B) 31.47º 0.91% 0.88% -
XYZ 38.46 31.08 4.63 -
YUV 143.81 58.14 185.2 -
System Red Green Blue C M Y K H S L
Decimal 224 127 20 0 0.43 0.91 0.12 31.47 0.84 0.48
Hex E0 7F 14 0 2B 5B C 1F 54 30
Octal 340 177 24 0 53 133 14 37 124 60
Binary 11100000 1111111 10100 0 101011 1011011 1100 11111 1010100 110000

Color Harmonies of #E07F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F14

Black with #E07F14

Text Example


Text Example

White with #E07F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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