Color Hex Logo

#eac215 Color Hex

#EAC215
(234,194,21)
0 Favorites   0 Comments

Color spaces of #eac215

RGB 23419421
HSL0.140.840.50
HSV49°91°92°
CMYK 0.000.170.91   0.08
XYZ53.358856.13018.7314
Yxy56.13010.45140.4748
Hunter Lab74.9200-3.980545.5342
CIE-Lab79.68780.022778.7332

#eac215 color RGB value is (234,194,21).

#eac215 hex color red value is 234, green value is 194 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #eac215 hue: 0.14 , saturation: 0.84 and the lightness value of eac215 is 0.50.

The process color (four color CMYK) of #eac215 color hex is 0.00, 0.17, 0.91, 0.08. Web safe color of #eac215 is #ffcc00. Color #eac215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000010 00010101
Octal 352 302 25
Decimal 234 194 21
Hex EA C2 15

RGB Percentages of Color #eac215

%52.12
%43.21
%4.68

CMYK Percentages of Color #eac215

%0
%17
%91
%8

Triadic Colors of #eac215

#eac215 #15eac2 #c215ea

Analogous Colors of #eac215

#eac215 #a8ea15 #ea5815

Monochromatic Colors of #eac215

#eac215

Complementary Color

#eac215 #153dea

#eac215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac215 Color CSS Codes

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

#eac215 Text Font Color

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

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


#eac215 Background Color

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

This div background color is #eac215


#eac215 Border Color

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

This div border color is #eac215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac215


Comments

No comments written yet.

Please login to write comment.