Color Hex Logo

#eae339 Color Hex

#EAE339
(234,227,57)
0 Favorites   0 Comments

Color spaces of #eae339

RGB 23422757
HSL0.160.810.57
HSV58°76°92°
CMYK 0.000.030.76   0.08
XYZ62.139372.726014.6333
Yxy72.72600.41570.4865
Hunter Lab85.2795-19.174449.5220
CIE-Lab88.3169-15.685477.4117

#eae339 color RGB value is (234,227,57).

#eae339 hex color red value is 234, green value is 227 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #eae339 hue: 0.16 , saturation: 0.81 and the lightness value of eae339 is 0.57.

The process color (four color CMYK) of #eae339 color hex is 0.00, 0.03, 0.76, 0.08. Web safe color of #eae339 is #ffcc33. Color #eae339 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100011 00111001
Octal 352 343 71
Decimal 234 227 57
Hex EA E3 39

RGB Percentages of Color #eae339

%45.17
%43.82
%11.00

CMYK Percentages of Color #eae339

%0
%3
%76
%8

Triadic Colors of #eae339

#eae339 #39eae3 #e339ea

Analogous Colors of #eae339

#eae339 #99ea39 #ea8b39

Monochromatic Colors of #eae339

#eae339

Complementary Color

#eae339 #3940ea

#eae339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae339 Color CSS Codes

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

#eae339 Text Font Color

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

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


#eae339 Background Color

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

This div background color is #eae339


#eae339 Border Color

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

This div border color is #eae339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae339


Comments

No comments written yet.

Please login to write comment.