Color Hex Logo

#ea7119 Color Hex

#EA7119
(234,113,25)
0 Favorites   0 Comments

Color spaces of #ea7119

RGB 23411325
HSL0.070.830.51
HSV25°89°92°
CMYK 0.000.520.89   0.08
XYZ40.012329.37294.4804
Yxy29.37290.54170.3977
Hunter Lab54.196836.938333.0363
CIE-Lab61.109342.365063.8995

#ea7119 color RGB value is (234,113,25).

#ea7119 hex color red value is 234, green value is 113 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #ea7119 hue: 0.07 , saturation: 0.83 and the lightness value of ea7119 is 0.51.

The process color (four color CMYK) of #ea7119 color hex is 0.00, 0.52, 0.89, 0.08. Web safe color of #ea7119 is #ff6600. Color #ea7119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110001 00011001
Octal 352 161 31
Decimal 234 113 25
Hex EA 71 19

RGB Percentages of Color #ea7119

%62.90
%30.38
%6.72

CMYK Percentages of Color #ea7119

%0
%52
%89
%8

Triadic Colors of #ea7119

#ea7119 #19ea71 #7119ea

Analogous Colors of #ea7119

#ea7119 #eada19 #ea192a

Monochromatic Colors of #ea7119

#ea7119

Complementary Color

#ea7119 #1992ea

#ea7119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7119 Color CSS Codes

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

#ea7119 Text Font Color

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

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


#ea7119 Background Color

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

This div background color is #ea7119


#ea7119 Border Color

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

This div border color is #ea7119


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,113,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea7119; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea7119;
  -webkit-box-shadow: 1px 1px 3px 2px #ea7119;
  box-shadow:         1px 1px 3px 2px #ea7119; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,113,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7119


Comments

No comments written yet.

Please login to write comment.