Html Css Color HEX #E07C12 Mango Tango

📋 copy color: '#E07C12'

red 224 ◦ green 124 ◦ blue 18

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

Shades of Mango Tango #E07C12

Tints of Mango Tango #E07C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.92%

R = 61.2%
G = 33.88%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E07C12 (or 0xE07C12) is known color: Mango Tango. HEX triplet: E0, 7C and 12. RGB value is (224,124,18). Sum of RGB (Red+Green+Blue) = 224+124+18=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07C12 is #1F83ED. Grayscale: #8E8E8E. Windows color (decimal): -2065390 or 1211616. OLE color: 1211616.

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

Color convert

RGB 224 124 18 -
CMYK 0 0.45 0.92 0.12
HSL 30.87º 0.85% 0.47% -
HSV(B) 30.87º 0.92% 0.88% -
XYZ 38.06 30.31 4.42 -
YUV 141.82 58.13 186.62 -
System Red Green Blue C M Y K H S L
Decimal 224 124 18 0 0.45 0.92 0.12 30.87 0.85 0.47
Hex E0 7C 12 0 2D 5C C 1F 55 2F
Octal 340 174 22 0 55 134 14 37 125 57
Binary 11100000 1111100 10010 0 101101 1011100 1100 11111 1010101 101111

Color Harmonies of #E07C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C12

Black with #E07C12

Text Example


Text Example

White with #E07C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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