Color Hex Logo

#eea67a Color Hex

#EEA67A
(238,166,122)
0 Favorites   0 Comments

Color spaces of #eea67a

RGB 238166122
HSL0.060.770.71
HSV23°49°93°
CMYK 0.000.300.49   0.07
XYZ52.409046.854724.6940
Yxy46.85470.42280.3780
Hunter Lab68.450516.879826.5261
CIE-Lab74.096721.660233.3727

#eea67a color RGB value is (238,166,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100110 01111010
Octal 356 246 172
Decimal 238 166 122
Hex EE A6 7A

RGB Percentages of Color #eea67a

%45.25
%31.56
%23.19

CMYK Percentages of Color #eea67a

%0
%30
%49
%7

Triadic Colors of #eea67a

#eea67a #7aeea6 #a67aee

Analogous Colors of #eea67a

#eea67a #eee07a #ee7a88

Monochromatic Colors of #eea67a

#eea67a

Complementary Color

#eea67a #7ac2ee

#eea67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea67a Color CSS Codes

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

#eea67a Text Font Color

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

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


#eea67a Background Color

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

This div background color is #eea67a


#eea67a Border Color

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

This div border color is #eea67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea67a


Comments

No comments written yet.

Please login to write comment.