Color Hex Logo

#eda317 Color Hex

#EDA317
(237,163,23)
0 Favorites   0 Comments

Color spaces of #eda317

RGB 23716323
HSL0.110.860.51
HSV39°90°93°
CMYK 0.000.310.90   0.07
XYZ48.176944.26086.8146
Yxy44.26080.48540.4459
Hunter Lab66.528812.835640.4970
CIE-Lab72.402517.615673.0114

#eda317 color RGB value is (237,163,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 00010111
Octal 355 243 27
Decimal 237 163 23
Hex ED A3 17

RGB Percentages of Color #eda317

%56.03
%38.53
%5.44

CMYK Percentages of Color #eda317

%0
%31
%90
%7

Triadic Colors of #eda317

#eda317 #17eda3 #a317ed

Analogous Colors of #eda317

#eda317 #cced17 #ed3817

Monochromatic Colors of #eda317

#eda317

Complementary Color

#eda317 #1761ed

#eda317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda317 Color CSS Codes

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

#eda317 Text Font Color

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

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


#eda317 Background Color

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

This div background color is #eda317


#eda317 Border Color

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

This div border color is #eda317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda317


Comments

No comments written yet.

Please login to write comment.