Color Hex Logo

#eed36e Color Hex

#EED36E
(238,211,110)
0 Favorites   0 Comments

Color spaces of #eed36e

RGB 238211110
HSL0.130.790.68
HSV47°54°93°
CMYK 0.000.110.54   0.07
XYZ61.368665.891524.2357
Yxy65.89150.40510.4349
Hunter Lab81.1736-7.104739.1195
CIE-Lab84.9410-2.936052.8291

#eed36e color RGB value is (238,211,110).

#eed36e hex color red value is 238, green value is 211 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #eed36e hue: 0.13 , saturation: 0.79 and the lightness value of eed36e is 0.68.

The process color (four color CMYK) of #eed36e color hex is 0.00, 0.11, 0.54, 0.07. Web safe color of #eed36e is #ffcc66. Color #eed36e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 01101110
Octal 356 323 156
Decimal 238 211 110
Hex EE D3 6E

RGB Percentages of Color #eed36e

%42.58
%37.75
%19.68

CMYK Percentages of Color #eed36e

%0
%11
%54
%7

Triadic Colors of #eed36e

#eed36e #6eeed3 #d36eee

Analogous Colors of #eed36e

#eed36e #c9ee6e #ee936e

Monochromatic Colors of #eed36e

#eed36e

Complementary Color

#eed36e #6e89ee

#eed36e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed36e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed36e Color CSS Codes

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

#eed36e Text Font Color

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

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


#eed36e Background Color

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

This div background color is #eed36e


#eed36e Border Color

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

This div border color is #eed36e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed36e


Comments

No comments written yet.

Please login to write comment.