Color Hex Logo

#ea9247 Color Hex

#EA9247
(234,146,71)
0 Favorites   0 Comments

Color spaces of #ea9247

RGB 23414671
HSL0.080.800.60
HSV28°70°92°
CMYK 0.000.380.70   0.08
XYZ45.347938.505111.0034
Yxy38.50510.47810.4059
Hunter Lab62.052521.855832.9232
CIE-Lab68.391226.944252.3444

#ea9247 color RGB value is (234,146,71).

#ea9247 hex color red value is 234, green value is 146 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ea9247 hue: 0.08 , saturation: 0.80 and the lightness value of ea9247 is 0.60.

The process color (four color CMYK) of #ea9247 color hex is 0.00, 0.38, 0.70, 0.08. Web safe color of #ea9247 is #ff9933. Color #ea9247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010010 01000111
Octal 352 222 107
Decimal 234 146 71
Hex EA 92 47

RGB Percentages of Color #ea9247

%51.88
%32.37
%15.74

CMYK Percentages of Color #ea9247

%0
%38
%70
%8

Triadic Colors of #ea9247

#ea9247 #47ea92 #9247ea

Analogous Colors of #ea9247

#ea9247 #eae447 #ea474d

Monochromatic Colors of #ea9247

#ea9247

Complementary Color

#ea9247 #479fea

#ea9247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9247 Color CSS Codes

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

#ea9247 Text Font Color

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

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


#ea9247 Background Color

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

This div background color is #ea9247


#ea9247 Border Color

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

This div border color is #ea9247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9247


Comments

No comments written yet.

Please login to write comment.