Color Hex Logo

#ed603e Color Hex

#ED603E
(237,96,62)
0 Favorites   0 Comments

Color spaces of #ed603e

RGB 2379662
HSL0.030.830.59
HSV12°74°93°
CMYK 0.000.590.74   0.07
XYZ39.977426.71817.6075
Yxy26.71810.53800.3596
Hunter Lab51.689647.597627.4566
CIE-Lab58.712552.587246.4405

#ed603e color RGB value is (237,96,62).

#ed603e hex color red value is 237, green value is 96 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ed603e hue: 0.03 , saturation: 0.83 and the lightness value of ed603e is 0.59.

The process color (four color CMYK) of #ed603e color hex is 0.00, 0.59, 0.74, 0.07. Web safe color of #ed603e is #ff6633. Color #ed603e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100000 00111110
Octal 355 140 76
Decimal 237 96 62
Hex ED 60 3E

RGB Percentages of Color #ed603e

%60.00
%24.30
%15.70

CMYK Percentages of Color #ed603e

%0
%59
%74
%7

Triadic Colors of #ed603e

#ed603e #3eed60 #603eed

Analogous Colors of #ed603e

#ed603e #edb83e #ed3e74

Monochromatic Colors of #ed603e

#ed603e

Complementary Color

#ed603e #3ecbed

#ed603e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed603e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed603e Color CSS Codes

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

#ed603e Text Font Color

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

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


#ed603e Background Color

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

This div background color is #ed603e


#ed603e Border Color

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

This div border color is #ed603e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed603e


Comments

No comments written yet.

Please login to write comment.