Html Css Color HEX #E07C00 Mango Tango

📋 copy color: '#E07C00'

red 224 ◦ green 124 ◦ blue 0

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

Shades of Mango Tango #E07C00

Tints of Mango Tango #E07C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.37%
G = 35.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E07C00 (or 0xE07C00) is known color: Mango Tango. HEX triplet: E0, 7C and 00. RGB value is (224,124,0). Sum of RGB (Red+Green+Blue) = 224+124+0=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07C00 is #1F83FF. Grayscale: #8C8C8C. Windows color (decimal): -2065408 or 31968. OLE color: 31968.

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

Color convert

RGB 224 124 0 -
CMYK 0 0.45 1 0.12
HSL 33.21º 1% 0.44% -
HSV(B) 33.21º 1% 0.88% -
XYZ 37.95 30.26 3.84 -
YUV 139.76 49.13 188.08 -
System Red Green Blue C M Y K H S L
Decimal 224 124 0 0 0.45 1 0.12 33.21 1 0.44
Hex E0 7C 0 0 2D 64 C 21 64 2C
Octal 340 174 0 0 55 144 14 41 144 54
Binary 11100000 1111100 0 0 101101 1100100 1100 100001 1100100 101100

Color Harmonies of #E07C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C00

Black with #E07C00

Text Example


Text Example

White with #E07C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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