Color Hex Logo

#eda100 Color Hex

#EDA100
(237,161,0)
0 Favorites   0 Comments

Color spaces of #eda100

RGB 2371610
HSL0.111.000.46
HSV41°100°93°
CMYK 0.000.321.00   0.07
XYZ47.669943.49435.8828
Yxy43.49430.49120.4482
Hunter Lab65.950213.609940.8764
CIE-Lab71.889218.424775.9245

#eda100 color RGB value is (237,161,0).

#eda100 hex color red value is 237, green value is 161 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #eda100 hue: 0.11 , saturation: 1.00 and the lightness value of eda100 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 00000000
Octal 355 241 0
Decimal 237 161 0
Hex ED A1 0

RGB Percentages of Color #eda100

%59.55
%40.45
%0.00

CMYK Percentages of Color #eda100

%0
%32
%100
%7

Triadic Colors of #eda100

#eda100 #00eda1 #a100ed

Analogous Colors of #eda100

#eda100 #c3ed00 #ed2a00

Monochromatic Colors of #eda100

#eda100

Complementary Color

#eda100 #004ced

#eda100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda100 Color CSS Codes

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

#eda100 Text Font Color

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

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


#eda100 Background Color

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

This div background color is #eda100


#eda100 Border Color

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

This div border color is #eda100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda100


Comments

No comments written yet.

Please login to write comment.