Color Hex Logo

#eda026 Color Hex

#EDA026
(237,160,38)
0 Favorites   0 Comments

Color spaces of #eda026

RGB 23716038
HSL0.100.850.54
HSV37°84°93°
CMYK 0.000.320.84   0.07
XYZ47.845743.28617.6670
Yxy43.28610.48430.4381
Hunter Lab65.792214.673339.1452
CIE-Lab71.748719.517868.7026

#eda026 color RGB value is (237,160,38).

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

The process color (four color CMYK) of #eda026 color hex is 0.00, 0.32, 0.84, 0.07. Web safe color of #eda026 is #ff9933. Color #eda026 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 00100110
Octal 355 240 46
Decimal 237 160 38
Hex ED A0 26

RGB Percentages of Color #eda026

%54.48
%36.78
%8.74

CMYK Percentages of Color #eda026

%0
%32
%84
%7

Triadic Colors of #eda026

#eda026 #26eda0 #a026ed

Analogous Colors of #eda026

#eda026 #d7ed26 #ed3d26

Monochromatic Colors of #eda026

#eda026

Complementary Color

#eda026 #2673ed

#eda026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda026 Color CSS Codes

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

#eda026 Text Font Color

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

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


#eda026 Background Color

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

This div background color is #eda026


#eda026 Border Color

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

This div border color is #eda026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda026


Comments

No comments written yet.

Please login to write comment.