Html Css Color HEX #E26A0D Mango Tango

📋 copy color: '#E26A0D'

red 226 ◦ green 106 ◦ blue 13

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

Shades of Mango Tango #E26A0D

Tints of Mango Tango #E26A0D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.72%

 BLUE value IS 13 (5.47% from 255) = 3.77%

R = 65.51%
G = 30.72%
B = 3.77%

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

#E26A0D (or 0xE26A0D) is known color: Mango Tango. HEX triplet: E2, 6A and 0D. RGB value is (226,106,13). Sum of RGB (Red+Green+Blue) = 226+106+13=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26A0D is #1D95F2. Grayscale: #838383. Windows color (decimal): -1938931 or 879330. OLE color: 879330.

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

Color convert

RGB 226 106 13 -
CMYK 0 0.53 0.94 0.11
HSL 26.2º 0.89% 0.47% -
HSV(B) 26.2º 0.94% 0.89% -
XYZ 36.59 26.51 3.57 -
YUV 131.28 61.26 195.56 -
System Red Green Blue C M Y K H S L
Decimal 226 106 13 0 0.53 0.94 0.11 26.2 0.89 0.47
Hex E2 6A D 0 35 5E B 1A 59 2F
Octal 342 152 15 0 65 136 13 32 131 57
Binary 11100010 1101010 1101 0 110101 1011110 1011 11010 1011001 101111

Color Harmonies of #E26A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26A0D

Black with #E26A0D

Text Example


Text Example

White with #E26A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26A0D; }

 p { color: rgb(226,106,13); }

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

background-color css

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

 a { background-color: rgb(226,106,13); }

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

border-color css

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

 span { border-color: rgb(226,106,13); }

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