Color Hex Logo

#eaa548 Color Hex

#EAA548
(234,165,72)
0 Favorites   0 Comments

Color spaces of #eaa548

RGB 23416572
HSL0.100.790.60
HSV34°69°92°
CMYK 0.000.290.69   0.08
XYZ48.556544.870612.2326
Yxy44.87060.45960.4247
Hunter Lab66.985512.166536.0626
CIE-Lab72.806616.918056.6099

#eaa548 color RGB value is (234,165,72).

#eaa548 hex color red value is 234, green value is 165 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #eaa548 hue: 0.10 , saturation: 0.79 and the lightness value of eaa548 is 0.60.

The process color (four color CMYK) of #eaa548 color hex is 0.00, 0.29, 0.69, 0.08. Web safe color of #eaa548 is #ff9933. Color #eaa548 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100101 01001000
Octal 352 245 110
Decimal 234 165 72
Hex EA A5 48

RGB Percentages of Color #eaa548

%49.68
%35.03
%15.29

CMYK Percentages of Color #eaa548

%0
%29
%69
%8

Triadic Colors of #eaa548

#eaa548 #48eaa5 #a548ea

Analogous Colors of #eaa548

#eaa548 #deea48 #ea5448

Monochromatic Colors of #eaa548

#eaa548

Complementary Color

#eaa548 #488dea

#eaa548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa548 Color CSS Codes

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

#eaa548 Text Font Color

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

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


#eaa548 Background Color

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

This div background color is #eaa548


#eaa548 Border Color

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

This div border color is #eaa548


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,165,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa548


Comments

No comments written yet.

Please login to write comment.