Color Hex Logo

#eaa458 Color Hex

#EAA458
(234,164,88)
0 Favorites   0 Comments

Color spaces of #eaa458

RGB 23416488
HSL0.090.780.63
HSV31°62°92°
CMYK 0.000.300.62   0.08
XYZ48.968644.747915.2888
Yxy44.74790.44920.4105
Hunter Lab66.893913.603833.2748
CIE-Lab72.725618.394849.0228

#eaa458 color RGB value is (234,164,88).

#eaa458 hex color red value is 234, green value is 164 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #eaa458 hue: 0.09 , saturation: 0.78 and the lightness value of eaa458 is 0.63.

The process color (four color CMYK) of #eaa458 color hex is 0.00, 0.30, 0.62, 0.08. Web safe color of #eaa458 is #ff9966. Color #eaa458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 01011000
Octal 352 244 130
Decimal 234 164 88
Hex EA A4 58

RGB Percentages of Color #eaa458

%48.15
%33.74
%18.11

CMYK Percentages of Color #eaa458

%0
%30
%62
%8

Triadic Colors of #eaa458

#eaa458 #58eaa4 #a458ea

Analogous Colors of #eaa458

#eaa458 #e7ea58 #ea5b58

Monochromatic Colors of #eaa458

#eaa458

Complementary Color

#eaa458 #589eea

#eaa458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa458 Color CSS Codes

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

#eaa458 Text Font Color

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

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


#eaa458 Background Color

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

This div background color is #eaa458


#eaa458 Border Color

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

This div border color is #eaa458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa458


Comments

No comments written yet.

Please login to write comment.