Color Hex Logo

#e26f0e Color Hex

#E26F0E
(226,111,14)
0 Favorites   0 Comments

Color spaces of #e26f0e

RGB 22611114
HSL0.080.880.47
HSV27°94°89°
CMYK 0.000.510.94   0.11
XYZ37.127727.56933.7800
Yxy27.56930.54220.4026
Hunter Lab52.506534.332332.4862
CIE-Lab59.497640.081364.9243

#e26f0e color RGB value is (226,111,14).

#e26f0e hex color red value is 226, green value is 111 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e26f0e hue: 0.08 , saturation: 0.88 and the lightness value of e26f0e is 0.47.

The process color (four color CMYK) of #e26f0e color hex is 0.00, 0.51, 0.94, 0.11. Web safe color of #e26f0e is #cc6600. Color #e26f0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101111 00001110
Octal 342 157 16
Decimal 226 111 14
Hex E2 6F E

RGB Percentages of Color #e26f0e

%64.39
%31.62
%3.99

CMYK Percentages of Color #e26f0e

%0
%51
%94
%11

Triadic Colors of #e26f0e

#e26f0e #0ee26f #6f0ee2

Analogous Colors of #e26f0e

#e26f0e #e2d90e #e20e17

Monochromatic Colors of #e26f0e

#e26f0e

Complementary Color

#e26f0e #0e81e2

#e26f0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26f0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26f0e Color CSS Codes

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

#e26f0e Text Font Color

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

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


#e26f0e Background Color

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

This div background color is #e26f0e


#e26f0e Border Color

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

This div border color is #e26f0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26f0e


Comments

No comments written yet.

Please login to write comment.