Color Hex Logo

#ea885c Color Hex

#EA885C
(234,136,92)
0 Favorites   0 Comments

Color spaces of #ea885c

RGB 23413692
HSL0.050.770.64
HSV19°61°92°
CMYK 0.000.420.61   0.08
XYZ44.667635.873514.6952
Yxy35.87350.46900.3767
Hunter Lab59.894528.304827.3793
CIE-Lab66.423233.463839.5197

#ea885c color RGB value is (234,136,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001000 01011100
Octal 352 210 134
Decimal 234 136 92
Hex EA 88 5C

RGB Percentages of Color #ea885c

%50.65
%29.44
%19.91

CMYK Percentages of Color #ea885c

%0
%42
%61
%8

Triadic Colors of #ea885c

#ea885c #5cea88 #885cea

Analogous Colors of #ea885c

#ea885c #eacf5c #ea5c77

Monochromatic Colors of #ea885c

#ea885c

Complementary Color

#ea885c #5cbeea

#ea885c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea885c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea885c Color CSS Codes

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

#ea885c Text Font Color

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

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


#ea885c Background Color

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

This div background color is #ea885c


#ea885c Border Color

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

This div border color is #ea885c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,136,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 #ea885c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea885c


Comments

No comments written yet.

Please login to write comment.