Color Hex Logo

#eaae2d Color Hex

#EAAE2D
(234,174,45)
0 Favorites   0 Comments

Color spaces of #eaae2d

RGB 23417445
HSL0.110.820.55
HSV41°81°92°
CMYK 0.000.260.81   0.08
XYZ49.541447.95409.1276
Yxy47.95400.46460.4498
Hunter Lab69.24886.515540.6592
CIE-Lab74.795911.027869.0136

#eaae2d color RGB value is (234,174,45).

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

The process color (four color CMYK) of #eaae2d color hex is 0.00, 0.26, 0.81, 0.08. Web safe color of #eaae2d is #ff9933. Color #eaae2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101110 00101101
Octal 352 256 55
Decimal 234 174 45
Hex EA AE 2D

RGB Percentages of Color #eaae2d

%51.66
%38.41
%9.93

CMYK Percentages of Color #eaae2d

%0
%26
%81
%8

Triadic Colors of #eaae2d

#eaae2d #2deaae #ae2dea

Analogous Colors of #eaae2d

#eaae2d #c8ea2d #ea502d

Monochromatic Colors of #eaae2d

#eaae2d

Complementary Color

#eaae2d #2d69ea

#eaae2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaae2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaae2d Color CSS Codes

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

#eaae2d Text Font Color

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

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


#eaae2d Background Color

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

This div background color is #eaae2d


#eaae2d Border Color

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

This div border color is #eaae2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaae2d


Comments

No comments written yet.

Please login to write comment.