Color Hex Logo

#eea571 Color Hex

#EEA571
(238,165,113)
0 Favorites   0 Comments

Color spaces of #eea571

RGB 238165113
HSL0.070.790.69
HSV25°53°93°
CMYK 0.000.310.53   0.07
XYZ51.695746.279721.8310
Yxy46.27970.43150.3863
Hunter Lab68.029216.591928.5939
CIE-Lab73.726721.386737.6431

#eea571 color RGB value is (238,165,113).

#eea571 hex color red value is 238, green value is 165 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #eea571 hue: 0.07 , saturation: 0.79 and the lightness value of eea571 is 0.69.

The process color (four color CMYK) of #eea571 color hex is 0.00, 0.31, 0.53, 0.07. Web safe color of #eea571 is #ff9966. Color #eea571 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100101 01110001
Octal 356 245 161
Decimal 238 165 113
Hex EE A5 71

RGB Percentages of Color #eea571

%46.12
%31.98
%21.90

CMYK Percentages of Color #eea571

%0
%31
%53
%7

Triadic Colors of #eea571

#eea571 #71eea5 #a571ee

Analogous Colors of #eea571

#eea571 #eee471 #ee717c

Monochromatic Colors of #eea571

#eea571

Complementary Color

#eea571 #71baee

#eea571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea571 Color CSS Codes

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

#eea571 Text Font Color

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

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


#eea571 Background Color

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

This div background color is #eea571


#eea571 Border Color

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

This div border color is #eea571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea571


Comments

No comments written yet.

Please login to write comment.