Color Hex Logo

#eda624 Color Hex

#EDA624
(237,166,36)
0 Favorites   0 Comments

Color spaces of #eda624

RGB 23716636
HSL0.110.850.54
HSV39°85°93°
CMYK 0.000.300.85   0.07
XYZ48.879745.40437.8567
Yxy45.40430.47860.4445
Hunter Lab67.382711.564940.2548
CIE-Lab73.157316.291270.4556

#eda624 color RGB value is (237,166,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100110 00100100
Octal 355 246 44
Decimal 237 166 36
Hex ED A6 24

RGB Percentages of Color #eda624

%53.99
%37.81
%8.20

CMYK Percentages of Color #eda624

%0
%30
%85
%7

Triadic Colors of #eda624

#eda624 #24eda6 #a624ed

Analogous Colors of #eda624

#eda624 #d0ed24 #ed4224

Monochromatic Colors of #eda624

#eda624

Complementary Color

#eda624 #246bed

#eda624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda624 Color CSS Codes

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

#eda624 Text Font Color

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

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


#eda624 Background Color

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

This div background color is #eda624


#eda624 Border Color

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

This div border color is #eda624


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda624


Comments

No comments written yet.

Please login to write comment.