Color Hex Logo

#eaaf32 Color Hex

#EAAF32
(234,175,50)
0 Favorites   0 Comments

Color spaces of #eaaf32

RGB 23417550
HSL0.110.810.56
HSV41°79°92°
CMYK 0.000.250.79   0.08
XYZ49.837448.38279.7297
Yxy48.38270.46170.4482
Hunter Lab69.55776.167640.3969
CIE-Lab75.065710.664967.5949

#eaaf32 color RGB value is (234,175,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101111 00110010
Octal 352 257 62
Decimal 234 175 50
Hex EA AF 32

RGB Percentages of Color #eaaf32

%50.98
%38.13
%10.89

CMYK Percentages of Color #eaaf32

%0
%25
%79
%8

Triadic Colors of #eaaf32

#eaaf32 #32eaaf #af32ea

Analogous Colors of #eaaf32

#eaaf32 #c9ea32 #ea5332

Monochromatic Colors of #eaaf32

#eaaf32

Complementary Color

#eaaf32 #326dea

#eaaf32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaf32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaf32 Color CSS Codes

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

#eaaf32 Text Font Color

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

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


#eaaf32 Background Color

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

This div background color is #eaaf32


#eaaf32 Border Color

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

This div border color is #eaaf32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaf32


Comments

No comments written yet.

Please login to write comment.