Color Hex Logo

#eaaf39 Color Hex

#EAAF39
(234,175,57)
0 Favorites   0 Comments

Color spaces of #eaaf39

RGB 23417557
HSL0.110.810.57
HSV40°76°92°
CMYK 0.000.250.76   0.08
XYZ50.000248.447810.5870
Yxy48.44780.45860.4443
Hunter Lab69.60456.417339.7050
CIE-Lab75.106510.927465.1127

#eaaf39 color RGB value is (234,175,57).

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

The process color (four color CMYK) of #eaaf39 color hex is 0.00, 0.25, 0.76, 0.08. Web safe color of #eaaf39 is #ff9933. Color #eaaf39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101111 00111001
Octal 352 257 71
Decimal 234 175 57
Hex EA AF 39

RGB Percentages of Color #eaaf39

%50.21
%37.55
%12.23

CMYK Percentages of Color #eaaf39

%0
%25
%76
%8

Triadic Colors of #eaaf39

#eaaf39 #39eaaf #af39ea

Analogous Colors of #eaaf39

#eaaf39 #cdea39 #ea5739

Monochromatic Colors of #eaaf39

#eaaf39

Complementary Color

#eaaf39 #3974ea

#eaaf39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaf39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaf39 Color CSS Codes

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

#eaaf39 Text Font Color

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

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


#eaaf39 Background Color

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

This div background color is #eaaf39


#eaaf39 Border Color

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

This div border color is #eaaf39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaf39


Comments

No comments written yet.

Please login to write comment.