Color Hex Logo

#ec975f Color Hex

#EC975F
(236,151,95)
0 Favorites   0 Comments

Color spaces of #ec975f

RGB 23615195
HSL0.070.790.65
HSV24°60°93°
CMYK 0.000.360.60   0.07
XYZ47.724240.792316.1848
Yxy40.79230.45580.3896
Hunter Lab63.868821.608629.6837
CIE-Lab70.030226.588542.3832

#ec975f color RGB value is (236,151,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010111 01011111
Octal 354 227 137
Decimal 236 151 95
Hex EC 97 5F

RGB Percentages of Color #ec975f

%48.96
%31.33
%19.71

CMYK Percentages of Color #ec975f

%0
%36
%60
%7

Triadic Colors of #ec975f

#ec975f #5fec97 #975fec

Analogous Colors of #ec975f

#ec975f #ecde5f #ec5f6e

Monochromatic Colors of #ec975f

#ec975f

Complementary Color

#ec975f #5fb4ec

#ec975f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec975f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec975f Color CSS Codes

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

#ec975f Text Font Color

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

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


#ec975f Background Color

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

This div background color is #ec975f


#ec975f Border Color

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

This div border color is #ec975f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec975f


Comments

No comments written yet.

Please login to write comment.