Color Hex Logo

#e4c164 Color Hex

#E4C164
(228,193,100)
0 Favorites   0 Comments

Color spaces of #e4c164

RGB 228193100
HSL0.120.700.64
HSV44°56°89°
CMYK 0.000.150.56   0.11
XYZ53.365155.554019.9669
Yxy55.55400.41400.4310
Hunter Lab74.5346-2.633436.2911
CIE-Lab79.35931.454950.7860

#e4c164 color RGB value is (228,193,100).

#e4c164 hex color red value is 228, green value is 193 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #e4c164 hue: 0.12 , saturation: 0.70 and the lightness value of e4c164 is 0.64.

The process color (four color CMYK) of #e4c164 color hex is 0.00, 0.15, 0.56, 0.11. Web safe color of #e4c164 is #cccc66. Color #e4c164 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11000001 01100100
Octal 344 301 144
Decimal 228 193 100
Hex E4 C1 64

RGB Percentages of Color #e4c164

%43.76
%37.04
%19.19

CMYK Percentages of Color #e4c164

%0
%15
%56
%11

Triadic Colors of #e4c164

#e4c164 #64e4c1 #c164e4

Analogous Colors of #e4c164

#e4c164 #c7e464 #e48164

Monochromatic Colors of #e4c164

#e4c164

Complementary Color

#e4c164 #6487e4

#e4c164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4c164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4c164 Color CSS Codes

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

#e4c164 Text Font Color

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

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


#e4c164 Background Color

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

This div background color is #e4c164


#e4c164 Border Color

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

This div border color is #e4c164


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,193,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4c164; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4c164;
  -webkit-box-shadow: 1px 1px 3px 2px #e4c164;
  box-shadow:         1px 1px 3px 2px #e4c164; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,193,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4c164


Comments

No comments written yet.

Please login to write comment.