Color Hex Logo

#eda101 Color Hex

#EDA101
(237,161,1)
0 Favorites   0 Comments

Color spaces of #eda101

RGB 2371611
HSL0.110.990.47
HSV41°100°93°
CMYK 0.000.321.00   0.07
XYZ47.675443.49655.9116
Yxy43.49650.49110.4480
Hunter Lab65.951913.618640.8519
CIE-Lab71.890718.433675.8038

#eda101 color RGB value is (237,161,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 00000001
Octal 355 241 1
Decimal 237 161 1
Hex ED A1 1

RGB Percentages of Color #eda101

%59.40
%40.35
%0.25

CMYK Percentages of Color #eda101

%0
%32
%100
%7

Triadic Colors of #eda101

#eda101 #01eda1 #a101ed

Analogous Colors of #eda101

#eda101 #c3ed01 #ed2b01

Monochromatic Colors of #eda101

#eda101

Complementary Color

#eda101 #014ded

#eda101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda101 Color CSS Codes

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

#eda101 Text Font Color

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

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


#eda101 Background Color

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

This div background color is #eda101


#eda101 Border Color

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

This div border color is #eda101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda101


Comments

No comments written yet.

Please login to write comment.