Color Hex Logo

#ed9022 Color Hex

#ED9022
(237,144,34)
0 Favorites   0 Comments

Color spaces of #ed9022

RGB 23714434
HSL0.090.850.53
HSV33°86°93°
CMYK 0.000.390.86   0.07
XYZ45.187038.06656.4793
Yxy38.06650.50360.4242
Hunter Lab61.698122.759936.9622
CIE-Lab68.069627.868066.8653

#ed9022 color RGB value is (237,144,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010000 00100010
Octal 355 220 42
Decimal 237 144 34
Hex ED 90 22

RGB Percentages of Color #ed9022

%57.11
%34.70
%8.19

CMYK Percentages of Color #ed9022

%0
%39
%86
%7

Triadic Colors of #ed9022

#ed9022 #22ed90 #9022ed

Analogous Colors of #ed9022

#ed9022 #e5ed22 #ed2b22

Monochromatic Colors of #ed9022

#ed9022

Complementary Color

#ed9022 #227fed

#ed9022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9022 Color CSS Codes

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

#ed9022 Text Font Color

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

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


#ed9022 Background Color

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

This div background color is #ed9022


#ed9022 Border Color

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

This div border color is #ed9022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9022


Comments

No comments written yet.

Please login to write comment.