Color Hex Logo

#ed960c Color Hex

#ED960C
(237,150,12)
0 Favorites   0 Comments

Color spaces of #ed960c

RGB 23715012
HSL0.100.900.49
HSV37°95°93°
CMYK 0.000.370.95   0.07
XYZ45.897839.84385.6194
Yxy39.84380.50240.4361
Hunter Lab63.121919.329138.9071
CIE-Lab69.358124.349572.7063

#ed960c color RGB value is (237,150,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010110 00001100
Octal 355 226 14
Decimal 237 150 12
Hex ED 96 C

RGB Percentages of Color #ed960c

%59.40
%37.59
%3.01

CMYK Percentages of Color #ed960c

%0
%37
%95
%7

Triadic Colors of #ed960c

#ed960c #0ced96 #960ced

Analogous Colors of #ed960c

#ed960c #d4ed0c #ed260c

Monochromatic Colors of #ed960c

#ed960c

Complementary Color

#ed960c #0c63ed

#ed960c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed960c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed960c Color CSS Codes

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

#ed960c Text Font Color

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

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


#ed960c Background Color

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

This div background color is #ed960c


#ed960c Border Color

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

This div border color is #ed960c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed960c


Comments

No comments written yet.

Please login to write comment.