Color Hex Logo

#ed844a Color Hex

#ED844A
(237,132,74)
0 Favorites   0 Comments

Color spaces of #ed844a

RGB 23713274
HSL0.060.820.61
HSV21°69°93°
CMYK 0.000.440.69   0.07
XYZ44.412335.001510.8937
Yxy35.00150.49180.3876
Hunter Lab59.162130.464330.4962
CIE-Lab65.749835.624048.1009

#ed844a color RGB value is (237,132,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000100 01001010
Octal 355 204 112
Decimal 237 132 74
Hex ED 84 4A

RGB Percentages of Color #ed844a

%53.50
%29.80
%16.70

CMYK Percentages of Color #ed844a

%0
%44
%69
%7

Triadic Colors of #ed844a

#ed844a #4aed84 #844aed

Analogous Colors of #ed844a

#ed844a #edd64a #ed4a61

Monochromatic Colors of #ed844a

#ed844a

Complementary Color

#ed844a #4ab3ed

#ed844a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed844a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed844a Color CSS Codes

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

#ed844a Text Font Color

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

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


#ed844a Background Color

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

This div background color is #ed844a


#ed844a Border Color

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

This div border color is #ed844a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed844a


Comments

No comments written yet.

Please login to write comment.