Color Hex Logo

#ed904d Color Hex

#ED904D
(237,144,77)
0 Favorites   0 Comments

Color spaces of #ed904d

RGB 23714477
HSL0.070.820.62
HSV25°68°93°
CMYK 0.000.390.68   0.07
XYZ46.237938.486912.0129
Yxy38.48690.47800.3978
Hunter Lab62.037824.473131.9456
CIE-Lab68.377929.540949.5555

#ed904d color RGB value is (237,144,77).

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

The process color (four color CMYK) of #ed904d color hex is 0.00, 0.39, 0.68, 0.07. Web safe color of #ed904d is #ff9966. Color #ed904d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010000 01001101
Octal 355 220 115
Decimal 237 144 77
Hex ED 90 4D

RGB Percentages of Color #ed904d

%51.75
%31.44
%16.81

CMYK Percentages of Color #ed904d

%0
%39
%68
%7

Triadic Colors of #ed904d

#ed904d #4ded90 #904ded

Analogous Colors of #ed904d

#ed904d #ede04d #ed4d5a

Monochromatic Colors of #ed904d

#ed904d

Complementary Color

#ed904d #4daaed

#ed904d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed904d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed904d Color CSS Codes

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

#ed904d Text Font Color

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

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


#ed904d Background Color

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

This div background color is #ed904d


#ed904d Border Color

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

This div border color is #ed904d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed904d


Comments

No comments written yet.

Please login to write comment.