Color Hex Logo

#eda217 Color Hex

#EDA217
(237,162,23)
0 Favorites   0 Comments

Color spaces of #eda217

RGB 23716223
HSL0.110.860.51
HSV39°90°93°
CMYK 0.000.320.90   0.07
XYZ48.000043.90706.7556
Yxy43.90700.48650.4450
Hunter Lab66.262413.345140.3389
CIE-Lab72.166318.145172.8340

#eda217 color RGB value is (237,162,23).

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

The process color (four color CMYK) of #eda217 color hex is 0.00, 0.32, 0.90, 0.07. Web safe color of #eda217 is #ff9900. Color #eda217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100010 00010111
Octal 355 242 27
Decimal 237 162 23
Hex ED A2 17

RGB Percentages of Color #eda217

%56.16
%38.39
%5.45

CMYK Percentages of Color #eda217

%0
%32
%90
%7

Triadic Colors of #eda217

#eda217 #17eda2 #a217ed

Analogous Colors of #eda217

#eda217 #cded17 #ed3717

Monochromatic Colors of #eda217

#eda217

Complementary Color

#eda217 #1762ed

#eda217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda217 Color CSS Codes

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

#eda217 Text Font Color

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

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


#eda217 Background Color

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

This div background color is #eda217


#eda217 Border Color

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

This div border color is #eda217


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,162,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda217


Comments

No comments written yet.

Please login to write comment.