Color Hex Logo

#ea944d Color Hex

#EA944D
(234,148,77)
0 Favorites   0 Comments

Color spaces of #ea944d

RGB 23414877
HSL0.080.790.61
HSV27°67°92°
CMYK 0.000.370.67   0.08
XYZ45.861139.208112.1719
Yxy39.20810.47160.4032
Hunter Lab62.616421.157232.3062
CIE-Lab68.901726.212150.0373

#ea944d color RGB value is (234,148,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010100 01001101
Octal 352 224 115
Decimal 234 148 77
Hex EA 94 4D

RGB Percentages of Color #ea944d

%50.98
%32.24
%16.78

CMYK Percentages of Color #ea944d

%0
%37
%67
%8

Triadic Colors of #ea944d

#ea944d #4dea94 #944dea

Analogous Colors of #ea944d

#ea944d #eae34d #ea4d54

Monochromatic Colors of #ea944d

#ea944d

Complementary Color

#ea944d #4da3ea

#ea944d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea944d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea944d Color CSS Codes

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

#ea944d Text Font Color

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

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


#ea944d Background Color

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

This div background color is #ea944d


#ea944d Border Color

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

This div border color is #ea944d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea944d


Comments

No comments written yet.

Please login to write comment.