Color Hex Logo

#eaaf74 Color Hex

#EAAF74
(234,175,116)
0 Favorites   0 Comments

Color spaces of #eaaf74

RGB 234175116
HSL0.080.740.69
HSV30°50°92°
CMYK 0.000.250.50   0.08
XYZ52.414049.413323.2982
Yxy49.41330.41890.3949
Hunter Lab70.294610.080029.5553
CIE-Lab75.707714.729338.4930

#eaaf74 color RGB value is (234,175,116).

#eaaf74 hex color red value is 234, green value is 175 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #eaaf74 hue: 0.08 , saturation: 0.74 and the lightness value of eaaf74 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101111 01110100
Octal 352 257 164
Decimal 234 175 116
Hex EA AF 74

RGB Percentages of Color #eaaf74

%44.57
%33.33
%22.10

CMYK Percentages of Color #eaaf74

%0
%25
%50
%8

Triadic Colors of #eaaf74

#eaaf74 #74eaaf #af74ea

Analogous Colors of #eaaf74

#eaaf74 #eaea74 #ea7474

Monochromatic Colors of #eaaf74

#eaaf74

Complementary Color

#eaaf74 #74afea

#eaaf74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaf74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaf74 Color CSS Codes

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

#eaaf74 Text Font Color

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

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


#eaaf74 Background Color

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

This div background color is #eaaf74


#eaaf74 Border Color

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

This div border color is #eaaf74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaf74

#eaaf74 Color Palettes


Comments

No comments written yet.

Please login to write comment.