Color Hex Logo

#eed549 Color Hex

#EED549
(238,213,73)
0 Favorites   0 Comments

Color spaces of #eed549

RGB 23821373
HSL0.140.830.61
HSV51°69°93°
CMYK 0.000.110.69   0.07
XYZ60.256766.246715.9143
Yxy66.24670.42310.4652
Hunter Lab81.3921-10.287945.3817
CIE-Lab85.1221-6.342368.9973

#eed549 color RGB value is (238,213,73).

#eed549 hex color red value is 238, green value is 213 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #eed549 hue: 0.14 , saturation: 0.83 and the lightness value of eed549 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010101 01001001
Octal 356 325 111
Decimal 238 213 73
Hex EE D5 49

RGB Percentages of Color #eed549

%45.42
%40.65
%13.93

CMYK Percentages of Color #eed549

%0
%11
%69
%7

Triadic Colors of #eed549

#eed549 #49eed5 #d549ee

Analogous Colors of #eed549

#eed549 #b5ee49 #ee8349

Monochromatic Colors of #eed549

#eed549

Complementary Color

#eed549 #4962ee

#eed549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed549 Color CSS Codes

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

#eed549 Text Font Color

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

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


#eed549 Background Color

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

This div background color is #eed549


#eed549 Border Color

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

This div border color is #eed549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed549


Comments

No comments written yet.

Please login to write comment.