Color Hex Logo

#e4c25a Color Hex

#E4C25A
(228,194,90)
0 Favorites   0 Comments

Color spaces of #e4c25a

RGB 22819490
HSL0.130.720.62
HSV45°61°89°
CMYK 0.000.150.61   0.11
XYZ53.132255.815717.6460
Yxy55.81570.41970.4409
Hunter Lab74.7099-3.796738.2930
CIE-Lab79.50880.209555.6288

#e4c25a color RGB value is (228,194,90).

#e4c25a hex color red value is 228, green value is 194 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #e4c25a hue: 0.13 , saturation: 0.72 and the lightness value of e4c25a is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11000010 01011010
Octal 344 302 132
Decimal 228 194 90
Hex E4 C2 5A

RGB Percentages of Color #e4c25a

%44.53
%37.89
%17.58

CMYK Percentages of Color #e4c25a

%0
%15
%61
%11

Triadic Colors of #e4c25a

#e4c25a #5ae4c2 #c25ae4

Analogous Colors of #e4c25a

#e4c25a #c1e45a #e47d5a

Monochromatic Colors of #e4c25a

#e4c25a

Complementary Color

#e4c25a #5a7ce4

#e4c25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4c25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4c25a Color CSS Codes

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

#e4c25a Text Font Color

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

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


#e4c25a Background Color

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

This div background color is #e4c25a


#e4c25a Border Color

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

This div border color is #e4c25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4c25a


Comments

No comments written yet.

Please login to write comment.