Color Hex Logo

#ed7623 Color Hex

#ED7623
(237,118,35)
0 Favorites   0 Comments

Color spaces of #ed7623

RGB 23711835
HSL0.070.850.53
HSV25°85°93°
CMYK 0.000.500.85   0.07
XYZ41.706931.08275.3915
Yxy31.08270.53350.3976
Hunter Lab55.751935.966733.2926
CIE-Lab62.577441.254462.0359

#ed7623 color RGB value is (237,118,35).

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

The process color (four color CMYK) of #ed7623 color hex is 0.00, 0.50, 0.85, 0.07. Web safe color of #ed7623 is #ff6633. Color #ed7623 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110110 00100011
Octal 355 166 43
Decimal 237 118 35
Hex ED 76 23

RGB Percentages of Color #ed7623

%60.77
%30.26
%8.97

CMYK Percentages of Color #ed7623

%0
%50
%85
%7

Triadic Colors of #ed7623

#ed7623 #23ed76 #7623ed

Analogous Colors of #ed7623

#ed7623 #eddb23 #ed2335

Monochromatic Colors of #ed7623

#ed7623

Complementary Color

#ed7623 #239aed

#ed7623 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7623 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7623 Color CSS Codes

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

#ed7623 Text Font Color

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

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


#ed7623 Background Color

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

This div background color is #ed7623


#ed7623 Border Color

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

This div border color is #ed7623


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7623


Comments

No comments written yet.

Please login to write comment.