Color Hex Logo

#eea261 Color Hex

#EEA261
(238,162,97)
0 Favorites   0 Comments

Color spaces of #eea261

RGB 23816297
HSL0.080.810.66
HSV28°59°93°
CMYK 0.000.320.59   0.07
XYZ50.337944.880917.3190
Yxy44.88090.44730.3988
Hunter Lab66.993216.884731.5677
CIE-Lab72.813421.718144.7628

#eea261 color RGB value is (238,162,97).

#eea261 hex color red value is 238, green value is 162 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #eea261 hue: 0.08 , saturation: 0.81 and the lightness value of eea261 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100010 01100001
Octal 356 242 141
Decimal 238 162 97
Hex EE A2 61

RGB Percentages of Color #eea261

%47.89
%32.60
%19.52

CMYK Percentages of Color #eea261

%0
%32
%59
%7

Triadic Colors of #eea261

#eea261 #61eea2 #a261ee

Analogous Colors of #eea261

#eea261 #eee961 #ee6167

Monochromatic Colors of #eea261

#eea261

Complementary Color

#eea261 #61adee

#eea261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea261 Color CSS Codes

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

#eea261 Text Font Color

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

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


#eea261 Background Color

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

This div background color is #eea261


#eea261 Border Color

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

This div border color is #eea261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea261


Comments

No comments written yet.

Please login to write comment.