Color Hex Logo

#ead949 Color Hex

#EAD949
(234,217,73)
0 Favorites   0 Comments

Color spaces of #ead949

RGB 23421773
HSL0.150.790.60
HSV54°69°92°
CMYK 0.000.070.69   0.08
XYZ59.947167.599216.1917
Yxy67.59920.41710.4703
Hunter Lab82.2187-13.735345.8769
CIE-Lab85.8056-10.025569.5673

#ead949 color RGB value is (234,217,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011001 01001001
Octal 352 331 111
Decimal 234 217 73
Hex EA D9 49

RGB Percentages of Color #ead949

%44.66
%41.41
%13.93

CMYK Percentages of Color #ead949

%0
%7
%69
%8

Triadic Colors of #ead949

#ead949 #49ead9 #d949ea

Analogous Colors of #ead949

#ead949 #abea49 #ea8949

Monochromatic Colors of #ead949

#ead949

Complementary Color

#ead949 #495aea

#ead949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead949 Color CSS Codes

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

#ead949 Text Font Color

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

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


#ead949 Background Color

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

This div background color is #ead949


#ead949 Border Color

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

This div border color is #ead949


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,217,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 #ead949">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead949


Comments

No comments written yet.

Please login to write comment.