Color Hex Logo

#ea994d Color Hex

#EA994D
(234,153,77)
0 Favorites   0 Comments

Color spaces of #ea994d

RGB 23415377
HSL0.080.790.61
HSV29°67°92°
CMYK 0.000.350.67   0.08
XYZ46.662540.810712.4391
Yxy40.81070.46700.4085
Hunter Lab63.883318.586833.1736
CIE-Lab70.043123.563651.3052

#ea994d color RGB value is (234,153,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011001 01001101
Octal 352 231 115
Decimal 234 153 77
Hex EA 99 4D

RGB Percentages of Color #ea994d

%50.43
%32.97
%16.59

CMYK Percentages of Color #ea994d

%0
%35
%67
%8

Triadic Colors of #ea994d

#ea994d #4dea99 #994dea

Analogous Colors of #ea994d

#ea994d #eae84d #ea4d4f

Monochromatic Colors of #ea994d

#ea994d

Complementary Color

#ea994d #4d9eea

#ea994d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea994d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea994d Color CSS Codes

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

#ea994d Text Font Color

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

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


#ea994d Background Color

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

This div background color is #ea994d


#ea994d Border Color

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

This div border color is #ea994d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea994d


Comments

No comments written yet.

Please login to write comment.