Color Hex Logo

#ed794a Color Hex

#ED794A
(237,121,74)
0 Favorites   0 Comments

Color spaces of #ed794a

RGB 23712174
HSL0.050.820.61
HSV17°69°93°
CMYK 0.000.490.69   0.07
XYZ42.998532.173710.4224
Yxy32.17370.50240.3759
Hunter Lab56.721936.050228.8110
CIE-Lab63.486241.219545.5568

#ed794a color RGB value is (237,121,74).

#ed794a hex color red value is 237, green value is 121 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ed794a hue: 0.05 , saturation: 0.82 and the lightness value of ed794a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111001 01001010
Octal 355 171 112
Decimal 237 121 74
Hex ED 79 4A

RGB Percentages of Color #ed794a

%54.86
%28.01
%17.13

CMYK Percentages of Color #ed794a

%0
%49
%69
%7

Triadic Colors of #ed794a

#ed794a #4aed79 #794aed

Analogous Colors of #ed794a

#ed794a #edcb4a #ed4a6d

Monochromatic Colors of #ed794a

#ed794a

Complementary Color

#ed794a #4abeed

#ed794a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed794a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed794a Color CSS Codes

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

#ed794a Text Font Color

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

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


#ed794a Background Color

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

This div background color is #ed794a


#ed794a Border Color

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

This div border color is #ed794a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed794a


Comments

No comments written yet.

Please login to write comment.