Color Hex Logo

#eed846 Color Hex

#EED846
(238,216,70)
0 Favorites   0 Comments

Color spaces of #eed846

RGB 23821670
HSL0.140.830.60
HSV52°71°93°
CMYK 0.000.090.71   0.07
XYZ60.921367.731115.6569
Yxy67.73110.42220.4693
Hunter Lab82.2989-11.889546.3296
CIE-Lab85.8718-8.000470.8610

#eed846 color RGB value is (238,216,70).

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

The process color (four color CMYK) of #eed846 color hex is 0.00, 0.09, 0.71, 0.07. Web safe color of #eed846 is #ffcc33. Color #eed846 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 01000110
Octal 356 330 106
Decimal 238 216 70
Hex EE D8 46

RGB Percentages of Color #eed846

%45.42
%41.22
%13.36

CMYK Percentages of Color #eed846

%0
%9
%71
%7

Triadic Colors of #eed846

#eed846 #46eed8 #d846ee

Analogous Colors of #eed846

#eed846 #b0ee46 #ee8446

Monochromatic Colors of #eed846

#eed846

Complementary Color

#eed846 #465cee

#eed846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed846 Color CSS Codes

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

#eed846 Text Font Color

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

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


#eed846 Background Color

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

This div background color is #eed846


#eed846 Border Color

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

This div border color is #eed846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed846


Comments

No comments written yet.

Please login to write comment.