Color Hex Logo

#eea379 Color Hex

#EEA379
(238,163,121)
0 Favorites   0 Comments

Color spaces of #eea379

RGB 238163121
HSL0.060.770.70
HSV22°49°93°
CMYK 0.000.320.49   0.07
XYZ51.808345.752024.1896
Yxy45.75200.42550.3758
Hunter Lab67.640218.349826.1448
CIE-Lab73.384323.158432.9806

#eea379 color RGB value is (238,163,121).

#eea379 hex color red value is 238, green value is 163 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #eea379 hue: 0.06 , saturation: 0.77 and the lightness value of eea379 is 0.70.

The process color (four color CMYK) of #eea379 color hex is 0.00, 0.32, 0.49, 0.07. Web safe color of #eea379 is #ff9966. Color #eea379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100011 01111001
Octal 356 243 171
Decimal 238 163 121
Hex EE A3 79

RGB Percentages of Color #eea379

%45.59
%31.23
%23.18

CMYK Percentages of Color #eea379

%0
%32
%49
%7

Triadic Colors of #eea379

#eea379 #79eea3 #a379ee

Analogous Colors of #eea379

#eea379 #eede79 #ee798a

Monochromatic Colors of #eea379

#eea379

Complementary Color

#eea379 #79c4ee

#eea379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea379 Color CSS Codes

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

#eea379 Text Font Color

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

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


#eea379 Background Color

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

This div background color is #eea379


#eea379 Border Color

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

This div border color is #eea379


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,163,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eea379; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eea379;
  -webkit-box-shadow: 1px 1px 3px 2px #eea379;
  box-shadow:         1px 1px 3px 2px #eea379; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,163,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea379


Comments

No comments written yet.

Please login to write comment.