Color Hex Logo

#ed970f Color Hex

#ED970F
(237,151,15)
0 Favorites   0 Comments

Color spaces of #ed970f

RGB 23715115
HSL0.100.880.49
HSV37°94°93°
CMYK 0.000.360.94   0.07
XYZ46.077940.17225.7774
Yxy40.17220.50070.4365
Hunter Lab63.381518.850438.9626
CIE-Lab69.592023.853872.4181

#ed970f color RGB value is (237,151,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010111 00001111
Octal 355 227 17
Decimal 237 151 15
Hex ED 97 F

RGB Percentages of Color #ed970f

%58.81
%37.47
%3.72

CMYK Percentages of Color #ed970f

%0
%36
%94
%7

Triadic Colors of #ed970f

#ed970f #0fed97 #970fed

Analogous Colors of #ed970f

#ed970f #d4ed0f #ed280f

Monochromatic Colors of #ed970f

#ed970f

Complementary Color

#ed970f #0f65ed

#ed970f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed970f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed970f Color CSS Codes

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

#ed970f Text Font Color

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

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


#ed970f Background Color

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

This div background color is #ed970f


#ed970f Border Color

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

This div border color is #ed970f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed970f


Comments

No comments written yet.

Please login to write comment.