Color Hex Logo

#eac441 Color Hex

#EAC441
(234,196,65)
0 Favorites   0 Comments

Color spaces of #eac441

RGB 23419665
HSL0.130.800.59
HSV47°72°92°
CMYK 0.000.160.72   0.08
XYZ54.625757.353913.1924
Yxy57.35390.43640.4582
Hunter Lab75.7324-3.779742.6845
CIE-Lab80.37820.285767.2037

#eac441 color RGB value is (234,196,65).

#eac441 hex color red value is 234, green value is 196 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #eac441 hue: 0.13 , saturation: 0.80 and the lightness value of eac441 is 0.59.

The process color (four color CMYK) of #eac441 color hex is 0.00, 0.16, 0.72, 0.08. Web safe color of #eac441 is #ffcc33. Color #eac441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000100 01000001
Octal 352 304 101
Decimal 234 196 65
Hex EA C4 41

RGB Percentages of Color #eac441

%47.27
%39.60
%13.13

CMYK Percentages of Color #eac441

%0
%16
%72
%8

Triadic Colors of #eac441

#eac441 #41eac4 #c441ea

Analogous Colors of #eac441

#eac441 #bcea41 #ea7041

Monochromatic Colors of #eac441

#eac441

Complementary Color

#eac441 #4167ea

#eac441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac441 Color CSS Codes

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

#eac441 Text Font Color

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

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


#eac441 Background Color

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

This div background color is #eac441


#eac441 Border Color

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

This div border color is #eac441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac441


Comments

No comments written yet.

Please login to write comment.