Color Hex Logo

#e1cf64 Color Hex

#E1CF64
(225,207,100)
0 Favorites   0 Comments

Color spaces of #e1cf64

RGB 225207100
HSL0.140.680.64
HSV51°56°88°
CMYK 0.000.080.56   0.12
XYZ55.664461.553321.0037
Yxy61.55330.40270.4453
Hunter Lab78.4559-10.652339.0464
CIE-Lab82.6753-6.997154.5695

#e1cf64 color RGB value is (225,207,100).

#e1cf64 hex color red value is 225, green value is 207 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #e1cf64 hue: 0.14 , saturation: 0.68 and the lightness value of e1cf64 is 0.64.

The process color (four color CMYK) of #e1cf64 color hex is 0.00, 0.08, 0.56, 0.12. Web safe color of #e1cf64 is #cccc66. Color #e1cf64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001111 01100100
Octal 341 317 144
Decimal 225 207 100
Hex E1 CF 64

RGB Percentages of Color #e1cf64

%42.29
%38.91
%18.80

CMYK Percentages of Color #e1cf64

%0
%8
%56
%12

Triadic Colors of #e1cf64

#e1cf64 #64e1cf #cf64e1

Analogous Colors of #e1cf64

#e1cf64 #b5e164 #e19164

Monochromatic Colors of #e1cf64

#e1cf64

Complementary Color

#e1cf64 #6476e1

#e1cf64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cf64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cf64 Color CSS Codes

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

#e1cf64 Text Font Color

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

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


#e1cf64 Background Color

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

This div background color is #e1cf64


#e1cf64 Border Color

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

This div border color is #e1cf64


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,207,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 #e1cf64">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cf64


Comments

No comments written yet.

Please login to write comment.