Color Hex Logo

#ed9a1f Color Hex

#ED9A1F
(237,154,31)
0 Favorites   0 Comments

Color spaces of #ed9a1f

RGB 23715431
HSL0.100.850.53
HSV36°87°93°
CMYK 0.000.350.87   0.07
XYZ46.728041.21476.7887
Yxy41.21470.49330.4351
Hunter Lab64.198717.576338.6694
CIE-Lab70.326122.528369.5322

#ed9a1f color RGB value is (237,154,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011010 00011111
Octal 355 232 37
Decimal 237 154 31
Hex ED 9A 1F

RGB Percentages of Color #ed9a1f

%56.16
%36.49
%7.35

CMYK Percentages of Color #ed9a1f

%0
%35
%87
%7

Triadic Colors of #ed9a1f

#ed9a1f #1fed9a #9a1fed

Analogous Colors of #ed9a1f

#ed9a1f #d9ed1f #ed331f

Monochromatic Colors of #ed9a1f

#ed9a1f

Complementary Color

#ed9a1f #1f72ed

#ed9a1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9a1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9a1f Color CSS Codes

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

#ed9a1f Text Font Color

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

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


#ed9a1f Background Color

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

This div background color is #ed9a1f


#ed9a1f Border Color

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

This div border color is #ed9a1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9a1f


Comments

No comments written yet.

Please login to write comment.