Color Hex Logo

#ed934a Color Hex

#ED934A
(237,147,74)
0 Favorites   0 Comments

Color spaces of #ed934a

RGB 23714774
HSL0.070.820.61
HSV27°69°93°
CMYK 0.000.380.69   0.07
XYZ46.594839.366411.6212
Yxy39.36640.47750.4034
Hunter Lab62.742622.760532.9382
CIE-Lab69.015827.800551.7095

#ed934a color RGB value is (237,147,74).

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

The process color (four color CMYK) of #ed934a color hex is 0.00, 0.38, 0.69, 0.07. Web safe color of #ed934a is #ff9933. Color #ed934a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010011 01001010
Octal 355 223 112
Decimal 237 147 74
Hex ED 93 4A

RGB Percentages of Color #ed934a

%51.75
%32.10
%16.16

CMYK Percentages of Color #ed934a

%0
%38
%69
%7

Triadic Colors of #ed934a

#ed934a #4aed93 #934aed

Analogous Colors of #ed934a

#ed934a #ede54a #ed4a52

Monochromatic Colors of #ed934a

#ed934a

Complementary Color

#ed934a #4aa4ed

#ed934a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed934a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed934a Color CSS Codes

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

#ed934a Text Font Color

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

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


#ed934a Background Color

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

This div background color is #ed934a


#ed934a Border Color

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

This div border color is #ed934a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed934a


Comments

No comments written yet.

Please login to write comment.