Color Hex Logo

#ed9525 Color Hex

#ED9525
(237,149,37)
0 Favorites   0 Comments

Color spaces of #ed9525

RGB 23714937
HSL0.090.850.54
HSV34°84°93°
CMYK 0.000.370.84   0.07
XYZ46.006439.63306.9754
Yxy39.63300.49670.4279
Hunter Lab62.954720.274437.4990
CIE-Lab69.207325.308666.8828

#ed9525 color RGB value is (237,149,37).

#ed9525 hex color red value is 237, green value is 149 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ed9525 hue: 0.09 , saturation: 0.85 and the lightness value of ed9525 is 0.54.

The process color (four color CMYK) of #ed9525 color hex is 0.00, 0.37, 0.84, 0.07. Web safe color of #ed9525 is #ff9933. Color #ed9525 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010101 00100101
Octal 355 225 45
Decimal 237 149 37
Hex ED 95 25

RGB Percentages of Color #ed9525

%56.03
%35.22
%8.75

CMYK Percentages of Color #ed9525

%0
%37
%84
%7

Triadic Colors of #ed9525

#ed9525 #25ed95 #9525ed

Analogous Colors of #ed9525

#ed9525 #e1ed25 #ed3125

Monochromatic Colors of #ed9525

#ed9525

Complementary Color

#ed9525 #257ded

#ed9525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9525 Color CSS Codes

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

#ed9525 Text Font Color

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

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


#ed9525 Background Color

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

This div background color is #ed9525


#ed9525 Border Color

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

This div border color is #ed9525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9525


Comments

No comments written yet.

Please login to write comment.