Color Hex Logo

#ea8859 Color Hex

#EA8859
(234,136,89)
0 Favorites   0 Comments

Color spaces of #ea8859

RGB 23413689
HSL0.050.780.63
HSV19°62°92°
CMYK 0.000.420.62   0.08
XYZ44.539035.822014.0181
Yxy35.82200.47190.3796
Hunter Lab59.851528.092228.0094
CIE-Lab66.383733.260441.0521

#ea8859 color RGB value is (234,136,89).

#ea8859 hex color red value is 234, green value is 136 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #ea8859 hue: 0.05 , saturation: 0.78 and the lightness value of ea8859 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001000 01011001
Octal 352 210 131
Decimal 234 136 89
Hex EA 88 59

RGB Percentages of Color #ea8859

%50.98
%29.63
%19.39

CMYK Percentages of Color #ea8859

%0
%42
%62
%8

Triadic Colors of #ea8859

#ea8859 #59ea88 #8859ea

Analogous Colors of #ea8859

#ea8859 #ead159 #ea5973

Monochromatic Colors of #ea8859

#ea8859

Complementary Color

#ea8859 #59bbea

#ea8859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8859 Color CSS Codes

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

#ea8859 Text Font Color

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

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


#ea8859 Background Color

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

This div background color is #ea8859


#ea8859 Border Color

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

This div border color is #ea8859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8859


Comments

No comments written yet.

Please login to write comment.