Color Hex Logo

#ea8934 Color Hex

#EA8934
(234,137,52)
0 Favorites   0 Comments

Color spaces of #ea8934

RGB 23413752
HSL0.080.810.56
HSV28°78°92°
CMYK 0.000.410.78   0.08
XYZ43.497235.63177.8339
Yxy35.63170.50020.4097
Hunter Lab59.692325.609734.0035
CIE-Lab66.237630.838458.6056

#ea8934 color RGB value is (234,137,52).

#ea8934 hex color red value is 234, green value is 137 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ea8934 hue: 0.08 , saturation: 0.81 and the lightness value of ea8934 is 0.56.

The process color (four color CMYK) of #ea8934 color hex is 0.00, 0.41, 0.78, 0.08. Web safe color of #ea8934 is #ff9933. Color #ea8934 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001001 00110100
Octal 352 211 64
Decimal 234 137 52
Hex EA 89 34

RGB Percentages of Color #ea8934

%55.32
%32.39
%12.29

CMYK Percentages of Color #ea8934

%0
%41
%78
%8

Triadic Colors of #ea8934

#ea8934 #34ea89 #8934ea

Analogous Colors of #ea8934

#ea8934 #eae434 #ea343a

Monochromatic Colors of #ea8934

#ea8934

Complementary Color

#ea8934 #3495ea

#ea8934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8934 Color CSS Codes

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

#ea8934 Text Font Color

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

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


#ea8934 Background Color

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

This div background color is #ea8934


#ea8934 Border Color

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

This div border color is #ea8934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8934


Comments

No comments written yet.

Please login to write comment.