Color Hex Logo

#e8d54a Color Hex

#E8D54A
(232,213,74)
0 Favorites   0 Comments

Color spaces of #e8d54a

RGB 23221374
HSL0.150.770.60
HSV53°68°91°
CMYK 0.000.080.68   0.09
XYZ58.309065.238715.9977
Yxy65.23870.41780.4675
Hunter Lab80.7705-12.487444.7961
CIE-Lab84.6066-8.799067.9248

#e8d54a color RGB value is (232,213,74).

#e8d54a hex color red value is 232, green value is 213 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #e8d54a hue: 0.15 , saturation: 0.77 and the lightness value of e8d54a is 0.60.

The process color (four color CMYK) of #e8d54a color hex is 0.00, 0.08, 0.68, 0.09. Web safe color of #e8d54a is #ffcc33. Color #e8d54a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11010101 01001010
Octal 350 325 112
Decimal 232 213 74
Hex E8 D5 4A

RGB Percentages of Color #e8d54a

%44.70
%41.04
%14.26

CMYK Percentages of Color #e8d54a

%0
%8
%68
%9

Triadic Colors of #e8d54a

#e8d54a #4ae8d5 #d54ae8

Analogous Colors of #e8d54a

#e8d54a #ace84a #e8864a

Monochromatic Colors of #e8d54a

#e8d54a

Complementary Color

#e8d54a #4a5de8

#e8d54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8d54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8d54a Color CSS Codes

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

#e8d54a Text Font Color

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

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


#e8d54a Background Color

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

This div background color is #e8d54a


#e8d54a Border Color

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

This div border color is #e8d54a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,213,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 #e8d54a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8d54a


Comments

No comments written yet.

Please login to write comment.