Color Hex Logo

#ea895b Color Hex

#EA895B
(234,137,91)
0 Favorites   0 Comments

Color spaces of #ea895b

RGB 23413791
HSL0.050.770.64
HSV19°61°92°
CMYK 0.000.410.61   0.08
XYZ44.765736.139114.5137
Yxy36.13910.46920.3787
Hunter Lab60.115827.718727.7667
CIE-Lab66.626132.873540.2936

#ea895b color RGB value is (234,137,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001001 01011011
Octal 352 211 133
Decimal 234 137 91
Hex EA 89 5B

RGB Percentages of Color #ea895b

%50.65
%29.65
%19.70

CMYK Percentages of Color #ea895b

%0
%41
%61
%8

Triadic Colors of #ea895b

#ea895b #5bea89 #895bea

Analogous Colors of #ea895b

#ea895b #ead15b #ea5b75

Monochromatic Colors of #ea895b

#ea895b

Complementary Color

#ea895b #5bbcea

#ea895b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea895b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea895b Color CSS Codes

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

#ea895b Text Font Color

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

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


#ea895b Background Color

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

This div background color is #ea895b


#ea895b Border Color

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

This div border color is #ea895b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea895b


Comments

No comments written yet.

Please login to write comment.