color codes Logo

#e8c94e color codes

#E8C94E
(232,201,78)
0 Favorites   0 Comments

Color spaces of #e8c94e

RGB 23220178
HSL0.130.770.61
HSV48°66°91°
CMYK 0.000.130.66   0.09
XYZ55.540559.479215.7611
Yxy59.47920.42470.4548
Hunter Lab77.1228-6.416841.8692
CIE-Lab81.5543-2.475863.1851

#e8c94e color RGB value is (232,201,78).

#e8c94e hex color red value is 232, green value is 201 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e8c94e hue: 0.13 , saturation: 0.77 and the lightness value of e8c94e is 0.61.

The process color (four color CMYK) of #e8c94e color code is 0.00, 0.13, 0.66, 0.09. Web safe color of #e8c94e is #ffcc66. Color #e8c94e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001001 01001110
Octal 350 311 116
Decimal 232 201 78
Hex E8 C9 4E

RGB Percentages of Color #e8c94e

%45.40
%39.33
%15.26

CMYK Percentages of Color #e8c94e

%0
%13
%66
%9

Triadic Colors of #e8c94e

#e8c94e #4ee8c9 #c94ee8

Analogous Colors of #e8c94e

#e8c94e #bae84e #e87c4e

Monochromatic Colors of #e8c94e

#e8c94e

Complementary Color

#e8c94e #4e6de8

#e8c94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8c94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8c94e Color CSS Codes

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

#e8c94e Text Font Color

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

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


#e8c94e Background Color

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

This div background color is #e8c94e


#e8c94e Border Color

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

This div border color is #e8c94e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,201,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8c94e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8c94e;
  -webkit-box-shadow: 1px 1px 3px 2px #e8c94e;
  box-shadow:         1px 1px 3px 2px #e8c94e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,201,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8c94e


Comments

No comments written yet.

Please login to write comment.