Color Hex Logo

#e26911 Color Hex

#E26911
(226,105,17)
0 Favorites   0 Comments

Color spaces of #e26911

RGB 22610517
HSL0.070.860.48
HSV25°92°89°
CMYK 0.000.540.92   0.11
XYZ36.516826.31243.6845
Yxy26.31240.54900.3956
Hunter Lab51.295637.304931.6482
CIE-Lab58.332443.088163.4695

#e26911 color RGB value is (226,105,17).

#e26911 hex color red value is 226, green value is 105 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #e26911 hue: 0.07 , saturation: 0.86 and the lightness value of e26911 is 0.48.

The process color (four color CMYK) of #e26911 color hex is 0.00, 0.54, 0.92, 0.11. Web safe color of #e26911 is #cc6600. Color #e26911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101001 00010001
Octal 342 151 21
Decimal 226 105 17
Hex E2 69 11

RGB Percentages of Color #e26911

%64.94
%30.17
%4.89

CMYK Percentages of Color #e26911

%0
%54
%92
%11

Triadic Colors of #e26911

#e26911 #11e269 #6911e2

Analogous Colors of #e26911

#e26911 #e2d211 #e21122

Monochromatic Colors of #e26911

#e26911

Complementary Color

#e26911 #118ae2

#e26911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26911 Color CSS Codes

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

#e26911 Text Font Color

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

This sample text font color is #e26911
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.


#e26911 Background Color

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

This div background color is #e26911


#e26911 Border Color

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

This div border color is #e26911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26911


Comments

No comments written yet.

Please login to write comment.