Color Hex Logo

#e1c705 Color Hex

#E1C705
(225,199,5)
0 Favorites   0 Comments

Color spaces of #e1c705

RGB 2251995
HSL0.150.960.45
HSV53°98°88°
CMYK 0.000.120.98   0.12
XYZ51.502256.86548.4052
Yxy56.86540.44100.4870
Hunter Lab75.4092-10.055846.1779
CIE-Lab80.1038-6.611080.5382

#e1c705 color RGB value is (225,199,5).

#e1c705 hex color red value is 225, green value is 199 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #e1c705 hue: 0.15 , saturation: 0.96 and the lightness value of e1c705 is 0.45.

The process color (four color CMYK) of #e1c705 color hex is 0.00, 0.12, 0.98, 0.12. Web safe color of #e1c705 is #cccc00. Color #e1c705 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11000111 00000101
Octal 341 307 5
Decimal 225 199 5
Hex E1 C7 5

RGB Percentages of Color #e1c705

%52.45
%46.39
%1.17

CMYK Percentages of Color #e1c705

%0
%12
%98
%12

Triadic Colors of #e1c705

#e1c705 #05e1c7 #c705e1

Analogous Colors of #e1c705

#e1c705 #8de105 #e15905

Monochromatic Colors of #e1c705

#e1c705

Complementary Color

#e1c705 #051fe1

#e1c705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1c705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1c705 Color CSS Codes

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

#e1c705 Text Font Color

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

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


#e1c705 Background Color

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

This div background color is #e1c705


#e1c705 Border Color

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

This div border color is #e1c705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1c705


Comments

No comments written yet.

Please login to write comment.