Color Hex Logo

#eda018 Color Hex

#EDA018
(237,160,24)
0 Favorites   0 Comments

Color spaces of #eda018

RGB 23716024
HSL0.110.860.51
HSV38°90°93°
CMYK 0.000.320.90   0.07
XYZ47.660743.21216.6929
Yxy43.21210.48850.4429
Hunter Lab65.735914.380539.9785
CIE-Lab71.698719.220272.2736

#eda018 color RGB value is (237,160,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 00011000
Octal 355 240 30
Decimal 237 160 24
Hex ED A0 18

RGB Percentages of Color #eda018

%56.29
%38.00
%5.70

CMYK Percentages of Color #eda018

%0
%32
%90
%7

Triadic Colors of #eda018

#eda018 #18eda0 #a018ed

Analogous Colors of #eda018

#eda018 #d0ed18 #ed3618

Monochromatic Colors of #eda018

#eda018

Complementary Color

#eda018 #1865ed

#eda018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda018 Color CSS Codes

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

#eda018 Text Font Color

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

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


#eda018 Background Color

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

This div background color is #eda018


#eda018 Border Color

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

This div border color is #eda018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda018


Comments

No comments written yet.

Please login to write comment.