Color Hex Logo

#eaa258 Color Hex

#EAA258
(234,162,88)
0 Favorites   0 Comments

Color spaces of #eaa258

RGB 23416288
HSL0.080.780.63
HSV30°62°92°
CMYK 0.000.310.62   0.08
XYZ48.613544.037715.1704
Yxy44.03770.45090.4084
Hunter Lab66.360914.630832.8987
CIE-Lab72.253719.457648.4782

#eaa258 color RGB value is (234,162,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100010 01011000
Octal 352 242 130
Decimal 234 162 88
Hex EA A2 58

RGB Percentages of Color #eaa258

%48.35
%33.47
%18.18

CMYK Percentages of Color #eaa258

%0
%31
%62
%8

Triadic Colors of #eaa258

#eaa258 #58eaa2 #a258ea

Analogous Colors of #eaa258

#eaa258 #e9ea58 #ea5958

Monochromatic Colors of #eaa258

#eaa258

Complementary Color

#eaa258 #58a0ea

#eaa258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa258 Color CSS Codes

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

#eaa258 Text Font Color

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

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


#eaa258 Background Color

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

This div background color is #eaa258


#eaa258 Border Color

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

This div border color is #eaa258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa258


Comments

No comments written yet.

Please login to write comment.