Color Hex Logo

#ed530e Color Hex

#ED530E
(237,83,14)
0 Favorites   0 Comments

Color spaces of #ed530e

RGB 2378314
HSL0.050.890.49
HSV19°94°93°
CMYK 0.000.650.94   0.07
XYZ38.097624.22273.0830
Yxy24.22270.58250.3704
Hunter Lab49.216652.044530.7376
CIE-Lab56.310156.976163.7140

#ed530e color RGB value is (237,83,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010011 00001110
Octal 355 123 16
Decimal 237 83 14
Hex ED 53 E

RGB Percentages of Color #ed530e

%70.96
%24.85
%4.19

CMYK Percentages of Color #ed530e

%0
%65
%94
%7

Triadic Colors of #ed530e

#ed530e #0eed53 #530eed

Analogous Colors of #ed530e

#ed530e #edc30e #ed0e38

Monochromatic Colors of #ed530e

#ed530e

Complementary Color

#ed530e #0ea8ed

#ed530e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed530e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed530e Color CSS Codes

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

#ed530e Text Font Color

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

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


#ed530e Background Color

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

This div background color is #ed530e


#ed530e Border Color

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

This div border color is #ed530e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed530e


Comments

No comments written yet.

Please login to write comment.