Color Hex Logo

#e26926 Color Hex

#E26926
(226,105,38)
0 Favorites   0 Comments

Color spaces of #e26926

RGB 22610538
HSL0.060.760.52
HSV21°83°89°
CMYK 0.000.540.83   0.11
XYZ36.765526.41184.9940
Yxy26.41180.53930.3874
Hunter Lab51.392437.760030.2132
CIE-Lab58.425943.508456.7293

#e26926 color RGB value is (226,105,38).

#e26926 hex color red value is 226, green value is 105 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #e26926 hue: 0.06 , saturation: 0.76 and the lightness value of e26926 is 0.52.

The process color (four color CMYK) of #e26926 color hex is 0.00, 0.54, 0.83, 0.11. Web safe color of #e26926 is #cc6633. Color #e26926 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101001 00100110
Octal 342 151 46
Decimal 226 105 38
Hex E2 69 26

RGB Percentages of Color #e26926

%61.25
%28.46
%10.30

CMYK Percentages of Color #e26926

%0
%54
%83
%11

Triadic Colors of #e26926

#e26926 #26e269 #6926e2

Analogous Colors of #e26926

#e26926 #e2c726 #e22641

Monochromatic Colors of #e26926

#e26926

Complementary Color

#e26926 #269fe2

#e26926 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26926 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26926 Color CSS Codes

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

#e26926 Text Font Color

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

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


#e26926 Background Color

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

This div background color is #e26926


#e26926 Border Color

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

This div border color is #e26926


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26926


Comments

No comments written yet.

Please login to write comment.