Html Css Color HEX #E07A00 Mango Tango

📋 copy color: '#E07A00'

red 224 ◦ green 122 ◦ blue 0

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

Shades of Mango Tango #E07A00

Tints of Mango Tango #E07A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.26%

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

R = 64.74%
G = 35.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E07A00 (or 0xE07A00) is known color: Mango Tango. HEX triplet: E0, 7A and 00. RGB value is (224,122,0). Sum of RGB (Red+Green+Blue) = 224+122+0=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07A00 is #1F85FF. Grayscale: #8B8B8B. Windows color (decimal): -2065920 or 31456. OLE color: 31456.

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

Color convert

RGB 224 122 0 -
CMYK 0 0.46 1 0.12
HSL 32.68º 1% 0.44% -
HSV(B) 32.68º 1% 0.88% -
XYZ 37.7 29.77 3.76 -
YUV 138.59 49.79 188.92 -
System Red Green Blue C M Y K H S L
Decimal 224 122 0 0 0.46 1 0.12 32.68 1 0.44
Hex E0 7A 0 0 2E 64 C 21 64 2C
Octal 340 172 0 0 56 144 14 41 144 54
Binary 11100000 1111010 0 0 101110 1100100 1100 100001 1100100 101100

Color Harmonies of #E07A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A00

Black with #E07A00

Text Example


Text Example

White with #E07A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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