Color Hex Logo

#eea058 Color Hex

#EEA058
(238,160,88)
0 Favorites   0 Comments

Color spaces of #eea058

RGB 23816088
HSL0.080.820.64
HSV29°63°93°
CMYK 0.000.330.63   0.07
XYZ49.592244.023315.1161
Yxy44.02330.45610.4049
Hunter Lab66.350117.304132.9374
CIE-Lab72.244122.164648.5855

#eea058 color RGB value is (238,160,88).

#eea058 hex color red value is 238, green value is 160 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #eea058 hue: 0.08 , saturation: 0.82 and the lightness value of eea058 is 0.64.

The process color (four color CMYK) of #eea058 color hex is 0.00, 0.33, 0.63, 0.07. Web safe color of #eea058 is #ff9966. Color #eea058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 01011000
Octal 356 240 130
Decimal 238 160 88
Hex EE A0 58

RGB Percentages of Color #eea058

%48.97
%32.92
%18.11

CMYK Percentages of Color #eea058

%0
%33
%63
%7

Triadic Colors of #eea058

#eea058 #58eea0 #a058ee

Analogous Colors of #eea058

#eea058 #eeeb58 #ee585b

Monochromatic Colors of #eea058

#eea058

Complementary Color

#eea058 #58a6ee

#eea058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea058 Color CSS Codes

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

#eea058 Text Font Color

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

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


#eea058 Background Color

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

This div background color is #eea058


#eea058 Border Color

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

This div border color is #eea058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea058


Comments

No comments written yet.

Please login to write comment.