Color Hex Logo

#eed61e Color Hex

#EED61E
(238,214,30)
0 Favorites   0 Comments

Color spaces of #eed61e

RGB 23821430
HSL0.150.860.53
HSV53°87°93°
CMYK 0.000.100.87   0.07
XYZ59.540866.364010.8997
Yxy66.36400.43520.4851
Hunter Lab81.4641-12.099449.0920
CIE-Lab85.1817-8.307281.5871

#eed61e color RGB value is (238,214,30).

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

The process color (four color CMYK) of #eed61e color hex is 0.00, 0.10, 0.87, 0.07. Web safe color of #eed61e is #ffcc33. Color #eed61e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 00011110
Octal 356 326 36
Decimal 238 214 30
Hex EE D6 1E

RGB Percentages of Color #eed61e

%49.38
%44.40
%6.22

CMYK Percentages of Color #eed61e

%0
%10
%87
%7

Triadic Colors of #eed61e

#eed61e #1eeed6 #d61eee

Analogous Colors of #eed61e

#eed61e #9eee1e #ee6e1e

Monochromatic Colors of #eed61e

#eed61e

Complementary Color

#eed61e #1e36ee

#eed61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed61e Color CSS Codes

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

#eed61e Text Font Color

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

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


#eed61e Background Color

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

This div background color is #eed61e


#eed61e Border Color

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

This div border color is #eed61e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed61e


Comments

No comments written yet.

Please login to write comment.