Color Hex Logo

#eac848 Color Hex

#EAC848
(234,200,72)
0 Favorites   0 Comments

Color spaces of #eac848

RGB 23420072
HSL0.130.790.60
HSV47°69°92°
CMYK 0.000.150.69   0.08
XYZ55.755759.268914.6323
Yxy59.26890.43000.4571
Hunter Lab76.9863-5.451242.6215
CIE-Lab81.4392-1.440465.5559

#eac848 color RGB value is (234,200,72).

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

The process color (four color CMYK) of #eac848 color hex is 0.00, 0.15, 0.69, 0.08. Web safe color of #eac848 is #ffcc33. Color #eac848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001000 01001000
Octal 352 310 110
Decimal 234 200 72
Hex EA C8 48

RGB Percentages of Color #eac848

%46.25
%39.53
%14.23

CMYK Percentages of Color #eac848

%0
%15
%69
%8

Triadic Colors of #eac848

#eac848 #48eac8 #c848ea

Analogous Colors of #eac848

#eac848 #bbea48 #ea7748

Monochromatic Colors of #eac848

#eac848

Complementary Color

#eac848 #486aea

#eac848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac848 Color CSS Codes

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

#eac848 Text Font Color

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

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


#eac848 Background Color

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

This div background color is #eac848


#eac848 Border Color

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

This div border color is #eac848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac848


Comments

No comments written yet.

Please login to write comment.