Color Hex Logo

#eea158 Color Hex

#EEA158
(238,161,88)
0 Favorites   0 Comments

Color spaces of #eea158

RGB 23816188
HSL0.080.820.64
HSV29°63°93°
CMYK 0.000.320.63   0.07
XYZ49.766244.371515.1741
Yxy44.37150.45530.4059
Hunter Lab66.611916.787633.1222
CIE-Lab72.476121.634648.8533

#eea158 color RGB value is (238,161,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 01011000
Octal 356 241 130
Decimal 238 161 88
Hex EE A1 58

RGB Percentages of Color #eea158

%48.87
%33.06
%18.07

CMYK Percentages of Color #eea158

%0
%32
%63
%7

Triadic Colors of #eea158

#eea158 #58eea1 #a158ee

Analogous Colors of #eea158

#eea158 #eeec58 #ee585a

Monochromatic Colors of #eea158

#eea158

Complementary Color

#eea158 #58a5ee

#eea158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea158 Color CSS Codes

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

#eea158 Text Font Color

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

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


#eea158 Background Color

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

This div background color is #eea158


#eea158 Border Color

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

This div border color is #eea158


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,161,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 #eea158">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea158


Comments

No comments written yet.

Please login to write comment.