Color Hex Logo

#ea944c Color Hex

#EA944C
(234,148,76)
0 Favorites   0 Comments

Color spaces of #ea944c

RGB 23414876
HSL0.080.790.61
HSV27°68°92°
CMYK 0.000.370.68   0.08
XYZ45.826139.194011.9874
Yxy39.19400.47240.4040
Hunter Lab62.605121.100732.4709
CIE-Lab68.891626.156250.5090

#ea944c color RGB value is (234,148,76).

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

The process color (four color CMYK) of #ea944c color hex is 0.00, 0.37, 0.68, 0.08. Web safe color of #ea944c is #ff9933. Color #ea944c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010100 01001100
Octal 352 224 114
Decimal 234 148 76
Hex EA 94 4C

RGB Percentages of Color #ea944c

%51.09
%32.31
%16.59

CMYK Percentages of Color #ea944c

%0
%37
%68
%8

Triadic Colors of #ea944c

#ea944c #4cea94 #944cea

Analogous Colors of #ea944c

#ea944c #eae34c #ea4c53

Monochromatic Colors of #ea944c

#ea944c

Complementary Color

#ea944c #4ca2ea

#ea944c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea944c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea944c Color CSS Codes

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

#ea944c Text Font Color

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

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


#ea944c Background Color

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

This div background color is #ea944c


#ea944c Border Color

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

This div border color is #ea944c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea944c


Comments

No comments written yet.

Please login to write comment.