Color Hex Logo

#ed970c Color Hex

#ED970C
(237,151,12)
0 Favorites   0 Comments

Color spaces of #ed970c

RGB 23715112
HSL0.100.900.49
HSV37°95°93°
CMYK 0.000.360.95   0.07
XYZ46.058040.16435.6728
Yxy40.16430.50120.4371
Hunter Lab63.375318.818139.0556
CIE-Lab69.586423.821572.8647

#ed970c color RGB value is (237,151,12).

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

The process color (four color CMYK) of #ed970c color hex is 0.00, 0.36, 0.95, 0.07. Web safe color of #ed970c is #ff9900. Color #ed970c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010111 00001100
Octal 355 227 14
Decimal 237 151 12
Hex ED 97 C

RGB Percentages of Color #ed970c

%59.25
%37.75
%3.00

CMYK Percentages of Color #ed970c

%0
%36
%95
%7

Triadic Colors of #ed970c

#ed970c #0ced97 #970ced

Analogous Colors of #ed970c

#ed970c #d3ed0c #ed270c

Monochromatic Colors of #ed970c

#ed970c

Complementary Color

#ed970c #0c62ed

#ed970c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed970c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed970c Color CSS Codes

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

#ed970c Text Font Color

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

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


#ed970c Background Color

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

This div background color is #ed970c


#ed970c Border Color

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

This div border color is #ed970c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed970c


Comments

No comments written yet.

Please login to write comment.