Color Hex Logo

#ed9f22 Color Hex

#ED9F22
(237,159,34)
0 Favorites   0 Comments

Color spaces of #ed9f22

RGB 23715934
HSL0.100.850.53
HSV37°86°93°
CMYK 0.000.330.86   0.07
XYZ47.611942.91637.2876
Yxy42.91630.48680.4387
Hunter Lab65.510515.087239.2618
CIE-Lab71.498119.949169.6559

#ed9f22 color RGB value is (237,159,34).

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

The process color (four color CMYK) of #ed9f22 color hex is 0.00, 0.33, 0.86, 0.07. Web safe color of #ed9f22 is #ff9933. Color #ed9f22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011111 00100010
Octal 355 237 42
Decimal 237 159 34
Hex ED 9F 22

RGB Percentages of Color #ed9f22

%55.12
%36.98
%7.91

CMYK Percentages of Color #ed9f22

%0
%33
%86
%7

Triadic Colors of #ed9f22

#ed9f22 #22ed9f #9f22ed

Analogous Colors of #ed9f22

#ed9f22 #d6ed22 #ed3a22

Monochromatic Colors of #ed9f22

#ed9f22

Complementary Color

#ed9f22 #2270ed

#ed9f22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9f22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9f22 Color CSS Codes

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

#ed9f22 Text Font Color

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

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


#ed9f22 Background Color

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

This div background color is #ed9f22


#ed9f22 Border Color

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

This div border color is #ed9f22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9f22


Comments

No comments written yet.

Please login to write comment.