Color Hex Logo

#ea8756 Color Hex

#EA8756
(234,135,86)
0 Favorites   0 Comments

Color spaces of #ea8756

RGB 23413586
HSL0.060.780.63
HSV20°63°92°
CMYK 0.000.420.63   0.08
XYZ44.275435.492313.3212
Yxy35.49230.47560.3813
Hunter Lab59.575428.401128.4454
CIE-Lab66.130233.585542.3170

#ea8756 color RGB value is (234,135,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000111 01010110
Octal 352 207 126
Decimal 234 135 86
Hex EA 87 56

RGB Percentages of Color #ea8756

%51.43
%29.67
%18.90

CMYK Percentages of Color #ea8756

%0
%42
%63
%8

Triadic Colors of #ea8756

#ea8756 #56ea87 #8756ea

Analogous Colors of #ea8756

#ea8756 #ead156 #ea566f

Monochromatic Colors of #ea8756

#ea8756

Complementary Color

#ea8756 #56b9ea

#ea8756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8756 Color CSS Codes

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

#ea8756 Text Font Color

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

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


#ea8756 Background Color

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

This div background color is #ea8756


#ea8756 Border Color

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

This div border color is #ea8756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8756


Comments

No comments written yet.

Please login to write comment.