Color Hex Logo

#eac64d Color Hex

#EAC64D
(234,198,77)
0 Favorites   0 Comments

Color spaces of #eac64d

RGB 23419877
HSL0.130.790.61
HSV46°67°92°
CMYK 0.000.150.67   0.08
XYZ55.465358.416415.3733
Yxy58.41640.42910.4519
Hunter Lab76.4306-4.217141.5758
CIE-Lab80.9697-0.144963.0457

#eac64d color RGB value is (234,198,77).

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

The process color (four color CMYK) of #eac64d color hex is 0.00, 0.15, 0.67, 0.08. Web safe color of #eac64d is #ffcc66. Color #eac64d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 01001101
Octal 352 306 115
Decimal 234 198 77
Hex EA C6 4D

RGB Percentages of Color #eac64d

%45.97
%38.90
%15.13

CMYK Percentages of Color #eac64d

%0
%15
%67
%8

Triadic Colors of #eac64d

#eac64d #4deac6 #c64dea

Analogous Colors of #eac64d

#eac64d #c0ea4d #ea784d

Monochromatic Colors of #eac64d

#eac64d

Complementary Color

#eac64d #4d71ea

#eac64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac64d Color CSS Codes

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

#eac64d Text Font Color

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

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


#eac64d Background Color

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

This div background color is #eac64d


#eac64d Border Color

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

This div border color is #eac64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac64d


Comments

No comments written yet.

Please login to write comment.