Color Hex Logo

#ea874d Color Hex

#EA874D
(234,135,77)
0 Favorites   0 Comments

Color spaces of #ea874d

RGB 23413577
HSL0.060.790.61
HSV22°67°92°
CMYK 0.000.420.67   0.08
XYZ43.935235.356211.5300
Yxy35.35620.48380.3893
Hunter Lab59.461127.835030.1259
CIE-Lab66.025133.043346.8017

#ea874d color RGB value is (234,135,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000111 01001101
Octal 352 207 115
Decimal 234 135 77
Hex EA 87 4D

RGB Percentages of Color #ea874d

%52.47
%30.27
%17.26

CMYK Percentages of Color #ea874d

%0
%42
%67
%8

Triadic Colors of #ea874d

#ea874d #4dea87 #874dea

Analogous Colors of #ea874d

#ea874d #ead64d #ea4d61

Monochromatic Colors of #ea874d

#ea874d

Complementary Color

#ea874d #4db0ea

#ea874d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea874d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea874d Color CSS Codes

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

#ea874d Text Font Color

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

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


#ea874d Background Color

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

This div background color is #ea874d


#ea874d Border Color

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

This div border color is #ea874d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea874d


Comments

No comments written yet.

Please login to write comment.