Color Hex Logo

#ea845c Color Hex

#EA845C
(234,132,92)
0 Favorites   0 Comments

Color spaces of #ea845c

RGB 23413292
HSL0.050.770.64
HSV17°61°92°
CMYK 0.000.440.61   0.08
XYZ44.114734.767714.5109
Yxy34.76770.47240.3723
Hunter Lab58.964130.359626.6838
CIE-Lab65.567435.541738.4749

#ea845c color RGB value is (234,132,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000100 01011100
Octal 352 204 134
Decimal 234 132 92
Hex EA 84 5C

RGB Percentages of Color #ea845c

%51.09
%28.82
%20.09

CMYK Percentages of Color #ea845c

%0
%44
%61
%8

Triadic Colors of #ea845c

#ea845c #5cea84 #845cea

Analogous Colors of #ea845c

#ea845c #eacb5c #ea5c7b

Monochromatic Colors of #ea845c

#ea845c

Complementary Color

#ea845c #5cc2ea

#ea845c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea845c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea845c Color CSS Codes

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

#ea845c Text Font Color

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

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


#ea845c Background Color

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

This div background color is #ea845c


#ea845c Border Color

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

This div border color is #ea845c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea845c

#ea845c Color Palettes


Comments

No comments written yet.

Please login to write comment.