Color Hex Logo

#ea896f Color Hex

#EA896F
(234,137,111)
0 Favorites   0 Comments

Color spaces of #ea896f

RGB 234137111
HSL0.040.750.68
HSV13°53°92°
CMYK 0.000.410.53   0.08
XYZ45.746636.531419.6791
Yxy36.53140.44870.3583
Hunter Lab60.441229.330523.0046
CIE-Lab66.924034.410329.8943

#ea896f color RGB value is (234,137,111).

#ea896f hex color red value is 234, green value is 137 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ea896f hue: 0.04 , saturation: 0.75 and the lightness value of ea896f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001001 01101111
Octal 352 211 157
Decimal 234 137 111
Hex EA 89 6F

RGB Percentages of Color #ea896f

%48.55
%28.42
%23.03

CMYK Percentages of Color #ea896f

%0
%41
%53
%8

Triadic Colors of #ea896f

#ea896f #6fea89 #896fea

Analogous Colors of #ea896f

#ea896f #eac76f #ea6f93

Monochromatic Colors of #ea896f

#ea896f

Complementary Color

#ea896f #6fd0ea

#ea896f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea896f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea896f Color CSS Codes

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

#ea896f Text Font Color

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

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


#ea896f Background Color

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

This div background color is #ea896f


#ea896f Border Color

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

This div border color is #ea896f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea896f


Comments

No comments written yet.

Please login to write comment.