Color Hex Logo

#eaaf2f Color Hex

#EAAF2F
(234,175,47)
0 Favorites   0 Comments

Color spaces of #eaaf2f

RGB 23417547
HSL0.110.820.55
HSV41°80°92°
CMYK 0.000.250.80   0.08
XYZ49.774748.35769.3999
Yxy48.35760.46290.4497
Hunter Lab69.53966.071440.6633
CIE-Lab75.049910.563668.5897

#eaaf2f color RGB value is (234,175,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101111 00101111
Octal 352 257 57
Decimal 234 175 47
Hex EA AF 2F

RGB Percentages of Color #eaaf2f

%51.32
%38.38
%10.31

CMYK Percentages of Color #eaaf2f

%0
%25
%80
%8

Triadic Colors of #eaaf2f

#eaaf2f #2feaaf #af2fea

Analogous Colors of #eaaf2f

#eaaf2f #c8ea2f #ea522f

Monochromatic Colors of #eaaf2f

#eaaf2f

Complementary Color

#eaaf2f #2f6aea

#eaaf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaf2f Color CSS Codes

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

#eaaf2f Text Font Color

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

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


#eaaf2f Background Color

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

This div background color is #eaaf2f


#eaaf2f Border Color

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

This div border color is #eaaf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaf2f


Comments

No comments written yet.

Please login to write comment.