Color Hex Logo

#ed570e Color Hex

#ED570E
(237,87,14)
0 Favorites   0 Comments

Color spaces of #ed570e

RGB 2378714
HSL0.050.890.49
HSV20°94°93°
CMYK 0.000.630.94   0.07
XYZ38.412524.85263.1879
Yxy24.85260.57800.3740
Hunter Lab49.852450.297031.1053
CIE-Lab56.931555.310464.1018

#ed570e color RGB value is (237,87,14).

#ed570e hex color red value is 237, green value is 87 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ed570e hue: 0.05 , saturation: 0.89 and the lightness value of ed570e is 0.49.

The process color (four color CMYK) of #ed570e color hex is 0.00, 0.63, 0.94, 0.07. Web safe color of #ed570e is #ff6600. Color #ed570e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010111 00001110
Octal 355 127 16
Decimal 237 87 14
Hex ED 57 E

RGB Percentages of Color #ed570e

%70.12
%25.74
%4.14

CMYK Percentages of Color #ed570e

%0
%63
%94
%7

Triadic Colors of #ed570e

#ed570e #0eed57 #570eed

Analogous Colors of #ed570e

#ed570e #edc70e #ed0e34

Monochromatic Colors of #ed570e

#ed570e

Complementary Color

#ed570e #0ea4ed

#ed570e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed570e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed570e Color CSS Codes

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

#ed570e Text Font Color

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

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


#ed570e Background Color

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

This div background color is #ed570e


#ed570e Border Color

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

This div border color is #ed570e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed570e


Comments

No comments written yet.

Please login to write comment.