Html Css Color HEX #E07400 Mango Tango

📋 copy color: '#E07400'

red 224 ◦ green 116 ◦ blue 0

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

Shades of Mango Tango #E07400

Tints of Mango Tango #E07400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.12%

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

R = 65.88%
G = 34.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E07400 (or 0xE07400) is known color: Mango Tango. HEX triplet: E0, 74 and 00. RGB value is (224,116,0). Sum of RGB (Red+Green+Blue) = 224+116+0=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E07400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07400 is #1F8BFF. Grayscale: #878787. Windows color (decimal): -2067456 or 29920. OLE color: 29920.

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

Color convert

RGB 224 116 0 -
CMYK 0 0.48 1 0.12
HSL 31.07º 1% 0.44% -
HSV(B) 31.07º 1% 0.88% -
XYZ 36.99 28.34 3.52 -
YUV 135.07 51.78 191.43 -
System Red Green Blue C M Y K H S L
Decimal 224 116 0 0 0.48 1 0.12 31.07 1 0.44
Hex E0 74 0 0 30 64 C 1F 64 2C
Octal 340 164 0 0 60 144 14 37 144 54
Binary 11100000 1110100 0 0 110000 1100100 1100 11111 1100100 101100

Color Harmonies of #E07400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07400

Black with #E07400

Text Example


Text Example

White with #E07400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07400; }

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

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

background-color css

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

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

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

border-color css

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

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

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