Color Hex Logo

#eae449 Color Hex

#EAE449
(234,228,73)
0 Favorites   0 Comments

Color spaces of #eae449

RGB 23422873
HSL0.160.790.60
HSV58°69°92°
CMYK 0.000.030.69   0.08
XYZ62.877773.460317.1686
Yxy73.46030.40960.4785
Hunter Lab85.7090-19.039848.1197
CIE-Lab88.6668-15.481572.4108

#eae449 color RGB value is (234,228,73).

#eae449 hex color red value is 234, green value is 228 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #eae449 hue: 0.16 , saturation: 0.79 and the lightness value of eae449 is 0.60.

The process color (four color CMYK) of #eae449 color hex is 0.00, 0.03, 0.69, 0.08. Web safe color of #eae449 is #ffcc33. Color #eae449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100100 01001001
Octal 352 344 111
Decimal 234 228 73
Hex EA E4 49

RGB Percentages of Color #eae449

%43.74
%42.62
%13.64

CMYK Percentages of Color #eae449

%0
%3
%69
%8

Triadic Colors of #eae449

#eae449 #49eae4 #e449ea

Analogous Colors of #eae449

#eae449 #a0ea49 #ea9449

Monochromatic Colors of #eae449

#eae449

Complementary Color

#eae449 #494fea

#eae449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae449 Color CSS Codes

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

#eae449 Text Font Color

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

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


#eae449 Background Color

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

This div background color is #eae449


#eae449 Border Color

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

This div border color is #eae449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae449


Comments

No comments written yet.

Please login to write comment.