Color Hex Logo

#eac761 Color Hex

#EAC761
(234,199,97)
0 Favorites   0 Comments

Color spaces of #eac761

RGB 23419997
HSL0.120.770.65
HSV45°59°92°
CMYK 0.000.150.59   0.08
XYZ56.512859.202319.7579
Yxy59.20230.41720.4370
Hunter Lab76.9430-3.546438.6353
CIE-Lab81.40270.603054.7068

#eac761 color RGB value is (234,199,97).

#eac761 hex color red value is 234, green value is 199 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #eac761 hue: 0.12 , saturation: 0.77 and the lightness value of eac761 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000111 01100001
Octal 352 307 141
Decimal 234 199 97
Hex EA C7 61

RGB Percentages of Color #eac761

%44.15
%37.55
%18.30

CMYK Percentages of Color #eac761

%0
%15
%59
%8

Triadic Colors of #eac761

#eac761 #61eac7 #c761ea

Analogous Colors of #eac761

#eac761 #c9ea61 #ea8361

Monochromatic Colors of #eac761

#eac761

Complementary Color

#eac761 #6184ea

#eac761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac761 Color CSS Codes

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

#eac761 Text Font Color

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

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


#eac761 Background Color

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

This div background color is #eac761


#eac761 Border Color

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

This div border color is #eac761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac761

#eac761 Color Palettes


Comments

No comments written yet.

Please login to write comment.