Html Css Color HEX #E26400 Mango Tango

📋 copy color: '#E26400'

red 226 ◦ green 100 ◦ blue 0

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

Shades of Mango Tango #E26400

Tints of Mango Tango #E26400

RGB

 RED value IS 226 (88.67% from 255) = 69.33%

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

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

R = 69.33%
G = 30.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E26400 (or 0xE26400) is known color: Mango Tango. HEX triplet: E2, 64 and 00. RGB value is (226,100,0). Sum of RGB (Red+Green+Blue) = 226+100+0=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E26400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26400 is #1D9BFF. Grayscale: #7E7E7E. Windows color (decimal): -1940480 or 25826. OLE color: 25826.

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

Color convert

RGB 226 100 0 -
CMYK 0 0.56 1 0.11
HSL 26.55º 1% 0.44% -
HSV(B) 26.55º 1% 0.89% -
XYZ 35.92 25.28 2.99 -
YUV 126.27 56.74 199.13 -
System Red Green Blue C M Y K H S L
Decimal 226 100 0 0 0.56 1 0.11 26.55 1 0.44
Hex E2 64 0 0 38 64 B 1B 64 2C
Octal 342 144 0 0 70 144 13 33 144 54
Binary 11100010 1100100 0 0 111000 1100100 1011 11011 1100100 101100

Color Harmonies of #E26400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26400

Black with #E26400

Text Example


Text Example

White with #E26400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26400; }

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

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

background-color css

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

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

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

border-color css

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

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

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