Color Hex Logo

#ed8546 Color Hex

#ED8546
(237,133,70)
0 Favorites   0 Comments

Color spaces of #ed8546

RGB 23713370
HSL0.060.820.60
HSV23°70°93°
CMYK 0.000.440.70   0.07
XYZ44.418135.221810.2517
Yxy35.22180.49410.3918
Hunter Lab59.348029.736831.3019
CIE-Lab65.921034.903150.2569

#ed8546 color RGB value is (237,133,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000101 01000110
Octal 355 205 106
Decimal 237 133 70
Hex ED 85 46

RGB Percentages of Color #ed8546

%53.86
%30.23
%15.91

CMYK Percentages of Color #ed8546

%0
%44
%70
%7

Triadic Colors of #ed8546

#ed8546 #46ed85 #8546ed

Analogous Colors of #ed8546

#ed8546 #edd946 #ed465b

Monochromatic Colors of #ed8546

#ed8546

Complementary Color

#ed8546 #46aeed

#ed8546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8546 Color CSS Codes

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

#ed8546 Text Font Color

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

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


#ed8546 Background Color

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

This div background color is #ed8546


#ed8546 Border Color

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

This div border color is #ed8546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8546


Comments

No comments written yet.

Please login to write comment.