Color Hex Logo

#eda724 Color Hex

#EDA724
(237,167,36)
0 Favorites   0 Comments

Color spaces of #eda724

RGB 23716736
HSL0.110.850.54
HSV39°85°93°
CMYK 0.000.300.85   0.07
XYZ49.062245.76937.9176
Yxy45.76930.47750.4454
Hunter Lab67.653011.056140.4183
CIE-Lab73.395615.762170.6519

#eda724 color RGB value is (237,167,36).

#eda724 hex color red value is 237, green value is 167 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #eda724 hue: 0.11 , saturation: 0.85 and the lightness value of eda724 is 0.54.

The process color (four color CMYK) of #eda724 color hex is 0.00, 0.30, 0.85, 0.07. Web safe color of #eda724 is #ff9933. Color #eda724 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100111 00100100
Octal 355 247 44
Decimal 237 167 36
Hex ED A7 24

RGB Percentages of Color #eda724

%53.86
%37.95
%8.18

CMYK Percentages of Color #eda724

%0
%30
%85
%7

Triadic Colors of #eda724

#eda724 #24eda7 #a724ed

Analogous Colors of #eda724

#eda724 #cfed24 #ed4324

Monochromatic Colors of #eda724

#eda724

Complementary Color

#eda724 #246aed

#eda724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda724 Color CSS Codes

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

#eda724 Text Font Color

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

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


#eda724 Background Color

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

This div background color is #eda724


#eda724 Border Color

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

This div border color is #eda724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda724


Comments

No comments written yet.

Please login to write comment.