Html Css Color HEX #E26B0E Mango Tango

📋 copy color: '#E26B0E'

red 226 ◦ green 107 ◦ blue 14

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

Shades of Mango Tango #E26B0E

Tints of Mango Tango #E26B0E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.84%

 BLUE value IS 14 (5.86% from 255) = 4.03%

R = 65.13%
G = 30.84%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E26B0E (or 0xE26B0E) is known color: Mango Tango. HEX triplet: E2, 6B and 0E. RGB value is (226,107,14). Sum of RGB (Red+Green+Blue) = 226+107+14=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26B0E is #1D94F1. Grayscale: #848484. Windows color (decimal): -1938674 or 945122. OLE color: 945122.

HSL color Cylindrical-coordinate representation of color #E26B0E: hue angle of 26.32º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E26B0E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 107 14 -
CMYK 0 0.53 0.94 0.11
HSL 26.32º 0.88% 0.47% -
HSV(B) 26.32º 0.94% 0.89% -
XYZ 36.7 26.72 3.64 -
YUV 131.98 61.42 195.06 -
System Red Green Blue C M Y K H S L
Decimal 226 107 14 0 0.53 0.94 0.11 26.32 0.88 0.47
Hex E2 6B E 0 35 5E B 1A 58 2F
Octal 342 153 16 0 65 136 13 32 130 57
Binary 11100010 1101011 1110 0 110101 1011110 1011 11010 1011000 101111

Color Harmonies of #E26B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26B0E

Black with #E26B0E

Text Example


Text Example

White with #E26B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26B0E; }

 p { color: rgb(226,107,14); }

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

background-color css

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

 a { background-color: rgb(226,107,14); }

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

border-color css

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

 span { border-color: rgb(226,107,14); }

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