Color Hex Logo

#eac965 Color Hex

#EAC965
(234,201,101)
0 Favorites   0 Comments

Color spaces of #eac965

RGB 234201101
HSL0.130.760.66
HSV45°57°92°
CMYK 0.000.140.57   0.08
XYZ57.167360.205320.9197
Yxy60.20530.41340.4353
Hunter Lab77.5921-4.273238.3292
CIE-Lab81.9497-0.137853.4727

#eac965 color RGB value is (234,201,101).

#eac965 hex color red value is 234, green value is 201 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #eac965 hue: 0.13 , saturation: 0.76 and the lightness value of eac965 is 0.66.

The process color (four color CMYK) of #eac965 color hex is 0.00, 0.14, 0.57, 0.08. Web safe color of #eac965 is #ffcc66. Color #eac965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001001 01100101
Octal 352 311 145
Decimal 234 201 101
Hex EA C9 65

RGB Percentages of Color #eac965

%43.66
%37.50
%18.84

CMYK Percentages of Color #eac965

%0
%14
%57
%8

Triadic Colors of #eac965

#eac965 #65eac9 #c965ea

Analogous Colors of #eac965

#eac965 #c9ea65 #ea8765

Monochromatic Colors of #eac965

#eac965

Complementary Color

#eac965 #6586ea

#eac965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac965 Color CSS Codes

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

#eac965 Text Font Color

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

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


#eac965 Background Color

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

This div background color is #eac965


#eac965 Border Color

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

This div border color is #eac965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac965


Comments

No comments written yet.

Please login to write comment.