Color Hex Logo

#ea994a Color Hex

#EA994A
(234,153,74)
0 Favorites   0 Comments

Color spaces of #ea994a

RGB 23415374
HSL0.080.790.60
HSV30°68°92°
CMYK 0.000.350.68   0.08
XYZ46.558940.769311.8939
Yxy40.76930.46920.4109
Hunter Lab63.850818.420133.6513
CIE-Lab70.014023.396952.6941

#ea994a color RGB value is (234,153,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011001 01001010
Octal 352 231 112
Decimal 234 153 74
Hex EA 99 4A

RGB Percentages of Color #ea994a

%50.76
%33.19
%16.05

CMYK Percentages of Color #ea994a

%0
%35
%68
%8

Triadic Colors of #ea994a

#ea994a #4aea99 #994aea

Analogous Colors of #ea994a

#ea994a #eae94a #ea4a4b

Monochromatic Colors of #ea994a

#ea994a

Complementary Color

#ea994a #4a9bea

#ea994a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea994a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea994a Color CSS Codes

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

#ea994a Text Font Color

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

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


#ea994a Background Color

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

This div background color is #ea994a


#ea994a Border Color

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

This div border color is #ea994a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea994a

#ea994a Color Palettes


Comments

No comments written yet.

Please login to write comment.