Color Hex Logo

#eda616 Color Hex

#EDA616
(237,166,22)
0 Favorites   0 Comments

Color spaces of #eda616

RGB 23716622
HSL0.110.860.51
HSV40°91°93°
CMYK 0.000.300.91   0.07
XYZ48.706145.33496.9425
Yxy45.33490.48230.4489
Hunter Lab67.331211.293941.0185
CIE-Lab73.111916.012373.7408

#eda616 color RGB value is (237,166,22).

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

The process color (four color CMYK) of #eda616 color hex is 0.00, 0.30, 0.91, 0.07. Web safe color of #eda616 is #ff9900. Color #eda616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100110 00010110
Octal 355 246 26
Decimal 237 166 22
Hex ED A6 16

RGB Percentages of Color #eda616

%55.76
%39.06
%5.18

CMYK Percentages of Color #eda616

%0
%30
%91
%7

Triadic Colors of #eda616

#eda616 #16eda6 #a616ed

Analogous Colors of #eda616

#eda616 #c9ed16 #ed3b16

Monochromatic Colors of #eda616

#eda616

Complementary Color

#eda616 #165ded

#eda616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda616 Color CSS Codes

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

#eda616 Text Font Color

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

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


#eda616 Background Color

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

This div background color is #eda616


#eda616 Border Color

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

This div border color is #eda616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda616


Comments

No comments written yet.

Please login to write comment.