Color Hex Logo

#eaca36 Color Hex

#EACA36
(234,202,54)
0 Favorites   0 Comments

Color spaces of #eaca36

RGB 23420254
HSL0.140.810.56
HSV49°77°92°
CMYK 0.000.140.77   0.08
XYZ55.718159.999812.1345
Yxy59.99980.43580.4693
Hunter Lab77.4595-7.155844.9335
CIE-Lab81.8381-3.253972.4401

#eaca36 color RGB value is (234,202,54).

#eaca36 hex color red value is 234, green value is 202 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #eaca36 hue: 0.14 , saturation: 0.81 and the lightness value of eaca36 is 0.56.

The process color (four color CMYK) of #eaca36 color hex is 0.00, 0.14, 0.77, 0.08. Web safe color of #eaca36 is #ffcc33. Color #eaca36 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001010 00110110
Octal 352 312 66
Decimal 234 202 54
Hex EA CA 36

RGB Percentages of Color #eaca36

%47.76
%41.22
%11.02

CMYK Percentages of Color #eaca36

%0
%14
%77
%8

Triadic Colors of #eaca36

#eaca36 #36eaca #ca36ea

Analogous Colors of #eaca36

#eaca36 #b0ea36 #ea7036

Monochromatic Colors of #eaca36

#eaca36

Complementary Color

#eaca36 #3656ea

#eaca36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaca36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaca36 Color CSS Codes

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

#eaca36 Text Font Color

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

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


#eaca36 Background Color

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

This div background color is #eaca36


#eaca36 Border Color

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

This div border color is #eaca36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaca36


Comments

No comments written yet.

Please login to write comment.