Color Hex Logo

#eaaf60 Color Hex

#EAAF60
(234,175,96)
0 Favorites   0 Comments

Color spaces of #eaaf60

RGB 23417596
HSL0.100.770.65
HSV34°59°92°
CMYK 0.000.250.59   0.08
XYZ51.373048.996917.8160
Yxy48.99690.43470.4146
Hunter Lab69.99788.509233.9078
CIE-Lab75.449413.110148.2808

#eaaf60 color RGB value is (234,175,96).

#eaaf60 hex color red value is 234, green value is 175 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #eaaf60 hue: 0.10 , saturation: 0.77 and the lightness value of eaaf60 is 0.65.

The process color (four color CMYK) of #eaaf60 color hex is 0.00, 0.25, 0.59, 0.08. Web safe color of #eaaf60 is #ff9966. Color #eaaf60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101111 01100000
Octal 352 257 140
Decimal 234 175 96
Hex EA AF 60

RGB Percentages of Color #eaaf60

%46.34
%34.65
%19.01

CMYK Percentages of Color #eaaf60

%0
%25
%59
%8

Triadic Colors of #eaaf60

#eaaf60 #60eaaf #af60ea

Analogous Colors of #eaaf60

#eaaf60 #e0ea60 #ea6a60

Monochromatic Colors of #eaaf60

#eaaf60

Complementary Color

#eaaf60 #609bea

#eaaf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaf60 Color CSS Codes

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

#eaaf60 Text Font Color

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

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


#eaaf60 Background Color

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

This div background color is #eaaf60


#eaaf60 Border Color

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

This div border color is #eaaf60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaf60


Comments

No comments written yet.

Please login to write comment.