Color Hex Logo

#ea8555 Color Hex

#EA8555
(234,133,85)
0 Favorites   0 Comments

Color spaces of #ea8555

RGB 23413385
HSL0.050.780.63
HSV19°64°92°
CMYK 0.000.430.64   0.08
XYZ43.958934.923413.0183
Yxy34.92340.47830.3800
Hunter Lab59.096029.360228.3062
CIE-Lab65.689034.561442.3147

#ea8555 color RGB value is (234,133,85).

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

The process color (four color CMYK) of #ea8555 color hex is 0.00, 0.43, 0.64, 0.08. Web safe color of #ea8555 is #ff9966. Color #ea8555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000101 01010101
Octal 352 205 125
Decimal 234 133 85
Hex EA 85 55

RGB Percentages of Color #ea8555

%51.77
%29.42
%18.81

CMYK Percentages of Color #ea8555

%0
%43
%64
%8

Triadic Colors of #ea8555

#ea8555 #55ea85 #8555ea

Analogous Colors of #ea8555

#ea8555 #ead055 #ea5570

Monochromatic Colors of #ea8555

#ea8555

Complementary Color

#ea8555 #55baea

#ea8555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8555 Color CSS Codes

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

#ea8555 Text Font Color

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

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


#ea8555 Background Color

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

This div background color is #ea8555


#ea8555 Border Color

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

This div border color is #ea8555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8555


Comments

No comments written yet.

Please login to write comment.