Color Hex Logo

#ea8319 Color Hex

#EA8319
(234,131,25)
0 Favorites   0 Comments

Color spaces of #ea8319

RGB 23413125
HSL0.080.830.51
HSV30°89°92°
CMYK 0.000.440.89   0.08
XYZ42.223533.79525.2174
Yxy33.79520.51980.4160
Hunter Lab58.133627.913935.3724
CIE-Lab64.799733.237966.6666

#ea8319 color RGB value is (234,131,25).

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

The process color (four color CMYK) of #ea8319 color hex is 0.00, 0.44, 0.89, 0.08. Web safe color of #ea8319 is #ff9900. Color #ea8319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000011 00011001
Octal 352 203 31
Decimal 234 131 25
Hex EA 83 19

RGB Percentages of Color #ea8319

%60.00
%33.59
%6.41

CMYK Percentages of Color #ea8319

%0
%44
%89
%8

Triadic Colors of #ea8319

#ea8319 #19ea83 #8319ea

Analogous Colors of #ea8319

#ea8319 #e9ea19 #ea1b19

Monochromatic Colors of #ea8319

#ea8319

Complementary Color

#ea8319 #1980ea

#ea8319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8319 Color CSS Codes

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

#ea8319 Text Font Color

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

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


#ea8319 Background Color

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

This div background color is #ea8319


#ea8319 Border Color

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

This div border color is #ea8319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8319


Comments

No comments written yet.

Please login to write comment.