Color Hex Logo

#ed7720 Color Hex

#ED7720
(237,119,32)
0 Favorites   0 Comments

Color spaces of #ed7720

RGB 23711932
HSL0.070.850.53
HSV25°86°93°
CMYK 0.000.500.86   0.07
XYZ41.782631.30255.2063
Yxy31.30250.53370.3998
Hunter Lab55.948635.394233.6468
CIE-Lab62.762240.687763.2052

#ed7720 color RGB value is (237,119,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110111 00100000
Octal 355 167 40
Decimal 237 119 32
Hex ED 77 20

RGB Percentages of Color #ed7720

%61.08
%30.67
%8.25

CMYK Percentages of Color #ed7720

%0
%50
%86
%7

Triadic Colors of #ed7720

#ed7720 #20ed77 #7720ed

Analogous Colors of #ed7720

#ed7720 #edde20 #ed2030

Monochromatic Colors of #ed7720

#ed7720

Complementary Color

#ed7720 #2096ed

#ed7720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7720 Color CSS Codes

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

#ed7720 Text Font Color

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

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


#ed7720 Background Color

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

This div background color is #ed7720


#ed7720 Border Color

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

This div border color is #ed7720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7720


Comments

No comments written yet.

Please login to write comment.