Color Hex Logo

#ed901f Color Hex

#ED901F
(237,144,31)
0 Favorites   0 Comments

Color spaces of #ed901f

RGB 23714431
HSL0.090.850.53
HSV33°87°93°
CMYK 0.000.390.87   0.07
XYZ45.145638.05006.2613
Yxy38.05000.50470.4253
Hunter Lab61.684722.691937.1610
CIE-Lab68.057427.801167.7300

#ed901f color RGB value is (237,144,31).

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

The process color (four color CMYK) of #ed901f color hex is 0.00, 0.39, 0.87, 0.07. Web safe color of #ed901f is #ff9933. Color #ed901f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010000 00011111
Octal 355 220 37
Decimal 237 144 31
Hex ED 90 1F

RGB Percentages of Color #ed901f

%57.52
%34.95
%7.52

CMYK Percentages of Color #ed901f

%0
%39
%87
%7

Triadic Colors of #ed901f

#ed901f #1fed90 #901fed

Analogous Colors of #ed901f

#ed901f #e3ed1f #ed291f

Monochromatic Colors of #ed901f

#ed901f

Complementary Color

#ed901f #1f7ced

#ed901f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed901f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed901f Color CSS Codes

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

#ed901f Text Font Color

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

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


#ed901f Background Color

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

This div background color is #ed901f


#ed901f Border Color

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

This div border color is #ed901f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed901f


Comments

No comments written yet.

Please login to write comment.