Color Hex Logo

#eed316 Color Hex

#EED316
(238,211,22)
0 Favorites   0 Comments

Color spaces of #eed316

RGB 23821122
HSL0.150.860.51
HSV53°91°93°
CMYK 0.000.110.91   0.07
XYZ58.699064.823610.1775
Yxy64.82360.43900.4848
Hunter Lab80.5131-10.760548.8644
CIE-Lab84.3928-6.932282.3249

#eed316 color RGB value is (238,211,22).

#eed316 hex color red value is 238, green value is 211 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #eed316 hue: 0.15 , saturation: 0.86 and the lightness value of eed316 is 0.51.

The process color (four color CMYK) of #eed316 color hex is 0.00, 0.11, 0.91, 0.07. Web safe color of #eed316 is #ffcc00. Color #eed316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 00010110
Octal 356 323 26
Decimal 238 211 22
Hex EE D3 16

RGB Percentages of Color #eed316

%50.53
%44.80
%4.67

CMYK Percentages of Color #eed316

%0
%11
%91
%7

Triadic Colors of #eed316

#eed316 #16eed3 #d316ee

Analogous Colors of #eed316

#eed316 #9dee16 #ee6716

Monochromatic Colors of #eed316

#eed316

Complementary Color

#eed316 #1631ee

#eed316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed316 Color CSS Codes

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

#eed316 Text Font Color

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

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


#eed316 Background Color

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

This div background color is #eed316


#eed316 Border Color

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

This div border color is #eed316


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,211,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed316


Comments

No comments written yet.

Please login to write comment.