Color Hex Logo

#e2890e Color Hex

#E2890E
(226,137,14)
0 Favorites   0 Comments

Color spaces of #e2890e

RGB 22613714
HSL0.100.880.47
HSV35°94°89°
CMYK 0.000.390.94   0.11
XYZ40.389034.09184.8671
Yxy34.09180.50900.4296
Hunter Lab58.388221.294935.9295
CIE-Lab65.035426.614768.7366

#e2890e color RGB value is (226,137,14).

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

The process color (four color CMYK) of #e2890e color hex is 0.00, 0.39, 0.94, 0.11. Web safe color of #e2890e is #cc9900. Color #e2890e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001001 00001110
Octal 342 211 16
Decimal 226 137 14
Hex E2 89 E

RGB Percentages of Color #e2890e

%59.95
%36.34
%3.71

CMYK Percentages of Color #e2890e

%0
%39
%94
%11

Triadic Colors of #e2890e

#e2890e #0ee289 #890ee2

Analogous Colors of #e2890e

#e2890e #d1e20e #e21f0e

Monochromatic Colors of #e2890e

#e2890e

Complementary Color

#e2890e #0e67e2

#e2890e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2890e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2890e Color CSS Codes

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

#e2890e Text Font Color

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

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


#e2890e Background Color

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

This div background color is #e2890e


#e2890e Border Color

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

This div border color is #e2890e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,137,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 #e2890e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2890e


Comments

No comments written yet.

Please login to write comment.