Color Hex Logo

#eac045 Color Hex

#EAC045
(234,192,69)
0 Favorites   0 Comments

Color spaces of #eac045

RGB 23419269
HSL0.120.800.59
HSV45°71°92°
CMYK 0.000.180.71   0.08
XYZ53.855555.621413.5277
Yxy55.62140.43780.4522
Hunter Lab74.5798-1.616241.4515
CIE-Lab79.39792.548464.6820

#eac045 color RGB value is (234,192,69).

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

The process color (four color CMYK) of #eac045 color hex is 0.00, 0.18, 0.71, 0.08. Web safe color of #eac045 is #ffcc33. Color #eac045 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000000 01000101
Octal 352 300 105
Decimal 234 192 69
Hex EA C0 45

RGB Percentages of Color #eac045

%47.27
%38.79
%13.94

CMYK Percentages of Color #eac045

%0
%18
%71
%8

Triadic Colors of #eac045

#eac045 #45eac0 #c045ea

Analogous Colors of #eac045

#eac045 #c2ea45 #ea6e45

Monochromatic Colors of #eac045

#eac045

Complementary Color

#eac045 #456fea

#eac045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac045 Color CSS Codes

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

#eac045 Text Font Color

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

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


#eac045 Background Color

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

This div background color is #eac045


#eac045 Border Color

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

This div border color is #eac045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac045


Comments

No comments written yet.

Please login to write comment.