Color Hex Logo

#ed975e Color Hex

#ED975E
(237,151,94)
0 Favorites   0 Comments

Color spaces of #ed975e

RGB 23715194
HSL0.070.800.65
HSV24°60°93°
CMYK 0.000.360.60   0.07
XYZ48.012040.945915.9625
Yxy40.94590.45760.3903
Hunter Lab63.989021.950830.0020
CIE-Lab70.138026.920943.0564

#ed975e color RGB value is (237,151,94).

#ed975e hex color red value is 237, green value is 151 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ed975e hue: 0.07 , saturation: 0.80 and the lightness value of ed975e is 0.65.

The process color (four color CMYK) of #ed975e color hex is 0.00, 0.36, 0.60, 0.07. Web safe color of #ed975e is #ff9966. Color #ed975e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010111 01011110
Octal 355 227 136
Decimal 237 151 94
Hex ED 97 5E

RGB Percentages of Color #ed975e

%49.17
%31.33
%19.50

CMYK Percentages of Color #ed975e

%0
%36
%60
%7

Triadic Colors of #ed975e

#ed975e #5eed97 #975eed

Analogous Colors of #ed975e

#ed975e #eddf5e #ed5e6d

Monochromatic Colors of #ed975e

#ed975e

Complementary Color

#ed975e #5eb4ed

#ed975e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed975e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed975e Color CSS Codes

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

#ed975e Text Font Color

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

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


#ed975e Background Color

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

This div background color is #ed975e


#ed975e Border Color

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

This div border color is #ed975e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed975e

#ed975e Color Palettes


Comments

No comments written yet.

Please login to write comment.