Color Hex Logo

#e26120 Color Hex

#E26120
(226,97,32)
0 Favorites   0 Comments

Color spaces of #e26120

RGB 2269732
HSL0.060.770.51
HSV20°86°89°
CMYK 0.000.570.86   0.11
XYZ35.899424.82244.2656
Yxy24.82240.55240.3820
Hunter Lab49.822141.429929.7992
CIE-Lab56.902047.193657.7669

#e26120 color RGB value is (226,97,32).

#e26120 hex color red value is 226, green value is 97 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e26120 hue: 0.06 , saturation: 0.77 and the lightness value of e26120 is 0.51.

The process color (four color CMYK) of #e26120 color hex is 0.00, 0.57, 0.86, 0.11. Web safe color of #e26120 is #cc6633. Color #e26120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100001 00100000
Octal 342 141 40
Decimal 226 97 32
Hex E2 61 20

RGB Percentages of Color #e26120

%63.66
%27.32
%9.01

CMYK Percentages of Color #e26120

%0
%57
%86
%11

Triadic Colors of #e26120

#e26120 #20e261 #6120e2

Analogous Colors of #e26120

#e26120 #e2c220 #e22040

Monochromatic Colors of #e26120

#e26120

Complementary Color

#e26120 #20a1e2

#e26120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26120 Color CSS Codes

.mybgcolor {background-color:#e26120; } 
.myforecolor {color:#e26120; }
.mybordercolor {border:3px solid #e26120; }

#e26120 Text Font Color

<p style="color:#e26120">Text here</p>

This sample text font color is #e26120
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e26120 Background Color

<div style="background-color:#e26120">
Div content here</div>

This div background color is #e26120


#e26120 Border Color

<div style="border:3px solid #e26120">
Div here</div>

This div border color is #e26120


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,97,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e26120; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e26120;
  -webkit-box-shadow: 1px 1px 3px 2px #e26120;
  box-shadow:         1px 1px 3px 2px #e26120; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,97,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e26120">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e26120;
  -webkit-box-shadow: 1px 1px 3px 2px #e26120;
  box-shadow:         1px 1px 3px 2px #e26120;">
Div content here</div>

This div box has shadow with color #e26120


Comments

No comments written yet.

Please login to write comment.