Color Hex Logo

#e26414 Color Hex

#E26414
(226,100,20)
0 Favorites   0 Comments

Color spaces of #e26414

RGB 22610020
HSL0.060.840.48
HSV23°91°89°
CMYK 0.000.560.91   0.11
XYZ36.047525.33363.6518
Yxy25.33360.55430.3896
Hunter Lab50.332539.757630.9310
CIE-Lab57.399045.547462.0521

#e26414 color RGB value is (226,100,20).

#e26414 hex color red value is 226, green value is 100 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #e26414 hue: 0.06 , saturation: 0.84 and the lightness value of e26414 is 0.48.

The process color (four color CMYK) of #e26414 color hex is 0.00, 0.56, 0.91, 0.11. Web safe color of #e26414 is #cc6600. Color #e26414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100100 00010100
Octal 342 144 24
Decimal 226 100 20
Hex E2 64 14

RGB Percentages of Color #e26414

%65.32
%28.90
%5.78

CMYK Percentages of Color #e26414

%0
%56
%91
%11

Triadic Colors of #e26414

#e26414 #14e264 #6414e2

Analogous Colors of #e26414

#e26414 #e2cb14 #e2142b

Monochromatic Colors of #e26414

#e26414

Complementary Color

#e26414 #1492e2

#e26414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26414 Color CSS Codes

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

#e26414 Text Font Color

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

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


#e26414 Background Color

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

This div background color is #e26414


#e26414 Border Color

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

This div border color is #e26414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26414


Comments

No comments written yet.

Please login to write comment.