Color Hex Logo

#ed9646 Color Hex

#ED9646
(237,150,70)
0 Favorites   0 Comments

Color spaces of #ed9646

RGB 23715070
HSL0.080.820.60
HSV29°70°93°
CMYK 0.000.370.70   0.07
XYZ46.936940.259411.0914
Yxy40.25940.47750.4096
Hunter Lab63.450321.006134.0510
CIE-Lab69.653926.012954.2737

#ed9646 color RGB value is (237,150,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010110 01000110
Octal 355 226 106
Decimal 237 150 70
Hex ED 96 46

RGB Percentages of Color #ed9646

%51.86
%32.82
%15.32

CMYK Percentages of Color #ed9646

%0
%37
%70
%7

Triadic Colors of #ed9646

#ed9646 #46ed96 #9646ed

Analogous Colors of #ed9646

#ed9646 #edea46 #ed4649

Monochromatic Colors of #ed9646

#ed9646

Complementary Color

#ed9646 #469ded

#ed9646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9646 Color CSS Codes

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

#ed9646 Text Font Color

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

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


#ed9646 Background Color

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

This div background color is #ed9646


#ed9646 Border Color

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

This div border color is #ed9646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9646


Comments

No comments written yet.

Please login to write comment.