Color Hex Logo

#ed994a Color Hex

#ED994A
(237,153,74)
0 Favorites   0 Comments

Color spaces of #ed994a

RGB 23715374
HSL0.080.820.61
HSV29°69°93°
CMYK 0.000.350.69   0.07
XYZ47.552341.281411.9404
Yxy41.28140.47190.4096
Hunter Lab64.250619.670533.9569
CIE-Lab70.372624.634653.1880

#ed994a color RGB value is (237,153,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011001 01001010
Octal 355 231 112
Decimal 237 153 74
Hex ED 99 4A

RGB Percentages of Color #ed994a

%51.08
%32.97
%15.95

CMYK Percentages of Color #ed994a

%0
%35
%69
%7

Triadic Colors of #ed994a

#ed994a #4aed99 #994aed

Analogous Colors of #ed994a

#ed994a #edeb4a #ed4a4c

Monochromatic Colors of #ed994a

#ed994a

Complementary Color

#ed994a #4a9eed

#ed994a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed994a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed994a Color CSS Codes

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

#ed994a Text Font Color

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

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


#ed994a Background Color

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

This div background color is #ed994a


#ed994a Border Color

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

This div border color is #ed994a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed994a


Comments

No comments written yet.

Please login to write comment.