Color Hex Logo

#e26412 Color Hex

#E26412
(226,100,18)
0 Favorites   0 Comments

Color spaces of #e26412

RGB 22610018
HSL0.070.850.48
HSV24°92°89°
CMYK 0.000.560.92   0.11
XYZ36.030425.32683.5618
Yxy25.32680.55500.3901
Hunter Lab50.325739.725931.0318
CIE-Lab57.392545.518562.5751

#e26412 color RGB value is (226,100,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100100 00010010
Octal 342 144 22
Decimal 226 100 18
Hex E2 64 12

RGB Percentages of Color #e26412

%65.70
%29.07
%5.23

CMYK Percentages of Color #e26412

%0
%56
%92
%11

Triadic Colors of #e26412

#e26412 #12e264 #6412e2

Analogous Colors of #e26412

#e26412 #e2cc12 #e21228

Monochromatic Colors of #e26412

#e26412

Complementary Color

#e26412 #1290e2

#e26412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26412 Color CSS Codes

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

#e26412 Text Font Color

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

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


#e26412 Background Color

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

This div background color is #e26412


#e26412 Border Color

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

This div border color is #e26412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26412


Comments

No comments written yet.

Please login to write comment.