Color Hex Logo

#ea895a Color Hex

#EA895A
(234,137,90)
0 Favorites   0 Comments

Color spaces of #ea895a

RGB 23413790
HSL0.050.770.64
HSV20°62°92°
CMYK 0.000.410.62   0.08
XYZ44.722836.121914.2879
Yxy36.12190.47010.3797
Hunter Lab60.101527.648027.9761
CIE-Lab66.613032.805740.8036

#ea895a color RGB value is (234,137,90).

#ea895a hex color red value is 234, green value is 137 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ea895a hue: 0.05 , saturation: 0.77 and the lightness value of ea895a is 0.64.

The process color (four color CMYK) of #ea895a color hex is 0.00, 0.41, 0.62, 0.08. Web safe color of #ea895a is #ff9966. Color #ea895a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001001 01011010
Octal 352 211 132
Decimal 234 137 90
Hex EA 89 5A

RGB Percentages of Color #ea895a

%50.76
%29.72
%19.52

CMYK Percentages of Color #ea895a

%0
%41
%62
%8

Triadic Colors of #ea895a

#ea895a #5aea89 #895aea

Analogous Colors of #ea895a

#ea895a #ead15a #ea5a73

Monochromatic Colors of #ea895a

#ea895a

Complementary Color

#ea895a #5abbea

#ea895a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea895a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea895a Color CSS Codes

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

#ea895a Text Font Color

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

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


#ea895a Background Color

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

This div background color is #ea895a


#ea895a Border Color

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

This div border color is #ea895a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea895a

#ea895a Color Palettes


Comments

No comments written yet.

Please login to write comment.