Color Hex Logo

#ed6041 Color Hex

#ED6041
(237,96,65)
0 Favorites   0 Comments

Color spaces of #ed6041

RGB 2379665
HSL0.030.830.59
HSV11°73°93°
CMYK 0.000.590.73   0.07
XYZ40.062126.75198.0532
Yxy26.75190.53510.3573
Hunter Lab51.722247.745526.9741
CIE-Lab58.744052.715944.9166

#ed6041 color RGB value is (237,96,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100000 01000001
Octal 355 140 101
Decimal 237 96 65
Hex ED 60 41

RGB Percentages of Color #ed6041

%59.55
%24.12
%16.33

CMYK Percentages of Color #ed6041

%0
%59
%73
%7

Triadic Colors of #ed6041

#ed6041 #41ed60 #6041ed

Analogous Colors of #ed6041

#ed6041 #edb641 #ed4178

Monochromatic Colors of #ed6041

#ed6041

Complementary Color

#ed6041 #41ceed

#ed6041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6041 Color CSS Codes

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

#ed6041 Text Font Color

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

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


#ed6041 Background Color

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

This div background color is #ed6041


#ed6041 Border Color

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

This div border color is #ed6041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6041


Comments

No comments written yet.

Please login to write comment.