Color Hex Logo

#e1c74a Color Hex

#E1C74A
(225,199,74)
0 Favorites   0 Comments

Color spaces of #e1c74a

RGB 22519974
HSL0.140.720.59
HSV50°67°88°
CMYK 0.000.120.67   0.12
XYZ52.710857.348814.7698
Yxy57.34880.42230.4594
Hunter Lab75.7290-8.281741.4467
CIE-Lab80.3754-4.617563.4019

#e1c74a color RGB value is (225,199,74).

#e1c74a hex color red value is 225, green value is 199 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #e1c74a hue: 0.14 , saturation: 0.72 and the lightness value of e1c74a is 0.59.

The process color (four color CMYK) of #e1c74a color hex is 0.00, 0.12, 0.67, 0.12. Web safe color of #e1c74a is #cccc33. Color #e1c74a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11000111 01001010
Octal 341 307 112
Decimal 225 199 74
Hex E1 C7 4A

RGB Percentages of Color #e1c74a

%45.18
%39.96
%14.86

CMYK Percentages of Color #e1c74a

%0
%12
%67
%12

Triadic Colors of #e1c74a

#e1c74a #4ae1c7 #c74ae1

Analogous Colors of #e1c74a

#e1c74a #b0e14a #e17c4a

Monochromatic Colors of #e1c74a

#e1c74a

Complementary Color

#e1c74a #4a64e1

#e1c74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1c74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1c74a Color CSS Codes

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

#e1c74a Text Font Color

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

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


#e1c74a Background Color

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

This div background color is #e1c74a


#e1c74a Border Color

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

This div border color is #e1c74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1c74a


Comments

No comments written yet.

Please login to write comment.