Html Css Color HEX #E26F0E Mango Tango

📋 copy color: '#E26F0E'

red 226 ◦ green 111 ◦ blue 14

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

Shades of Mango Tango #E26F0E

Tints of Mango Tango #E26F0E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

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

R = 64.39%
G = 31.62%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E26F0E (or 0xE26F0E) is known color: Mango Tango. HEX triplet: E2, 6F and 0E. RGB value is (226,111,14). Sum of RGB (Red+Green+Blue) = 226+111+14=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26F0E is #1D90F1. Grayscale: #868686. Windows color (decimal): -1937650 or 946146. OLE color: 946146.

HSL color Cylindrical-coordinate representation of color #E26F0E: hue angle of 27.45º 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 #E26F0E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 111 14 -
CMYK 0 0.51 0.94 0.11
HSL 27.45º 0.88% 0.47% -
HSV(B) 27.45º 0.94% 0.89% -
XYZ 37.13 27.57 3.78 -
YUV 134.33 60.1 193.39 -
System Red Green Blue C M Y K H S L
Decimal 226 111 14 0 0.51 0.94 0.11 27.45 0.88 0.47
Hex E2 6F E 0 33 5E B 1B 58 2F
Octal 342 157 16 0 63 136 13 33 130 57
Binary 11100010 1101111 1110 0 110011 1011110 1011 11011 1011000 101111

Color Harmonies of #E26F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26F0E

Black with #E26F0E

Text Example


Text Example

White with #E26F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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