Color Hex Logo

#ed973d Color Hex

#ED973D
(237,151,61)
0 Favorites   0 Comments

Color spaces of #ed973d

RGB 23715161
HSL0.090.830.58
HSV31°74°93°
CMYK 0.000.360.74   0.07
XYZ46.834040.47479.7589
Yxy40.47470.48250.4170
Hunter Lab63.619720.069235.4391
CIE-Lab69.806325.066958.4377

#ed973d color RGB value is (237,151,61).

#ed973d hex color red value is 237, green value is 151 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ed973d hue: 0.09 , saturation: 0.83 and the lightness value of ed973d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010111 00111101
Octal 355 227 75
Decimal 237 151 61
Hex ED 97 3D

RGB Percentages of Color #ed973d

%52.78
%33.63
%13.59

CMYK Percentages of Color #ed973d

%0
%36
%74
%7

Triadic Colors of #ed973d

#ed973d #3ded97 #973ded

Analogous Colors of #ed973d

#ed973d #ebed3d #ed3f3d

Monochromatic Colors of #ed973d

#ed973d

Complementary Color

#ed973d #3d93ed

#ed973d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed973d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed973d Color CSS Codes

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

#ed973d Text Font Color

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

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


#ed973d Background Color

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

This div background color is #ed973d


#ed973d Border Color

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

This div border color is #ed973d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed973d


Comments

No comments written yet.

Please login to write comment.