color codes Logo

#e1c15d color codes

#E1C15D
(225,193,93)
0 Favorites   0 Comments

Color spaces of #e1c15d

RGB 22519393
HSL0.130.690.62
HSV45°59°88°
CMYK 0.000.140.59   0.12
XYZ52.097154.937818.2142
Yxy54.93780.41590.4386
Hunter Lab74.1200-4.246937.3141
CIE-Lab79.0054-0.313053.6029

#e1c15d color RGB value is (225,193,93).

#e1c15d hex color red value is 225, green value is 193 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e1c15d hue: 0.13 , saturation: 0.69 and the lightness value of e1c15d is 0.62.

The process color (four color CMYK) of #e1c15d color code is 0.00, 0.14, 0.59, 0.12. Web safe color of #e1c15d is #cccc66. Color #e1c15d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11000001 01011101
Octal 341 301 135
Decimal 225 193 93
Hex E1 C1 5D

RGB Percentages of Color #e1c15d

%44.03
%37.77
%18.20

CMYK Percentages of Color #e1c15d

%0
%14
%59
%12

Triadic Colors of #e1c15d

#e1c15d #5de1c1 #c15de1

Analogous Colors of #e1c15d

#e1c15d #bfe15d #e17f5d

Monochromatic Colors of #e1c15d

#e1c15d

Complementary Color

#e1c15d #5d7de1

#e1c15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1c15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1c15d Color CSS Codes

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

#e1c15d Text Font Color

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

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


#e1c15d Background Color

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

This div background color is #e1c15d


#e1c15d Border Color

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

This div border color is #e1c15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1c15d


Comments

No comments written yet.

Please login to write comment.