Color Hex Logo

#edb901 Color Hex

#EDB901
(237,185,1)
0 Favorites   0 Comments

Color spaces of #edb901

RGB 2371851
HSL0.130.990.47
HSV47°100°93°
CMYK 0.000.221.00   0.07
XYZ52.279552.70467.4463
Yxy52.70460.46500.4688
Hunter Lab72.59791.495744.7372
CIE-Lab77.70035.789779.7641

#edb901 color RGB value is (237,185,1).

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

The process color (four color CMYK) of #edb901 color hex is 0.00, 0.22, 1.00, 0.07. Web safe color of #edb901 is #ffcc00. Color #edb901 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 00000001
Octal 355 271 1
Decimal 237 185 1
Hex ED B9 1

RGB Percentages of Color #edb901

%56.03
%43.74
%0.24

CMYK Percentages of Color #edb901

%0
%22
%100
%7

Triadic Colors of #edb901

#edb901 #01edb9 #b901ed

Analogous Colors of #edb901

#edb901 #abed01 #ed4301

Monochromatic Colors of #edb901

#edb901

Complementary Color

#edb901 #0135ed

#edb901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb901 Color CSS Codes

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

#edb901 Text Font Color

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

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


#edb901 Background Color

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

This div background color is #edb901


#edb901 Border Color

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

This div border color is #edb901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb901


Comments

No comments written yet.

Please login to write comment.