Color Hex Logo

#eac963 Color Hex

#EAC963
(234,201,99)
0 Favorites   0 Comments

Color spaces of #eac963

RGB 23420199
HSL0.130.760.65
HSV45°58°92°
CMYK 0.000.140.58   0.08
XYZ57.070560.166620.4098
Yxy60.16660.41460.4371
Hunter Lab77.5671-4.410038.6964
CIE-Lab81.9287-0.285754.3819

#eac963 color RGB value is (234,201,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001001 01100011
Octal 352 311 143
Decimal 234 201 99
Hex EA C9 63

RGB Percentages of Color #eac963

%43.82
%37.64
%18.54

CMYK Percentages of Color #eac963

%0
%14
%58
%8

Triadic Colors of #eac963

#eac963 #63eac9 #c963ea

Analogous Colors of #eac963

#eac963 #c8ea63 #ea8663

Monochromatic Colors of #eac963

#eac963

Complementary Color

#eac963 #6384ea

#eac963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac963 Color CSS Codes

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

#eac963 Text Font Color

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

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


#eac963 Background Color

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

This div background color is #eac963


#eac963 Border Color

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

This div border color is #eac963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac963

#eac963 Color Palettes


Comments

No comments written yet.

Please login to write comment.