Color Hex Logo

#ed782f Color Hex

#ED782F
(237,120,47)
0 Favorites   0 Comments

Color spaces of #ed782f

RGB 23712047
HSL0.060.840.56
HSV23°80°93°
CMYK 0.000.490.80   0.07
XYZ42.154631.64276.5752
Yxy31.64270.52450.3937
Hunter Lab56.251835.325532.4460
CIE-Lab63.046540.587257.8214

#ed782f color RGB value is (237,120,47).

#ed782f hex color red value is 237, green value is 120 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ed782f hue: 0.06 , saturation: 0.84 and the lightness value of ed782f is 0.56.

The process color (four color CMYK) of #ed782f color hex is 0.00, 0.49, 0.80, 0.07. Web safe color of #ed782f is #ff6633. Color #ed782f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111000 00101111
Octal 355 170 57
Decimal 237 120 47
Hex ED 78 2F

RGB Percentages of Color #ed782f

%58.66
%29.70
%11.63

CMYK Percentages of Color #ed782f

%0
%49
%80
%7

Triadic Colors of #ed782f

#ed782f #2fed78 #782fed

Analogous Colors of #ed782f

#ed782f #edd72f #ed2f45

Monochromatic Colors of #ed782f

#ed782f

Complementary Color

#ed782f #2fa4ed

#ed782f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed782f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed782f Color CSS Codes

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

#ed782f Text Font Color

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

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


#ed782f Background Color

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

This div background color is #ed782f


#ed782f Border Color

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

This div border color is #ed782f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed782f


Comments

No comments written yet.

Please login to write comment.