Color Hex Logo

#edb319 Color Hex

#EDB319
(237,179,25)
0 Favorites   0 Comments

Color spaces of #edb319

RGB 23717925
HSL0.120.850.51
HSV44°89°93°
CMYK 0.000.240.89   0.07
XYZ51.220650.31497.9318
Yxy50.31490.46790.4596
Hunter Lab70.93304.761843.0232
CIE-Lab76.26219.203775.5443

#edb319 color RGB value is (237,179,25).

#edb319 hex color red value is 237, green value is 179 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #edb319 hue: 0.12 , saturation: 0.85 and the lightness value of edb319 is 0.51.

The process color (four color CMYK) of #edb319 color hex is 0.00, 0.24, 0.89, 0.07. Web safe color of #edb319 is #ffcc00. Color #edb319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 00011001
Octal 355 263 31
Decimal 237 179 25
Hex ED B3 19

RGB Percentages of Color #edb319

%53.74
%40.59
%5.67

CMYK Percentages of Color #edb319

%0
%24
%89
%7

Triadic Colors of #edb319

#edb319 #19edb3 #b319ed

Analogous Colors of #edb319

#edb319 #bded19 #ed4919

Monochromatic Colors of #edb319

#edb319

Complementary Color

#edb319 #1953ed

#edb319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb319 Color CSS Codes

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

#edb319 Text Font Color

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

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


#edb319 Background Color

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

This div background color is #edb319


#edb319 Border Color

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

This div border color is #edb319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb319


Comments

No comments written yet.

Please login to write comment.