Html Css Color HEX #E26B0C Mango Tango

📋 copy color: '#E26B0C'

red 226 ◦ green 107 ◦ blue 12

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

Shades of Mango Tango #E26B0C

Tints of Mango Tango #E26B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.48%

R = 65.51%
G = 31.01%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E26B0C (or 0xE26B0C) is known color: Mango Tango. HEX triplet: E2, 6B and 0C. RGB value is (226,107,12). Sum of RGB (Red+Green+Blue) = 226+107+12=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26B0C is #1D94F3. Grayscale: #848484. Windows color (decimal): -1938676 or 814050. OLE color: 814050.

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

Color convert

RGB 226 107 12 -
CMYK 0 0.53 0.95 0.11
HSL 26.64º 0.9% 0.47% -
HSV(B) 26.64º 0.95% 0.89% -
XYZ 36.69 26.71 3.57 -
YUV 131.75 60.42 195.22 -
System Red Green Blue C M Y K H S L
Decimal 226 107 12 0 0.53 0.95 0.11 26.64 0.9 0.47
Hex E2 6B C 0 35 5F B 1B 5A 2F
Octal 342 153 14 0 65 137 13 33 132 57
Binary 11100010 1101011 1100 0 110101 1011111 1011 11011 1011010 101111

Color Harmonies of #E26B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26B0C

Black with #E26B0C

Text Example


Text Example

White with #E26B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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