Color Hex Logo

#ed970e Color Hex

#ED970E
(237,151,14)
0 Favorites   0 Comments

Color spaces of #ed970e

RGB 23715114
HSL0.100.890.49
HSV37°94°93°
CMYK 0.000.360.94   0.07
XYZ46.070940.16945.7407
Yxy40.16940.50090.4367
Hunter Lab63.379318.839138.9952
CIE-Lab69.590023.842572.5741

#ed970e color RGB value is (237,151,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010111 00001110
Octal 355 227 16
Decimal 237 151 14
Hex ED 97 E

RGB Percentages of Color #ed970e

%58.96
%37.56
%3.48

CMYK Percentages of Color #ed970e

%0
%36
%94
%7

Triadic Colors of #ed970e

#ed970e #0eed97 #970eed

Analogous Colors of #ed970e

#ed970e #d4ed0e #ed280e

Monochromatic Colors of #ed970e

#ed970e

Complementary Color

#ed970e #0e64ed

#ed970e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed970e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed970e Color CSS Codes

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

#ed970e Text Font Color

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

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


#ed970e Background Color

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

This div background color is #ed970e


#ed970e Border Color

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

This div border color is #ed970e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed970e


Comments

No comments written yet.

Please login to write comment.