Color Hex Logo

#ea994e Color Hex

#EA994E
(234,153,78)
0 Favorites   0 Comments

Color spaces of #ea994e

RGB 23415378
HSL0.080.790.61
HSV29°67°92°
CMYK 0.000.350.67   0.08
XYZ46.698140.824912.6265
Yxy40.82490.46630.4076
Hunter Lab63.894418.644133.0094
CIE-Lab70.053123.620950.8375

#ea994e color RGB value is (234,153,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011001 01001110
Octal 352 231 116
Decimal 234 153 78
Hex EA 99 4E

RGB Percentages of Color #ea994e

%50.32
%32.90
%16.77

CMYK Percentages of Color #ea994e

%0
%35
%67
%8

Triadic Colors of #ea994e

#ea994e #4eea99 #994eea

Analogous Colors of #ea994e

#ea994e #eae74e #ea4e51

Monochromatic Colors of #ea994e

#ea994e

Complementary Color

#ea994e #4e9fea

#ea994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea994e Color CSS Codes

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

#ea994e Text Font Color

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

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


#ea994e Background Color

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

This div background color is #ea994e


#ea994e Border Color

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

This div border color is #ea994e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea994e


Comments

No comments written yet.

Please login to write comment.