Color Hex Logo

#ed855a Color Hex

#ED855A
(237,133,90)
0 Favorites   0 Comments

Color spaces of #ed855a

RGB 23713390
HSL0.050.800.64
HSV18°62°93°
CMYK 0.000.440.62   0.07
XYZ45.158035.517814.1484
Yxy35.51780.47620.3746
Hunter Lab59.596830.959527.6422
CIE-Lab66.149836.059340.3369

#ed855a color RGB value is (237,133,90).

#ed855a hex color red value is 237, green value is 133 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ed855a hue: 0.05 , saturation: 0.80 and the lightness value of ed855a is 0.64.

The process color (four color CMYK) of #ed855a color hex is 0.00, 0.44, 0.62, 0.07. Web safe color of #ed855a is #ff9966. Color #ed855a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000101 01011010
Octal 355 205 132
Decimal 237 133 90
Hex ED 85 5A

RGB Percentages of Color #ed855a

%51.52
%28.91
%19.57

CMYK Percentages of Color #ed855a

%0
%44
%62
%7

Triadic Colors of #ed855a

#ed855a #5aed85 #855aed

Analogous Colors of #ed855a

#ed855a #edcf5a #ed5a79

Monochromatic Colors of #ed855a

#ed855a

Complementary Color

#ed855a #5ac2ed

#ed855a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed855a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed855a Color CSS Codes

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

#ed855a Text Font Color

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

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


#ed855a Background Color

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

This div background color is #ed855a


#ed855a Border Color

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

This div border color is #ed855a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed855a


Comments

No comments written yet.

Please login to write comment.