Html Css Color HEX #E06400 Mango Tango

📋 copy color: '#E06400'

red 224 ◦ green 100 ◦ blue 0

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

Shades of Mango Tango #E06400

Tints of Mango Tango #E06400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.86%

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

R = 69.14%
G = 30.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E06400 (or 0xE06400) is known color: Mango Tango. HEX triplet: E0, 64 and 00. RGB value is (224,100,0). Sum of RGB (Red+Green+Blue) = 224+100+0=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E06400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06400 is #1F9BFF. Grayscale: #7E7E7E. Windows color (decimal): -2071552 or 25824. OLE color: 25824.

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

Color convert

RGB 224 100 0 -
CMYK 0 0.55 1 0.12
HSL 26.79º 1% 0.44% -
HSV(B) 26.79º 1% 0.88% -
XYZ 35.3 24.96 2.96 -
YUV 125.68 57.08 198.13 -
System Red Green Blue C M Y K H S L
Decimal 224 100 0 0 0.55 1 0.12 26.79 1 0.44
Hex E0 64 0 0 37 64 C 1B 64 2C
Octal 340 144 0 0 67 144 14 33 144 54
Binary 11100000 1100100 0 0 110111 1100100 1100 11011 1100100 101100

Color Harmonies of #E06400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06400

Black with #E06400

Text Example


Text Example

White with #E06400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06400; }

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

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

background-color css

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

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

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

border-color css

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

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

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