Color Hex Logo

#ed971c Color Hex

#ED971C
(237,151,28)
0 Favorites   0 Comments

Color spaces of #ed971c

RGB 23715128
HSL0.100.850.52
HSV35°88°93°
CMYK 0.000.360.88   0.07
XYZ46.201340.22166.4271
Yxy40.22160.49760.4332
Hunter Lab63.420519.049938.3858
CIE-Lab69.627124.053069.7608

#ed971c color RGB value is (237,151,28).

#ed971c hex color red value is 237, green value is 151 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ed971c hue: 0.10 , saturation: 0.85 and the lightness value of ed971c is 0.52.

The process color (four color CMYK) of #ed971c color hex is 0.00, 0.36, 0.88, 0.07. Web safe color of #ed971c is #ff9933. Color #ed971c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010111 00011100
Octal 355 227 34
Decimal 237 151 28
Hex ED 97 1C

RGB Percentages of Color #ed971c

%56.97
%36.30
%6.73

CMYK Percentages of Color #ed971c

%0
%36
%88
%7

Triadic Colors of #ed971c

#ed971c #1ced97 #971ced

Analogous Colors of #ed971c

#ed971c #dbed1c #ed2e1c

Monochromatic Colors of #ed971c

#ed971c

Complementary Color

#ed971c #1c72ed

#ed971c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed971c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed971c Color CSS Codes

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

#ed971c Text Font Color

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

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


#ed971c Background Color

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

This div background color is #ed971c


#ed971c Border Color

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

This div border color is #ed971c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed971c


Comments

No comments written yet.

Please login to write comment.