color codes Logo

#eda817 color codes

#EDA817
(237,168,23)
0 Favorites   0 Comments

Color spaces of #eda817

RGB 23716823
HSL0.110.860.51
HSV41°90°93°
CMYK 0.000.290.90   0.07
XYZ49.082346.07177.1164
Yxy46.07170.47990.4505
Hunter Lab67.876110.292941.2971
CIE-Lab73.592014.970173.9071

#eda817 color RGB value is (237,168,23).

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

The process color (four color CMYK) of #eda817 color code is 0.00, 0.29, 0.90, 0.07. Web safe color of #eda817 is #ff9900. Color #eda817 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101000 00010111
Octal 355 250 27
Decimal 237 168 23
Hex ED A8 17

RGB Percentages of Color #eda817

%55.37
%39.25
%5.37

CMYK Percentages of Color #eda817

%0
%29
%90
%7

Triadic Colors of #eda817

#eda817 #17eda8 #a817ed

Analogous Colors of #eda817

#eda817 #c7ed17 #ed3d17

Monochromatic Colors of #eda817

#eda817

Complementary Color

#eda817 #175ced

#eda817 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda817 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda817 Color CSS Codes

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

#eda817 Text Font Color

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

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


#eda817 Background Color

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

This div background color is #eda817


#eda817 Border Color

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

This div border color is #eda817


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda817


Comments

No comments written yet.

Please login to write comment.