Color Hex Logo

#eea45c Color Hex

#EEA45C
(238,164,92)
0 Favorites   0 Comments

Color spaces of #eea45c

RGB 23816492
HSL0.080.810.65
HSV30°61°93°
CMYK 0.000.310.61   0.07
XYZ50.467145.500816.2478
Yxy45.50080.44970.4055
Hunter Lab67.454315.502932.9367
CIE-Lab73.220420.309547.7464

#eea45c color RGB value is (238,164,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100100 01011100
Octal 356 244 134
Decimal 238 164 92
Hex EE A4 5C

RGB Percentages of Color #eea45c

%48.18
%33.20
%18.62

CMYK Percentages of Color #eea45c

%0
%31
%61
%7

Triadic Colors of #eea45c

#eea45c #5ceea4 #a45cee

Analogous Colors of #eea45c

#eea45c #eeed5c #ee5c5d

Monochromatic Colors of #eea45c

#eea45c

Complementary Color

#eea45c #5ca6ee

#eea45c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea45c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea45c Color CSS Codes

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

#eea45c Text Font Color

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

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


#eea45c Background Color

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

This div background color is #eea45c


#eea45c Border Color

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

This div border color is #eea45c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea45c


Comments

No comments written yet.

Please login to write comment.